remove some obsolete messages

This commit is contained in:
Stefan Lankes 2011-09-15 03:18:07 -07:00
parent 0bec94d2a5
commit fdc9ad9641

View file

@ -227,7 +227,7 @@ static err_t rckemacif_output(struct netif* netif, struct pbuf* p)
rckemacif->tx_write_offset = 1;
packets = CLINE_PACKETS(p->tot_len + 2);
LWIP_DEBUGF(NETIF_DEBUG, ("TX packets: %d\n", packets));
//LWIP_DEBUGF(NETIF_DEBUG, ("TX packets: %d\n", packets));
read_offset = read_emac(rckemacif->num_emac, EMAC_TX_CONTROL+EMAC_TX_BUFFER_READ_OFFSET, rckemacif->core);
#if 1
@ -318,7 +318,7 @@ again:
*((int*)RCCE_fool_write_combine_buffer) = 1;
/* set new write offset */
LWIP_DEBUGF(NETIF_DEBUG, ("Update tx write offset: %d (read offset %d)\n", rckemacif->tx_write_offset, read_offset));
//LWIP_DEBUGF(NETIF_DEBUG, ("Update tx write offset: %d (read offset %d)\n", rckemacif->tx_write_offset, read_offset));
write_emac(rckemacif->num_emac, EMAC_TX_CONTROL+EMAC_TX_BUFFER_WRITE_OFFSET, rckemacif->core, rckemacif->tx_write_offset);
#if ETH_PAD_SIZE