diff options
Diffstat (limited to 'sys/arch/hppa/conf')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/hppa/conf/files.hppa | 9 |
2 files changed, 10 insertions, 5 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index b2562dc5ace..f91431b3970 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.45 2003/12/29 23:27:04 mickey Exp $ +# $OpenBSD: GENERIC,v 1.46 2004/02/13 20:39:31 mickey Exp $ # Machine architecture; required by config(8) machine hppa @@ -48,8 +48,8 @@ mongoose* at mainbus0 irq 17 # EISA Bus Adapter (i82350 or TI???) dino* at phantomas? irq 26 # PCI bus bridge pci* at dino? option PCIVERBOSE -#pckbc0 at dino? irq 23 -#com3 at dino? irq 21 +#pckbc0 at dino? irq 9 +com1 at dino? irq 11 sti0 at mainbus0 irq 11 # [H]CRX-{8,24,48}[Z] graphics sti0 at phantomas0 irq 11 # builtin graphics on BC* diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa index 85f2d357163..23f3a60e089 100644 --- a/sys/arch/hppa/conf/files.hppa +++ b/sys/arch/hppa/conf/files.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa,v 1.49 2003/09/29 19:23:02 mickey Exp $ +# $OpenBSD: files.hppa,v 1.50 2004/02/13 20:39:31 mickey Exp $ # # hppa-specific configuration info @@ -128,12 +128,17 @@ device mongoose: isabus, eisabus attach mongoose at mainbus file arch/hppa/dev/mongoose.c mongoose +define dinobus {[offset = -1], [irq = -1]} + # Dino, GSC to PCI bridge. Includes ps/2, serial, and flying toaster interfaces # Cujo is a 64-bit data path Dino -device dino: pcibus +device dino: pcibus, dinobus attach dino at phantomas file arch/hppa/dev/dino.c dino +attach com at dinobus with com_dino +file arch/hppa/dev/com_dino.c com_dino + # EPIC, Excalibur PCI Interface Chip. Integrated IOA # SAGA is a 64-bit data path EPIC #device epic: pcibus |