diff options
author | yongari <yongari@FreeBSD.org> | 2009-05-21 02:19:01 +0000 |
---|---|---|
committer | yongari <yongari@FreeBSD.org> | 2009-05-21 02:19:01 +0000 |
commit | 2488e02a4496b692527d5fbfdd34418accf31f76 (patch) | |
tree | 34e0e396ec67acaed723ee889596328efa53647b /sys/sparc64/conf | |
parent | 21b08d6cc3b87269f7af29126fddee4d5a4ed95d (diff) | |
download | FreeBSD-src-2488e02a4496b692527d5fbfdd34418accf31f76.zip FreeBSD-src-2488e02a4496b692527d5fbfdd34418accf31f76.tar.gz |
Add nge(4), nge(4) should work on all architectures.
Diffstat (limited to 'sys/sparc64/conf')
-rw-r--r-- | sys/sparc64/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index e1c8054..a3dad1c 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -177,6 +177,7 @@ device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) device gem # Sun GEM/Sun ERI/Apple GMAC device hme # Sun HME (Happy Meal Ethernet) +device nge # NatSemi DP83820 gigabit Ethernet #device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le') device re # RealTek 8139C+/8169/8169S/8110S device rl # RealTek 8129/8139 |