diff options
author | yongari <yongari@FreeBSD.org> | 2005-12-28 02:59:16 +0000 |
---|---|---|
committer | yongari <yongari@FreeBSD.org> | 2005-12-28 02:59:16 +0000 |
commit | 772103ed777a9ec242ea29086a3de960e9c1c546 (patch) | |
tree | 52fd199e519ff885ea5c6e4c8f703f1cceb5dd5a /sys/sparc64/conf | |
parent | 89a31d4bdccfaa17a3c67fa682c19a9fe923b711 (diff) | |
download | FreeBSD-src-772103ed777a9ec242ea29086a3de960e9c1c546.zip FreeBSD-src-772103ed777a9ec242ea29086a3de960e9c1c546.tar.gz |
Uncomment ti(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 f4dc6ae..ac566ce 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -176,7 +176,7 @@ device rl # RealTek 8129/8139 #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #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 ti # Alteon Networks Tigon I/II gigabit Ethernet #device tl # Texas Instruments ThunderLAN #device tx # SMC EtherPower II (83c170 ``EPIC'') #device vr # VIA Rhine, Rhine II |