diff options
author | yongari <yongari@FreeBSD.org> | 2005-11-09 08:49:46 +0000 |
---|---|---|
committer | yongari <yongari@FreeBSD.org> | 2005-11-09 08:49:46 +0000 |
commit | 1fbbc4caa08dcb269ae13e58fd3ce254d82dd64f (patch) | |
tree | d5e960e0726fec6f840624af9f99099061d679ae /sys/sparc64 | |
parent | 58f6b3ca00d7ea075f261b16837bfe488a0eb5a5 (diff) | |
download | FreeBSD-src-1fbbc4caa08dcb269ae13e58fd3ce254d82dd64f.zip FreeBSD-src-1fbbc4caa08dcb269ae13e58fd3ce254d82dd64f.tar.gz |
Uncomment em(4) as it's now working.
Diffstat (limited to 'sys/sparc64')
-rw-r--r-- | sys/sparc64/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index b85798a..73a13c1 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -155,7 +155,7 @@ device puc # Multi-channel uarts # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') -#device em # Intel PRO/1000 adapter Gigabit Ethernet Card +device em # Intel PRO/1000 adapter Gigabit Ethernet Card #device ixgb # Intel PRO/10GbE Ethernet Card #device lnc # NE2100, NE32-VL Lance Ethernet cards #device txp # 3Com 3cR990 (``Typhoon'') |