diff options
author | Pyun YongHyeon <yongari@FreeBSD.org> | 2006-04-27 06:03:17 +0000 |
---|---|---|
committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2006-04-27 06:03:17 +0000 |
commit | d3c9476130bc855e5f9273256fe4f3fc6757f787 (patch) | |
tree | 6ad2f5f1d0d99d77895cee281718735f433a14f2 /sys/sparc64 | |
parent | 919133a8ef19a0f4e491fe78b4bf523fa4a3a6eb (diff) | |
download | src-d3c9476130bc855e5f9273256fe4f3fc6757f787.tar.gz src-d3c9476130bc855e5f9273256fe4f3fc6757f787.zip |
Uncomment sk(4) as it's now working.
Notes
Notes:
svn path=/head/; revision=158071
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 7e51b4b7d605..5c4832763d5f 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -175,7 +175,7 @@ device re # RealTek 8139C+/8169/8169S/8110S device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 -#device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet +device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet #device ste # Sundance ST201 (D-Link DFE-550TX) device ti # Alteon Networks Tigon I/II gigabit Ethernet #device tl # Texas Instruments ThunderLAN |