diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-11-22 10:32:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-11-22 10:32:21 +0000 |
commit | a4d3f640de51cc84e1c7ad4f28d121e44d626930 (patch) | |
tree | f82ae10acb9987e74c7aab792b8af2471a238e40 /sys/arch/amd64/conf | |
parent | 2c65ee9e8a9facce0452e8842cde29e8c80783d3 (diff) |
potentially com, not pccom
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK b/sys/arch/amd64/conf/RAMDISK index f1d0ab0554c..d5e6093a535 100644 --- a/sys/arch/amd64/conf/RAMDISK +++ b/sys/arch/amd64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.46 2008/10/01 19:43:35 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.47 2008/11/22 10:32:20 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -117,7 +117,7 @@ wsdisplay* at vga? com0 at isa? port 0x3f8 irq 4 # standard PC serial ports com1 at isa? port 0x2f8 irq 3 -#pccom* at pcmcia? # PCMCIA modem cards +#com* at pcmcia? # PCMCIA modem cards # option for using CD1400 handshaking for incoming data # requires a special cable that exchanges the RTS and DTR lines |