diff options
author | Jan Klemkow <jan@cvs.openbsd.org> | 2021-09-14 08:19:59 +0000 |
---|---|---|
committer | Jan Klemkow <jan@cvs.openbsd.org> | 2021-09-14 08:19:59 +0000 |
commit | db7cbd830447093b4c125fe1de5ab3b4fba943d8 (patch) | |
tree | 5360d6ddb2b5261b09e784e1a3f44b16e4e3e418 /sys | |
parent | 90c8f892e599e1cc7acdb9cc1004e8883ad576bb (diff) |
Enable cy(4) on amd64.
ok deraadt
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 125a256682a..8235404bd47 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.501 2021/09/13 09:57:48 jmatthew Exp $ +# $OpenBSD: GENERIC,v 1.502 2021/09/14 08:19:58 jan Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -404,7 +404,7 @@ com* at pcmcia? # PCMCIA modems/serial ports com* at puc? # options CY_HW_RTS -#cy* at pci? # PCI cyclom serial card +cy* at pci? # PCI cyclom serial card #cz* at pci? # Cyclades-Z multi-port serial boards lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports |