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/amd64/conf | |
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/amd64/conf')
-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 |
3 files changed, 4 insertions, 6 deletions
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 |