diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-11-15 03:08:26 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-11-15 03:08:26 +0000 |
commit | cc6fc1945b4060b760c4f619925a653b871135e9 (patch) | |
tree | 003d35b401485abd3727b64beaec4a2529928140 /sys/arch/alpha/conf | |
parent | eba9db6a5ae4d34f2e388d1ab246e6b01872412f (diff) |
add pcn on alpha and remove redundant pcn entry on i386 RAMDISK_CD
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 3 |
2 files changed, 4 insertions, 2 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 |