diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-06-19 19:17:00 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-06-19 19:17:00 +0000 |
commit | 3ee7305054c5c59d9f03815ad478f9c615668444 (patch) | |
tree | 1aec75b8a6798eedd27e8940b41db438a515b3a4 /sys/arch/hppa/conf | |
parent | 4311698740a3edd2eaf4d622104a95d23f8c6749 (diff) |
Add ssio(4), a driver for the castrated National Semiconductor PC87560
Sucky SuperIO chip. For now it only provides support for the i8259-compatible
PICs on the chip, but that support is necessary to make USB interrupts work.
Diffstat (limited to 'sys/arch/hppa/conf')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/hppa/conf/files.hppa | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 1cbeed80c98..6d4391aba39 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.100 2007/06/16 08:43:00 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.101 2007/06/19 19:16:59 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -77,6 +77,8 @@ pci* at elroy? ppb* at pci? pci* at ppb? +ssio* at pci? + # CardBus bus support cbb* at pci? cardslot* at cbb? diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa index 85258ec3811..13fa326fbe7 100644 --- a/sys/arch/hppa/conf/files.hppa +++ b/sys/arch/hppa/conf/files.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa,v 1.66 2007/06/08 22:57:43 jasper Exp $ +# $OpenBSD: files.hppa,v 1.67 2007/06/19 19:16:59 kettenis Exp $ # # hppa-specific configuration info @@ -183,6 +183,10 @@ file arch/hppa/dev/sti_pci_machdep.c sti_pci attach siop at gedoens with siop_sgc file arch/hppa/dev/siop_sgc.c siop_sgc +device ssio +attach ssio at pci +file arch/hppa/dev/ssio.c ssio + ### major {ccd = 1} |