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/GENERIC | |
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/GENERIC')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 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? |