diff options
author | 2006-06-19 02:01:46 +0000 | |
---|---|---|
committer | 2006-06-19 02:01:46 +0000 | |
commit | 778d75da0a6f2c3794853b34d2a9a10daebd7341 (patch) | |
tree | d2a96290275749802f854fc50f9339e93042b72f | |
parent | Zap Amiga bits of disklabel.h now that Amiga bits of readdisklabel() are (diff) | |
download | wireguard-openbsd-778d75da0a6f2c3794853b34d2a9a10daebd7341.tar.xz wireguard-openbsd-778d75da0a6f2c3794853b34d2a9a10daebd7341.zip |
pcn no longer fits, sigh
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index 8a8d6114a38..7e655c0f477 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.66 2006/04/14 21:52:47 weingart Exp $ +# $OpenBSD: RAMDISKC,v 1.67 2006/06/19 02:01:46 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -280,7 +280,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 +#pcn* at pci? # AMD PCnet-PCI Ethernet # Wireless network cards ath* at pci? # Atheros AR5k (802.11a/b/g) |