diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2002-03-04 22:53:39 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2002-03-04 22:53:39 +0000 |
commit | 09761d2c32c360919ad13f1f0a572d7f15807945 (patch) | |
tree | b4b440564dee7b2b92b12bcc12c9fe7b70ef77be /sys/arch/alpha/conf/RAMDISKBIG | |
parent | 196106d6c5d9a4cde4b956b0465584ef9d10cb23 (diff) |
dc is not listed twice. Put de back, and move dc out of the untested section.
While we're at it, move wx out of the untested section too.
Diffstat (limited to 'sys/arch/alpha/conf/RAMDISKBIG')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index f981856528a..06b86535278 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.19 2002/03/04 21:16:29 deraadt Exp $ +# $OpenBSD: RAMDISKBIG,v 1.20 2002/03/04 22:53:38 nate Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -156,12 +156,14 @@ scsibus* at gdt? #scsibus* at twe? # PCI Network devices -dc* at pci? dev ? function ? # 21x4[012]-based Ethernet +de* at pci? dev ? function ? # 21x4[012]-based Ethernet +dc* at pci? dev ? function ? # 21143, "tulip" clone ethernet ne* at pci? dev ? function ? # NE2000-compat ethernet cards fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet ep* at pci? dev ? function ? # 3COM 3c59x xl* at pci? dev ? function ? # 3COM 3c9xx fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards +wx* at pci? dev ? function ? # Intel Pro/1000 ethernet #UNTESTED: the vollowing section of drivers is untested on alpha. en* at pci? dev ? function ? # ENI PCI ATM (untested) @@ -173,11 +175,9 @@ 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 -dc* at pci? 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 -wx* at pci? dev ? function ? # Intel Pro/1000 ethernet #BROKEN: The following two drivers have 64-bit issues #tx* at pci? dev ? function ? # SMC 83C170 EPIC ethernet |