diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-02-25 16:59:25 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-02-25 16:59:25 +0000 |
commit | 93aba1fae22f689c1dfee648096f82114902285d (patch) | |
tree | 304033536bf0f5dc46fad77c3ae78dd48d4eca3a /sys/arch/hppa/conf/files.hppa | |
parent | 5adad651c079427bf28953786b84fb65c96e2319 (diff) |
add dino device/attachment; myri is actually on pci
Diffstat (limited to 'sys/arch/hppa/conf/files.hppa')
-rw-r--r-- | sys/arch/hppa/conf/files.hppa | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa index 99b253ee751..52cc1684d7c 100644 --- a/sys/arch/hppa/conf/files.hppa +++ b/sys/arch/hppa/conf/files.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa,v 1.10 1999/02/25 16:37:12 mickey Exp $ +# $OpenBSD: files.hppa,v 1.11 1999/02/25 16:59:24 mickey Exp $ # # hppa-specific configuration info @@ -44,6 +44,11 @@ include "dev/isa/files.isapnp" include "dev/eisa/files.eisa" # +# PCI Bus support +# +include "dev/pci/files.pci" + +# # General System Connect Bus # define gscbus { } @@ -85,6 +90,10 @@ device eba: eisabus attach eba at mainbus file arch/hppa/dev/eba.c eba +device dino: pcibus +attach dino at mainbus +file arch/hppa/dev/dino.c dino + device sti: wsemuldisplaydev attach sti at mainbus file arch/hppa/dev/sti.c sti @@ -150,10 +159,11 @@ file arch/hppa/gsc/atwo.c atwo #attach medusa at gsc #file arch/hppa/gsc/medusa.c medusa +# XXX should not be here # ANSI/VITA 26-1998 Gbit packet switching network iface -#device myri -#attach myri at gsc -#file arch/hppa/gsc/myri.c myri +#device myri: ether +#attach myri at pci +#file dev/pci/myri.c myri # # PC Keyboard controller (ps2) |