diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-08-05 19:09:53 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-08-05 19:09:53 +0000 |
commit | 00c18448c64a758a7be9ce3d4a894727bddbfcb6 (patch) | |
tree | 326b2be132236cc0067456e8c4d9514226d64fcf /sys/arch/hppa/conf | |
parent | 9909f500d5c88e7e356ce340ff0103350b2607ed (diff) |
Add support for Zalon NCR 53C720 FW SCSI.
input from mickey and miod@, dok martin@,
Diffstat (limited to 'sys/arch/hppa/conf')
-rw-r--r-- | sys/arch/hppa/conf/files.hppa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa index 25585478f21..34afecbad1d 100644 --- a/sys/arch/hppa/conf/files.hppa +++ b/sys/arch/hppa/conf/files.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa,v 1.71 2007/07/15 20:11:12 kettenis Exp $ +# $OpenBSD: files.hppa,v 1.72 2007/08/05 19:09:52 kettenis Exp $ # # hppa-specific configuration info @@ -184,8 +184,8 @@ attach sti at gedoens with sti_gedoens file arch/hppa/dev/sti_sgc.c sti_gedoens 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 +attach siop at gedoens with siop_gedoens +file arch/hppa/dev/siop_sgc.c siop_gedoens device ssio {[irq = -1]} attach ssio at pci |