diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2006-03-12 17:29:50 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2006-03-12 17:29:50 +0000 |
commit | 703d58745a50a7540d45cc1879e118c126bb006e (patch) | |
tree | d066649cb70fdfa8217232320fd0b1f8943a512a /sys/arch | |
parent | d77df7517e58d241712fd5e8e1534dd0f8b046be (diff) |
with pcn(4) now in place remove or replace the references to PCI le(4)
and complement pcn* at pci? where useful as request by brad@
ok brad@
Diffstat (limited to 'sys/arch')
-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 | ||||
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
12 files changed, 17 insertions, 25 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 diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index c34f4207be3..2e3ee96a249 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.117 2006/03/11 01:12:14 brad Exp $ +# $OpenBSD: GENERIC,v 1.118 2006/03/12 17:29:48 martin Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -292,7 +292,6 @@ scsibus* at atapiscsi? # Networking devices lmc* at pci? # Lan Media Corp SSI/T3/HSSI san* at pci? # Sangoma PCI AFT card -#le* at pci? # PCnet-PCI based ethernet de* at pci? # DC21X4X-based ethernet fxp* at pci? # EtherExpress 10/100B ethernet fxp* at cardbus? # Intel PRO/100 ethernet diff --git a/sys/arch/amd64/conf/RAMDISK b/sys/arch/amd64/conf/RAMDISK index 72a1e3cce8d..d87d26371e5 100644 --- a/sys/arch/amd64/conf/RAMDISK +++ b/sys/arch/amd64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.30 2006/02/10 04:10:00 pvalchev Exp $ +# $OpenBSD: RAMDISK,v 1.31 2006/03/12 17:29:48 martin Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -185,7 +185,6 @@ wd* at pciide? flags 0x0000 atapiscsi* at pciide? scsibus* at atapiscsi? -#le* at pci? # PCnet-PCI based ethernet #de* at pci? # DC21X4X-based ethernet fxp* at pci? # EtherExpress 10/100B ethernet #fxp* at cardbus? # Intel PRO/100 ethernet @@ -217,6 +216,7 @@ bge* at pci? # Broadcom BCM570x (aka Tigon3) #mtd* at pci? # Myson MTD803 vge* at pci? # VIA VT612x nfe* at pci? # NVIDIA nForce Ethernet +pcn* at pci? # AMD PCnet-PCI Ethernet # Wireless network cards #wi* at pci? # WaveLAN IEEE 802.11DS diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 5b93643aaab..3ea0c4c995c 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.48 2006/02/05 18:16:18 brad Exp $ +# $OpenBSD: RAMDISK_CD,v 1.49 2006/03/12 17:29:48 martin Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -203,7 +203,6 @@ atapiscsi* at wdc? atapiscsi* at pciide? scsibus* at atapiscsi? -#le* at pci? # PCnet-PCI based ethernet de* at pci? # DC21X4X-based ethernet fxp* at pci? # EtherExpress 10/100B ethernet fxp* at cardbus? # Intel PRO/100 ethernet diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 492544b7724..a02f1e9e63e 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.475 2006/03/06 03:13:42 marco Exp $ +# $OpenBSD: GENERIC,v 1.476 2006/03/12 17:29:48 martin Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -429,7 +429,6 @@ ep* at eisa? # 3C579 ethernet fea* at eisa? # DEC DEFEA FDDI lmc* at pci? # Lan Media Corp SSI/T3/HSSI san* at pci? # Sangoma PCI AFT card -le* at pci? # PCnet-PCI based ethernet le* at isapnp? pcn* at pci? # AMD PCnet-PCI Ethernet de* at pci? # DC21X4X-based ethernet diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 8b275e88d57..0d7041275b7 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.141 2006/02/08 23:56:29 pvalchev Exp $ +# $OpenBSD: RAMDISK,v 1.142 2006/03/12 17:29:49 martin Exp $ machine i386 # architecture, used by config; REQUIRED @@ -207,7 +207,6 @@ le0 at isa? port 0x360 irq 15 drq 6 # IsoLan, NE2100, and DEPCA ep0 at eisa? ep* at eisa? # 3C579 ethernet cards #fea* at eisa? # DEC DEFEA FDDI cards -le* at pci? # PCnet-PCI based ethernet cards ep* at isapnp? # 3C509 PnP ethernet cards le* at isapnp? de* at pci? # DC21X4X-based ethernet cards @@ -243,6 +242,7 @@ em* at pci? # Intel Pro/1000 ethernet re* at pci? # Realtek 8169/8169S/8110S vge* at pci? # VIA VT612x nfe* at pci? # NVIDIA nForce Ethernet +pcn* at pci? # AMD PCnet-PCI Ethernet # Wireless network cards wi* at pci? # WaveLAN IEEE 802.11DS diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index 4b162f2f65a..97fd48c2304 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.85 2006/02/08 23:56:29 pvalchev Exp $ +# $OpenBSD: RAMDISKB,v 1.86 2006/03/12 17:29:49 martin Exp $ machine i386 # architecture, used by config; REQUIRED @@ -232,7 +232,6 @@ scsibus* at atapiscsi? #ep0 at eisa? #ep* at eisa? # 3C579 ethernet cards #fea* at eisa? # DEC DEFEA FDDI cards -#le* at pci? # PCnet-PCI based ethernet cards #ep* at isapnp? # 3C509 PnP ethernet cards #le* at isapnp? de* at pci? # DC21X4X-based ethernet cards diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index 2483d8c4a80..fba14e451bf 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.64 2006/02/08 23:56:29 pvalchev Exp $ +# $OpenBSD: RAMDISKC,v 1.65 2006/03/12 17:29:49 martin Exp $ machine i386 # architecture, used by config; REQUIRED @@ -244,7 +244,6 @@ scsibus* at atapiscsi? #ep0 at eisa? #ep* at eisa? # 3C579 ethernet #fea* at eisa? # DEC DEFEA FDDI -#le* at pci? # PCnet-PCI based ethernet #ep* at isapnp? # 3C509 PnP ethernet #le* at isapnp? #de* at pci? # DC21X4X-based ethernet @@ -283,6 +282,7 @@ re* at cardbus? # Realtek 8169/8169S/8110S #bce* at pci? # Broadcom BCM4401 vge* at pci? # VIA VT612x nfe* at pci? # NVIDIA nForce Ethernet +pcn* at pci? # AMD PCnet-PCI Ethernet # Wireless network cards ath* at pci? # Atheros AR5k (802.11a/b/g) diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 47b403d6aad..73051e98a9b 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.113 2006/02/16 21:11:19 brad Exp $ +# $OpenBSD: RAMDISK_CD,v 1.114 2006/03/12 17:29:49 martin Exp $ machine i386 # architecture, used by config; REQUIRED @@ -293,7 +293,6 @@ ep0 at eisa? ep* at eisa? # 3C579 ethernet ef* at isapnp? # 3C515 ethernet #fea* at eisa? # DEC DEFEA FDDI -le* at pci? # PCnet-PCI based ethernet le* at isapnp? pcn* at pci? # AMD PCnet-PCI Ethernet de* at pci? # DC21X4X-based ethernet |