diff options
author | yongari <yongari@FreeBSD.org> | 2005-12-22 01:46:28 +0000 |
---|---|---|
committer | yongari <yongari@FreeBSD.org> | 2005-12-22 01:46:28 +0000 |
commit | 1505ec54f3c0f63aaa95c57a95aa77c0955dfaee (patch) | |
tree | d66e7df19a0d54dae5574c50093462ba67cdc2e4 /sys/sparc64/conf | |
parent | 85660c8cd71f04ea3ae0fdc521815c9bb5a6c823 (diff) | |
download | FreeBSD-src-1505ec54f3c0f63aaa95c57a95aa77c0955dfaee.zip FreeBSD-src-1505ec54f3c0f63aaa95c57a95aa77c0955dfaee.tar.gz |
Uncomment bge(4) as it's now working.
Diffstat (limited to 'sys/sparc64/conf')
-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 deb4cd3..f4dc6ae 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -164,7 +164,7 @@ device em # Intel PRO/1000 adapter Gigabit Ethernet Card # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support #device bfe # Broadcom BCM440x 10/100 Ethernet -#device bge # Broadcom BCM570xx Gigabit Ethernet +device bge # Broadcom BCM570xx Gigabit Ethernet device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) device gem # Sun GEM/Sun ERI/Apple GMAC |