diff options
-rw-r--r-- | sys/conf/NOTES | 2 | ||||
-rw-r--r-- | sys/conf/files | 1 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 2093900..b42a710 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1700,6 +1700,7 @@ device miibus # fpa: Support for the Digital DEFPA PCI FDDI. `device fddi' is also needed. # fxp: Intel EtherExpress Pro/100B # (hint of prefer_iomap can be done to prefer I/O instead of Mem mapping) +# gx: Intel Pro/1000 Gigabit Ethernet (82542, 82543-F, 82543-T) # ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210; # Intel EtherExpress # le: Digital Equipment EtherWorks 2 and EtherWorks 3 (DEPCA, DE100, @@ -1890,6 +1891,7 @@ device vx # 3Com 3c590, 3c595 (``Vortex'') # PCI Gigabit & FDDI NICs. device bge +device gx device lge device nge device sk diff --git a/sys/conf/files b/sys/conf/files index ba38a9d..16dee12 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -325,6 +325,7 @@ dev/fe/if_fe.c optional fe dev/fe/if_fe_pccard.c optional fe card dev/fe/if_fe_pccard.c optional fe pccard dev/fxp/if_fxp.c optional fxp +dev/gx/if_gx.c optional gx dev/hea/eni.c optional hea dev/hea/eni_buffer.c optional hea dev/hea/eni_globals.c optional hea diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 2093900..b42a710 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1700,6 +1700,7 @@ device miibus # fpa: Support for the Digital DEFPA PCI FDDI. `device fddi' is also needed. # fxp: Intel EtherExpress Pro/100B # (hint of prefer_iomap can be done to prefer I/O instead of Mem mapping) +# gx: Intel Pro/1000 Gigabit Ethernet (82542, 82543-F, 82543-T) # ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210; # Intel EtherExpress # le: Digital Equipment EtherWorks 2 and EtherWorks 3 (DEPCA, DE100, @@ -1890,6 +1891,7 @@ device vx # 3Com 3c590, 3c595 (``Vortex'') # PCI Gigabit & FDDI NICs. device bge +device gx device lge device nge device sk |