HomeSort by: relevance | last modified time | path
    Searched defs:ne1000 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ne2000.c 130 * 8k of memory for NE1000, 16k for NE2000 and 24k for the
196 * NE1000 gets byte-wide DMA, NE2000 gets word-wide DMA.
301 bool ne1000 = (nsc->sc_type == NE2000_TYPE_NE1000); local in function:ne2000_attach
307 romdata[i * (ne1000 ? 1 : 2)];
427 * the side effect of determining if this is an NE1000 or an NE2000.
454 /* We're an NE1000. */
459 /* not an NE1000 - try NE2000 */
ne2000.c 130 * 8k of memory for NE1000, 16k for NE2000 and 24k for the
196 * NE1000 gets byte-wide DMA, NE2000 gets word-wide DMA.
301 bool ne1000 = (nsc->sc_type == NE2000_TYPE_NE1000); local in function:ne2000_attach
307 romdata[i * (ne1000 ? 1 : 2)];
427 * the side effect of determining if this is an NE1000 or an NE2000.
454 /* We're an NE1000. */
459 /* not an NE1000 - try NE2000 */

Completed in 22 milliseconds