Searched refs:PCNET32_PORT_FD (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpcnet32.c106 #define PCNET32_PORT_FD 0x80 macro
119 PCNET32_PORT_10BT | PCNET32_PORT_FD, /* 4 10baseT-FD */
125 PCNET32_PORT_MII | PCNET32_PORT_FD, /* 10 MII 10baseT-FD */
129 PCNET32_PORT_MII | PCNET32_PORT_100 | PCNET32_PORT_FD, /* 14 MII 100BaseTx-FD */
457 if (lp->options & PCNET32_PORT_FD) {
460 (PCNET32_PORT_FD | PCNET32_PORT_AUI))
483 if (lp->options & PCNET32_PORT_FD)
864 lp->options |= PCNET32_PORT_FD;
875 lp->options = PCNET32_PORT_FD | PCNET32_PORT_GPSI;

Completed in 45 milliseconds