diff options
author | 1996-06-23 10:13:24 +0000 | |
---|---|---|
committer | 1996-06-23 10:13:24 +0000 | |
commit | 20a3c08881e5b1c3f47050ce4b78ab48d59554f4 (patch) | |
tree | 19cdf772075f98b8272ac187479d152b8246cbea | |
parent | x68k arch (diff) | |
download | wireguard-openbsd-20a3c08881e5b1c3f47050ce4b78ab48d59554f4.tar.xz wireguard-openbsd-20a3c08881e5b1c3f47050ce4b78ab48d59554f4.zip |
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 |