diff options
author | 2002-03-04 22:53:38 +0000 | |
---|---|---|
committer | 2002-03-04 22:53:38 +0000 | |
commit | dee869bcbf5ec5a85cd7474ee02a2a549bc57598 (patch) | |
tree | 9fb81b26b56c27ee2225df6748b47789e50ea713 | |
parent | since we can't fit both dc and de, we've got to have de so we can have support (diff) | |
download | wireguard-openbsd-dee869bcbf5ec5a85cd7474ee02a2a549bc57598.tar.xz wireguard-openbsd-dee869bcbf5ec5a85cd7474ee02a2a549bc57598.zip |
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.
-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 |