diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-28 20:52:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-28 20:52:41 +0000 |
commit | 6f9a272ef7c809ccf4afa7b6541942060bf50e6c (patch) | |
tree | 48f63e2ad480629f422cade8598ca7ed547163d3 | |
parent | 24e3b33bf9b9d8d0f0e7eb2850e1f0279c46e529 (diff) |
enable cy* by default
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index e4f45f91f2c..2051b480c22 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.248 2001/03/12 04:51:41 jason Exp $ +# $OpenBSD: GENERIC,v 1.249 2001/03/28 20:52:40 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -166,7 +166,7 @@ pccom* at puc? port ? # requires a special cable that exchanges the RTS and DTR lines # options CY_HW_RTS cy0 at isa? iomem 0xd4000 irq 12 # ISA cyclom serial card -#cy* at pci? # PCI cyclom serial card +cy* at pci? # PCI cyclom serial card lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports lpt1 at isa? port 0x278 |