diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-05-22 19:57:33 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-05-22 19:57:33 +0000 |
commit | 6fdc77d010dc1d0a1e800b31e7f3243d3673e29d (patch) | |
tree | 53b9a43d93f8cf9090386a3fa2830ed9a82c2abe /sys | |
parent | 0c82bfb98e6cf0d78b0987af38e935162ac172c0 (diff) |
Add elory(4).
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/conf/files.hppa | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa index 30e06d20aa3..89379f68855 100644 --- a/sys/arch/hppa/conf/files.hppa +++ b/sys/arch/hppa/conf/files.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa,v 1.63 2007/05/22 19:37:13 kettenis Exp $ +# $OpenBSD: files.hppa,v 1.64 2007/05/22 19:57:32 kettenis Exp $ # # hppa-specific configuration info @@ -157,6 +157,13 @@ file arch/hppa/dev/dino.c dino attach com at dinobus with com_dino file arch/hppa/dev/com_dino.c com_dino +# Elroy, Ropes to PCI Bridge. Supports 4X PCI and dual address cycle. +# Mercury; QuickSilver is an AGP also +device elroy: pcibus +attach elroy at gedoens +file arch/hppa/dev/elroy.c elroy +file arch/hppa/dev/apic.c elroy + # EPIC, Excalibur PCI Interface Chip. Integrated IOA # SAGA is a 64-bit data path EPIC #device epic: pcibus |