diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-06-06 06:15:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-06-06 06:15:03 +0000 |
commit | bf36ea00578588edb9164c0054186b917c18d08a (patch) | |
tree | 1b7f18b80d2648b5e6c2f8b1704264989817ec25 | |
parent | 228c0bb1320b2f216cdecbb71ce0ae647a2a7836 (diff) |
Toss a rare device driver; this makes msi interrupts fit.
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 9ec129eb10e..b4603c5c3e9 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.173 2011/01/07 19:33:08 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.174 2011/06/06 06:15:02 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -248,7 +248,7 @@ em* at pci? # Intel Pro/1000 ethernet re* at pci? # Realtek 8169/8169S/8110S 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 wi* at pci? # WaveLAN IEEE 802.11DS |