diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-07-05 08:08:07 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-07-05 08:08:07 +0000 |
commit | 4296acf306de19233d83a0a747fb3d5a6e754ae0 (patch) | |
tree | 770a7c281bb8a8a25605000b8dc5ab1913037ff5 /sys/arch/alpha/conf/RAMDISKBIG | |
parent | b9f69a8a4d8fcf7c22970f3a751c586506bc7660 (diff) |
Sync the ethernet controllers list with GENERIC.
Diffstat (limited to 'sys/arch/alpha/conf/RAMDISKBIG')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index 54c8b53f68f..f73483d515b 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.31 2002/06/30 16:24:40 miod Exp $ +# $OpenBSD: RAMDISKBIG,v 1.32 2002/07/05 08:08:06 miod 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. @@ -168,26 +168,30 @@ 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 +txp* at pci? dev ? function ? # 3COM 3CR990 fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards +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 +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) tl* at pci? dev ? function ? # Compaq Thunderlan ethernet le* at pci? dev ? function ? # PCI LANCE Ethernet (untested) lmc* at pci? dev ? function ? # Lan Media Corp SSI/T3/HSSI -rl* at pci? dev ? function ? # RealTek 81[23]9 ethernet 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 sk* at skc? # each port of above -gx* 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 +#BROKEN: The following driver has 64-bit issues #tx* at pci? dev ? function ? # SMC 83C170 EPIC ethernet -#vr* at pci? dev ? function ? # VIA Rhine ethernet vga* at pci? dev ? function ? # PCI VGA graphics tga* at pci? dev ? function ? # DEC ZLXp-E[123] graphics @@ -217,6 +221,7 @@ ukphy* at mii? phy ? # "unknown" PHYs isa* at pceb? eisa* at pceb? isa* at sio? +isapnp0 at isa? # ISA devices mcclock* at isa? port 0x70 @@ -236,7 +241,10 @@ ne0 at isa? port 0x240 irq 9 # NE[12]000 ethernet cards ne1 at isa? port 0x300 irq 10 # NE[12]000 ethernet cards ne2 at isa? port 0x280 irq 9 # NE[12]000 ethernet cards ep* at isa? port ? irq ? # 3C509 ethernet cards +ep* at isapnp? #wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System +lc0 at isa? port 0x200 irq ? # DEC EtherWorks +lc1 at isa? port 0x280 irq ? # DEC EtherWorks cy0 at isa? iomem 0xd4000 irq 12 # ISA cyclom card @@ -244,7 +252,6 @@ cy0 at isa? iomem 0xd4000 irq 12 # ISA cyclom card #scsibus* at aic? #ahc0 at isa? port ? irq ? # Adaptec 284x SCSI controllers -#scsibus* at ahc? # EISA devices fea* at eisa? slot ? # DEC DEFEA FDDI cards @@ -272,8 +279,8 @@ scsibus* at atapiscsi? # Workstation Console attachments #wsdisplay* at cfb? -wsdisplay* at vga? #wsdisplay* at sfb? +wsdisplay* at vga? wsdisplay* at tga? wskbd* at pckbd? wsmouse* at pms? |