diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-08 03:29:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-08 03:29:09 +0000 |
commit | 4ff0c96b87e54337c3528feffa947eb2bee37779 (patch) | |
tree | b2014a261eba7ad9f965eb4021ec1436e5a811f1 /sys/arch/i386/conf | |
parent | b037661b137f7c4b02d0e756486e04b22be14eca (diff) |
no pcmcia pccom on this floppy, sorry
Diffstat (limited to 'sys/arch/i386/conf')
-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 81549d5f7ce..289f6c8bab2 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.120 2003/06/01 13:04:03 miod Exp $ +# $OpenBSD: RAMDISK,v 1.121 2003/08/08 03:29:08 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -95,7 +95,7 @@ pccom2 at isa? port 0x3e8 irq 5 #pccom* at boca? slave ? #rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards #pccom* at rtfps? slave ? -pccom* at pcmcia? function ? # PCMCIA modem cards +#pccom* at pcmcia? function ? # PCMCIA modem cards pccom* at isapnp? # option for using CD1400 handshaking for incoming data |