diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-08-18 19:16:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-08-18 19:16:47 +0000 |
commit | cf32eda540fac96cc4f0bc45f1d7ada89088353f (patch) | |
tree | 16a52addeef604595dc590d2d8286f4fe56c376d | |
parent | d713ffed036c376b34f9deaa78f2b6246cbf3214 (diff) |
make them fit, sigh
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index f2950d2f5ce..4f6adade1bb 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.122 2013/08/13 16:26:25 mikeb Exp $ +# $OpenBSD: RAMDISKB,v 1.123 2013/08/18 19:16:46 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -139,7 +139,7 @@ mpi* at pci? # LSI Logic Fusion-MPT Message Passing Interface #aac* at pci? # Adaptec FSA RAID controllers ami* at pci? # AMI MegaRAID controllers mfi* at pci? # LSI MegaRAID SAS controllers -cac* at pci? # Compaq Smart ARRAY [234]* RAID controllers +#cac* at pci? # Compaq Smart ARRAY [234]* RAID controllers #cac* at eisa? #ciss* at pci? # Compaq Smart ARRAY [56]* RAID controllers #twe* at pci? # 3ware Escalade RAID controllers diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index c188c418b66..90e106337f3 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.104 2013/08/13 16:26:25 mikeb Exp $ +# $OpenBSD: RAMDISKC,v 1.105 2013/08/18 19:16:46 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -80,7 +80,7 @@ pcic1 at isa? port 0x3e2 iomem 0xd4000 iosiz 0x4000 pcic2 at isa? port 0x3e4 iomem 0xd4000 iosiz 0x4000 # ISA Plug-and-Play PCMCIA controllers -pcic* at isapnp? +#pcic* at isapnp? # PCI PCMCIA controllers pcic* at pci? dev? @@ -123,7 +123,7 @@ wskbd* at ukbd? mux 1 npx0 at isa? port 0xf0 irq 13 # math coprocessor isadma0 at isa? -isapnp0 at isa? +#isapnp0 at isa? pckbc0 at isa? # PC keyboard controller pckbd* at pckbc? # PC keyboard @@ -201,7 +201,7 @@ pciide* at pci? flags 0x0000 wdc0 at isa? port 0x1f0 irq 14 flags 0x00 wdc1 at isa? port 0x170 irq 15 flags 0x00 -wdc* at pcmcia? +#wdc* at pcmcia? #wdc* at isapnp? # IDE hard drives |