diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 5 |
3 files changed, 6 insertions, 5 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 3d6d68cfb54..9e4fa65f2dd 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.156 2005/11/15 01:12:47 brad Exp $ +# $OpenBSD: GENERIC,v 1.157 2005/11/15 03:08:24 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -195,6 +195,7 @@ scsibus* at twe? # PCI Network devices lmc* at pci? # Lan Media Corp SSI/T3/HSSI +pcn* at pci? # AMD PCnet-PCI Ethernet de* at pci? # 21x4[012]-based Ethernet dc* at pci? # 21143, "tulip" clone ethernet ne* at pci? # NE2000-compat ethernet cards diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index f5d22777afe..2a6507da377 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.58 2005/11/15 01:12:47 brad Exp $ +# $OpenBSD: RAMDISKBIG,v 1.59 2005/11/15 03:08:24 brad 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. @@ -173,6 +173,7 @@ scsibus* at gdt? #scsibus* at twe? # PCI Network devices +pcn* at pci? # AMD PCnet-PCI Ethernet de* at pci? # 21x4[012]-based Ethernet dc* at pci? # 21143, "tulip" clone ethernet ne* at pci? # NE2000-compat ethernet cards diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index f882921d446..8b906cc5e5c 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.107 2005/11/15 01:12:48 brad Exp $ +# $OpenBSD: RAMDISK_CD,v 1.108 2005/11/15 03:08:25 brad Exp $ machine i386 # architecture, used by config; REQUIRED @@ -283,6 +283,7 @@ eg0 at isa? disable port 0x310 irq 5 # 3C505/Etherlink+ ethernet el0 at isa? disable port 0x300 irq 9 # 3C501 ethernet ep0 at isa? # 3C509 ethernet ep* at isa? # 3C509 ethernet +ep* at isapnp? # 3C509 PnP ethernet ef* at isapnp? # 3C515 PnP ethernet ie0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN and 3C507 #ie1 at isa? port 0x300 irq 10 # EtherExpress @@ -293,8 +294,6 @@ ep* at eisa? # 3C579 ethernet ef* at isapnp? # 3C515 ethernet #fea* at eisa? # DEC DEFEA FDDI le* at pci? # PCnet-PCI based ethernet -pcn* at pci? # AMD PCnet-PCI Ethernet -ep* at isapnp? # 3C509 PnP ethernet le* at isapnp? pcn* at pci? # AMD PCnet-PCI Ethernet de* at pci? # DC21X4X-based ethernet |