diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2002-07-03 03:45:16 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2002-07-03 03:45:16 +0000 |
commit | 21d2026709fc9f32e3b9ee2af9465fb459c2bb4f (patch) | |
tree | a613c16c5763c6f97e448e3692a8fba8a2a50e90 /sys | |
parent | 40a568bee647cbd35c9590eda3920216b5ad2ad6 (diff) |
sis(4) works on alpha, so move it out of the UNTESTED section.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index ea0795f3013..e47c32871c7 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.112 2002/06/30 16:24:40 miod Exp $ +# $OpenBSD: GENERIC,v 1.113 2002/07/03 03:45:15 aaron Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ machine alpha @@ -167,6 +167,7 @@ stge* at pci? dev ? function ? # Sundance TC9021 GigE rl* at pci? dev ? function ? # RealTek 81[23]9 ethernet vr* at pci? dev ? function ? # VIA Rhine ethernet gx* at pci? dev ? function ? # Intel Pro/1000 ethernet +sis* at pci? dev ? function ? # SiS 900/7016 ethernet #UNTESTED: the following section of drivers is untested on alpha. en* at pci? dev ? function ? # ENI PCI ATM (untested) @@ -175,7 +176,6 @@ le* at pci? dev ? function ? # PCI LANCE Ethernet (untested) lmc* at pci? dev ? function ? # Lan Media Corp SSI/T3/HSSI wb* at pci? dev ? function ? # Winbond W89C840F ethernet sf* at pci? dev ? function ? # Adaptec AIC-6915 ethernet -sis* at pci? dev ? function ? # SiS 900/7016 ethernet ste* at pci? dev ? function ? # Sundance ST201 ethernet ti* at pci? dev ? function ? # Alteon Tigon 1Gb ethernet skc* at pci? dev ? function ? # SysKonnect GEnesis 984x |