diff options
| author | Jonathan Lemon <jlemon@FreeBSD.org> | 2001-10-19 02:28:12 +0000 |
|---|---|---|
| committer | Jonathan Lemon <jlemon@FreeBSD.org> | 2001-10-19 02:28:12 +0000 |
| commit | e903bd58a6a00e52f9433df43cabe9195fdb4502 (patch) | |
| tree | 4d1c4dd939fbea29c89bac769de8724dd4ba8f62 | |
| parent | f8a984ed0d8466c7b35bcc96fd0f44bdc9fb86e8 (diff) | |
Notes
| -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 20939003d6dc..b42a710c9a23 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 ba38a9d50fa8..16dee12143c3 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 20939003d6dc..b42a710c9a23 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 |
