diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-01-06 20:17:44 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-01-06 20:17:44 +0000 |
commit | 4e543a8f7a121a1902cea792639bb4b70006ea9f (patch) | |
tree | 64831bdb04582ee22b292b9fcdb474269bafacaf /sys/arch/hp300/conf | |
parent | 6cbf25f06341d66e5f9102652ada06c548658f9c (diff) |
Preliminary support for the hp300 single ISA slot found in 4xx `t' models.
Everything works well but interrupts, where no two devices causes the frodo
chip to behave in the same way... (polling will work nicely)
Diffstat (limited to 'sys/arch/hp300/conf')
-rw-r--r-- | sys/arch/hp300/conf/files.hp300 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/sys/arch/hp300/conf/files.hp300 b/sys/arch/hp300/conf/files.hp300 index 706a27379b4..eeb8bda5f21 100644 --- a/sys/arch/hp300/conf/files.hp300 +++ b/sys/arch/hp300/conf/files.hp300 @@ -1,4 +1,4 @@ -# $OpenBSD: files.hp300,v 1.31 2006/04/14 21:05:43 miod Exp $ +# $OpenBSD: files.hp300,v 1.32 2007/01/06 20:17:41 miod Exp $ # $NetBSD: files.hp300,v 1.28 1997/05/12 08:23:28 thorpej Exp $ # # hp300-specific configuration info @@ -175,6 +175,18 @@ major {cd = 9} attach sti at sgc with sti_sgc file arch/hp300/dev/sti_sgc.c sti_sgc +# ISA devices +include "dev/isa/files.isa" +include "dev/isa/files.isapnp" + +# +# ISA bridge +# + +device isabr: isabus +attach isabr at frodo +file arch/hp300/dev/isabr.c isabr needs-flag + # # HIL Human Interface Loop devices # |