summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/conf
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1999-07-19 21:11:27 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1999-07-19 21:11:27 +0000
commit4ca7f4445b8c72afb1e9129073f0e5036f1bcef7 (patch)
treef6b9aea1d29ac3cbd1123324b9c5916fc3ab01cb /sys/arch/hppa/conf
parent70776174761b124442593f823366825435da4c87 (diff)
some more comments
Diffstat (limited to 'sys/arch/hppa/conf')
-rw-r--r--sys/arch/hppa/conf/files.hppa20
1 files changed, 15 insertions, 5 deletions
diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa
index 18956a5924d..d714b74f5fa 100644
--- a/sys/arch/hppa/conf/files.hppa
+++ b/sys/arch/hppa/conf/files.hppa
@@ -1,4 +1,4 @@
-# $OpenBSD: files.hppa,v 1.13 1999/04/20 21:33:10 mickey Exp $
+# $OpenBSD: files.hppa,v 1.14 1999/07/19 21:11:26 mickey Exp $
#
# hppa-specific configuration info
@@ -24,13 +24,14 @@ major { cd = 6 }
#
# MI ATAPI drivers
#
-include "dev/atapi/files.atapi"
+#include "dev/atapiscsi/files.atapiscsi"
+#include "dev/ata/files.ata"
#
# ISA Bus support
#
-include "dev/isa/files.isa"
-include "dev/isa/files.isapnp"
+#include "dev/isa/files.isa"
+#include "dev/isa/files.isapnp"
#
# EISA Bus support
@@ -72,15 +73,18 @@ device fpu
attach fpu at mainbus
file arch/hppa/dev/fpu.c fpu
-# as goes w/ 7100LC, 7300LC, 7200, 8000, 8200
+# 1FT1-0002, 1FU2-0002
+# as goes w/ 7100LC, 7300LC, 7200, 8000, 8200, 8500
device lasi: gscbus
attach lasi at mainbus
file arch/hppa/dev/lasi.c lasi
+# all the older systems
device asp: gscbus
attach asp at mainbus
file arch/hppa/dev/asp.c asp
+# 1FT4-0001, ASIC used on gecko cards
device wax: gscbus, eisabus
attach wax at mainbus
file arch/hppa/dev/wax.c wax
@@ -154,6 +158,11 @@ device atwo: audio, mulaw, auconv
attach atwo at gsc
file arch/hppa/gsc/atwo.c atwo
+# TMS380C26PQL, TMS38054FNL
+#device tms: tokenring
+#attach tms at gsc
+#file arch/hppa/gsc/if_tms.c tr
+
# these we don't know yet
# AMD Supernet2 FDDI ?
#device medusa: fddi
@@ -205,6 +214,7 @@ file arch/hppa/hppa/vm_machdep.c
#file arch/hppa/hppa/in_cksum.S inet
file netinet/in_cksum.c inet
file arch/hppa/dev/clock.c
+#file arch/hppa/hppa/fpemu.S fpemul
file dev/cons.c
file dev/cninit.c