diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-08-07 20:39:40 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-08-07 20:39:40 +0000 |
commit | ed881fe86261cb89acf9fc1b7f046152308af0f5 (patch) | |
tree | 10e1551febad7dc9d0f3563c6a5060fec4f217a9 /sys | |
parent | d4a11d2a5d3195ea838ef92257b92df9c0528f4e (diff) |
Enable ssio(4) and com(4).
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa64/conf/GENERIC | 10 | ||||
-rw-r--r-- | sys/arch/hppa64/conf/files.hppa64 | 12 |
2 files changed, 16 insertions, 6 deletions
diff --git a/sys/arch/hppa64/conf/GENERIC b/sys/arch/hppa64/conf/GENERIC index 9024d18c91f..e85b31eb702 100644 --- a/sys/arch/hppa64/conf/GENERIC +++ b/sys/arch/hppa64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.25 2011/06/29 20:52:09 matthew Exp $ +# $OpenBSD: GENERIC,v 1.26 2011/08/07 20:39:39 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -33,10 +33,10 @@ option PCIVERBOSE ppb* at pci? pci* at ppb? -#goofy* at pci? # NS87560UBD -#com* at goofy? -#lpt* at goofy? -#fdc* at goofy? +ssio* at pci? +com0 at ssio? irq 4 +com1 at ssio? irq 3 +#lpt0 at ssio? # CardBus bus support #cbb* at pci? diff --git a/sys/arch/hppa64/conf/files.hppa64 b/sys/arch/hppa64/conf/files.hppa64 index dc1f6fc6100..8a8641c0e50 100644 --- a/sys/arch/hppa64/conf/files.hppa64 +++ b/sys/arch/hppa64/conf/files.hppa64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa64,v 1.14 2011/04/16 22:04:36 kettenis Exp $ +# $OpenBSD: files.hppa64,v 1.15 2011/08/07 20:39:39 kettenis Exp $ # # hppa64-specific configuration info @@ -102,6 +102,16 @@ attach elroy at gedoens file arch/hppa64/dev/elroy.c elroy file arch/hppa64/dev/apic.c elroy +device ssio {[irq = -1]} +attach ssio at pci +file arch/hppa64/dev/ssio.c ssio + +attach com at ssio with com_ssio +file arch/hppa64/dev/com_ssio.c com_ssio + +#attach lpt at ssio with lpt_ssio +#file arch/hppa64/dev/lpt_ssio.c lpt_ssio + ### major {ccd = 1} |