diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-07-02 16:29:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-07-02 16:29:32 +0000 |
commit | 7ae46230368d747010522560934ec2a712008d3f (patch) | |
tree | ba553f24ae3939144d25ab1c7ba6a883510e0480 /sys | |
parent | 76fc1e5f0e58a1b7700894caa8a01ffab13c3ac9 (diff) |
skip pcmcia com
Diffstat (limited to 'sys')
-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 3e06fdd3312..862323556fa 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.59 2005/05/27 15:54:59 drahn Exp $ +# $OpenBSD: RAMDISKC,v 1.60 2005/07/02 16:29:31 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -138,7 +138,7 @@ pccom2 at isa? port 0x3e8 irq 5 #pccom* at boca? #rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards #pccom* at rtfps? -pccom* at pcmcia? # PCMCIA modem cards +#pccom* at pcmcia? # PCMCIA modem cards #pccom* at isapnp? # option for using CD1400 handshaking for incoming data |