diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-07-28 01:45:06 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-07-28 01:45:06 +0000 |
commit | 2b33c43331256d73c938dfd983383763c9c06ffb (patch) | |
tree | 17ecc4ea8f870d42764a5bf66847653e2262c138 /sys | |
parent | 8e1102602c0ac6bb952b0352cbcf06433bc8525d (diff) |
add pcn
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 87ccaa91b40..ac3541abbac 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.420 2005/07/06 01:52:13 mickey Exp $ +# $OpenBSD: GENERIC,v 1.421 2005/07/28 01:45:05 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -391,6 +391,7 @@ 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 fxp* at pci? # EtherExpress 10/100B ethernet fxp* at cardbus? # Intel PRO/100 ethernet diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index ab53cdce328..3a1ff93fd67 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.98 2005/07/06 01:52:13 mickey Exp $ +# $OpenBSD: RAMDISK_CD,v 1.99 2005/07/28 01:45:05 brad Exp $ machine i386 # architecture, used by config; REQUIRED @@ -295,6 +295,7 @@ ef* at isapnp? # 3C515 ethernet le* at pci? # PCnet-PCI based ethernet ep* at isapnp? # 3C509 PnP ethernet le* at isapnp? +pcn* at pci? # AMD PCnet-PCI Ethernet de* at pci? # DC21X4X-based ethernet fxp* at pci? # EtherExpress 10/100B ethernet fxp* at cardbus? # Intel PRO/100 ethernet |