diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-12-23 03:15:12 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-12-23 03:15:12 +0000 |
commit | d4ff9967a46aa4cf0e0227705dd47d252141c286 (patch) | |
tree | 8fcc286f0b4357e0c247ce63dc95fa3225a4fa16 /sys | |
parent | 39803152a5292e02e577bbb1291f89961c2f7158 (diff) |
order the dc's; no measurable effect
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index a7c9b710ba9..6ed44336c1e 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.122 2003/08/08 19:37:59 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.123 2003/12/23 03:15:11 mickey Exp $ machine i386 # architecture, used by config; REQUIRED @@ -222,10 +222,9 @@ tl* at pci? dev ? function ? # Compaq Thunderlan ethernet cards vr* at pci? dev ? function ? # VIA Rhine ethernet #wb* at pci? dev ? function ? # Winbond W89C840F ethernet dc* at pci? dev ? function ? # 21143, "tulip" clone ethernet +#dc* at cardbus? dev ? function ? # 21143, "tulip" clone ethernet sis* at pci? dev ? function ? # SiS 900/7016 ethernet #ste* at pci? dev ? function ? # Sundance ST201 ethernet -#dc* at pci? dev ? function ? # 21143, "tulip" clone ethernet -#dc* at cardbus? dev ? function ? # 21143, "tulip" clone ethernet #ti* at pci? dev ? function ? # Alteon Tigon 1Gb ethernet #skc* at pci? dev ? function ? # SysKonnect GEnesis 984x #sk* at skc? # each port of above |