diff options
author | mjacob <mjacob@FreeBSD.org> | 2000-01-04 11:17:35 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2000-01-04 11:17:35 +0000 |
commit | 3ada76392af8d92c7d0d52d66af401c46d815773 (patch) | |
tree | 2d579bd4c7f0c3ba056f115a1b527f72ec31812f /sys/amd64/conf | |
parent | 181d5e327d23d9b0d07125b4c6adcf949854e702 (diff) | |
download | FreeBSD-src-3ada76392af8d92c7d0d52d66af401c46d815773.zip FreeBSD-src-3ada76392af8d92c7d0d52d66af401c46d815773.tar.gz |
add wx0 driver
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r-- | sys/amd64/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 3d570d2..b638840 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -158,6 +158,7 @@ device de0 # DEC/Intel DC21x4x (``Tulip'') device fxp0 # Intel EtherExpress PRO/100B (82557, 82558) device tx0 # SMC 9432TX (83c170 ``EPIC'') device vx0 # 3Com 3c590, 3c595 (``Vortex'') +device wx0 # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. controller miibus0 # MII bus support |