diff options
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKB | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 3 |
4 files changed, 6 insertions, 9 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index e7e983f4db3..dcfada2eea1 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.166 2006/03/11 01:12:14 brad Exp $ +# $OpenBSD: GENERIC,v 1.167 2006/03/12 17:29:48 martin Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -167,7 +167,6 @@ pceb* at pci? # Intel PCI-EISA bridge cy* at pci? # PCI cyclom card # PCI SCSI devices - ahc* at pci? # Adaptec 2940 SCSI controllers scsibus* at ahc? isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel @@ -225,7 +224,6 @@ art* at musycc? # Accoom Artery E1/T1 cards #UNTESTED: the following section of drivers is untested on alpha. en* at pci? # ENI PCI ATM (untested) tl* at pci? # Compaq Thunderlan ethernet -le* at pci? # PCI LANCE Ethernet (untested) wb* at pci? # Winbond W89C840F ethernet sf* at pci? # Adaptec AIC-6915 ethernet ste* at pci? # Sundance ST201 ethernet diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index 599b2e5437c..cd37050d326 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.64 2005/05/01 07:54:41 david Exp $ +# $OpenBSD: RAMDISK,v 1.65 2006/03/12 17:29:48 martin Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED @@ -75,13 +75,13 @@ fxp* at pci? # EtherExpress 10/100B ethernet cards #ep* at pci? # 3COM 3c59x (untested) #xl* at pci? # 3COM 3c9xx (untested) #fpa* at pci? # DEC DEFPA FDDI cards -#le* at pci? # PCI LANCE Ethernet (untested) siop* at pci? # NCR 53c8xx SCSI pceb* at pci? # Intel PCI-EISA bridge vga* at pci? # PCI VGA graphics ppb* at pci? # PCI-PCI bridges sio* at pci? # Intel PCI-ISA bridge tga* at pci? # DEC ZLXp-E[123] graphics +pcn* at pci? # AMD PCnet-PCI Ethernet isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel #option ISP_COMPILE_FW=1 diff --git a/sys/arch/alpha/conf/RAMDISKB b/sys/arch/alpha/conf/RAMDISKB index 64fcb5569c3..68fb9c52404 100644 --- a/sys/arch/alpha/conf/RAMDISKB +++ b/sys/arch/alpha/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.29 2006/02/23 23:53:51 miod Exp $ +# $OpenBSD: RAMDISKB,v 1.30 2006/03/12 17:29:48 martin Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED @@ -75,13 +75,13 @@ fxp* at pci? # EtherExpress 10/100B ethernet cards #ep* at pci? # 3COM 3c59x (untested) #xl* at pci? # 3COM 3c9xx (untested) #fpa* at pci? # DEC DEFPA FDDI cards -#le* at pci? # PCI LANCE Ethernet (untested) siop* at pci? # NCR 53c8xx SCSI pceb* at pci? # Intel PCI-EISA bridge vga* at pci? # PCI VGA graphics ppb* at pci? # PCI-PCI bridges sio* at pci? # Intel PCI-ISA bridge tga* at pci? # DEC ZLXp-E[123] graphics +pcn* at pci? # AMD PCnet-PCI Ethernet isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel #option ISP_COMPILE_FW=1 #option ISP_COMPILE_1040_FW=1 diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index f0e91db9265..f912d36ea53 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.61 2006/02/10 09:40:21 brad Exp $ +# $OpenBSD: RAMDISKBIG,v 1.62 2006/03/12 17:29:48 martin 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. @@ -199,7 +199,6 @@ ral* at pci? # Ralink RT2500/RT2501/RT2600 #UNTESTED: the following section of drivers is untested on alpha. en* at pci? # ENI PCI ATM (untested) tl* at pci? # Compaq Thunderlan ethernet -le* at pci? # PCI LANCE Ethernet (untested) wb* at pci? # Winbond W89C840F ethernet sf* at pci? # Adaptec AIC-6915 ethernet ste* at pci? # Sundance ST201 ethernet |