diff options
author | mux <mux@FreeBSD.org> | 2003-07-09 15:04:27 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2003-07-09 15:04:27 +0000 |
commit | 6b536804ce7cdf999728577130ec473afffd87fe (patch) | |
tree | 76de43ed9f538e93aacdca8c7796d8dbb7442ba5 /sys/sparc64 | |
parent | dc662b45d0689bda946cf764e3f5e10837813e9a (diff) | |
download | FreeBSD-src-6b536804ce7cdf999728577130ec473afffd87fe.zip FreeBSD-src-6b536804ce7cdf999728577130ec473afffd87fe.tar.gz |
Uncomment the dc(4) driver, it should work just fine now.
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 6547d0e..1bdf718 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -157,7 +157,7 @@ device zs # Zilog 8530 based serial ports # PCI Ethernet NICs that use the common MII bus controller code. device miibus # MII bus support -#device dc # DEC/Intel 21143 and workalikes +device dc # DEC/Intel 21143 and workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) device gem # Sun GEM/Sun ERI/Apple GMAC device hme # Sun HME (Happy Meal Ethernet) |