ne2000.c | 216 int8_t pbuf0[ED_PAGE_SIZE], pbuf[ED_PAGE_SIZE], local in function:ne2000_attach 221 pbuf0[i] = 0; 225 ne2000_writemem(nict, nich, asict, asich, pbuf0, 229 if (memcmp(pbuf0, tbuf, ED_PAGE_SIZE) == 0) { 254 ne2000_writemem(nict, nich, asict, asich, pbuf0, 258 if (memcmp(pbuf0, tbuf, ED_PAGE_SIZE) == 0) {
|