diff options
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} |