diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 10:13:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 10:13:25 +0000 |
commit | e9318c752b4dc558be40fb51ed6b04ad56ff4aa3 (patch) | |
tree | d4acbed25ca0e6501f3562b32fa79941bb80b687 | |
parent | 2ae35be17a1e5dd1a1f685d1663ec8abf580f1a2 (diff) |
add cy driver
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index e7284f4997f..cd87febbfc7 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.20 1996/06/16 11:11:07 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.21 1996/06/23 10:13:24 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -119,7 +119,11 @@ com2 at isa? port 0x3e8 irq 5 #com* at rtfps? slave ? com3 at pcmcia? port 0x2e8 size 8 irq 3 slot ? # PCMCIA modem cards -#cy0 at isa? ... +# option for using CD1400 handshaking for incoming data +# requires a special cable that exchanges the RTS and DTR lines +# options CY_HW_RTS +cy0 at isa? iomem 0xd4000 irq 12 # ISA cyclom card +cy1 at pci? # PCI cyclom card lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports lpt1 at isa? port 0x278 |