diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2001-09-01 04:03:10 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2001-09-01 04:03:10 +0000 |
commit | ed5522d388450d42aa317704788475fc68467277 (patch) | |
tree | cc2dfa34bee927d05af503be801b6093c33d2564 /sys/arch/i386/conf | |
parent | d5386f9fbad366a6dc49c77b7427a73eba9eb2a2 (diff) |
add cz(4) to GENERIC
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index fa4f5b244f6..05d054e9cf9 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.272 2001/07/17 01:39:09 jason Exp $ +# $OpenBSD: GENERIC,v 1.273 2001/09/01 04:03:09 nate Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -168,6 +168,7 @@ pccom* at puc? port ? # options CY_HW_RTS cy0 at isa? iomem 0xd4000 irq 12 # ISA cyclom serial card cy* at pci? # PCI cyclom serial card +cz* at pci? dev ? function ? # Cyclades-Z multi-port serial boards lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports lpt1 at isa? port 0x278 |