diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2002-03-04 23:03:14 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2002-03-04 23:03:14 +0000 |
commit | 6d292d0fc3771081b330e94a1684efe6dcb42f29 (patch) | |
tree | 2091894282e1ee8328ae5a0c93d76e7984159ba1 | |
parent | 2de758919e28fc4d70bfb8e47f078b153b874024 (diff) |
ok, so apparently wx doesn't work so well
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 749730df979..846c61ad94f 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.98 2002/03/04 22:48:26 nate Exp $ +# $OpenBSD: GENERIC,v 1.99 2002/03/04 23:03:13 nate Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ machine alpha @@ -156,7 +156,6 @@ ep* at pci? dev ? function ? # 3COM 3c59x xl* at pci? dev ? function ? # 3COM 3c9xx txp* at pci? dev ? function ? # 3COM 3CR990 fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards -wx* at pci? dev ? function ? # Intel Pro/1000 ethernet bge* at pci? dev ? function ? # Broadcom BCM570x (aka Tigon3) stge* at pci? dev ? function ? # Sundance TC9021 GigE rl* at pci? dev ? function ? # RealTek 81[23]9 ethernet @@ -174,6 +173,7 @@ 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 sk* at skc? # each port of above +wx* at pci? dev ? function ? # Intel Pro/1000 ethernet an* at pci? dev ? function ? # Cisco/Aironet 802.11DS #BROKEN: The following two drivers have 64-bit issues diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index 06b86535278..7ee3e607541 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.20 2002/03/04 22:53:38 nate Exp $ +# $OpenBSD: RAMDISKBIG,v 1.21 2002/03/04 23:03:13 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. @@ -163,7 +163,6 @@ 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) @@ -178,6 +177,7 @@ 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 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 |