diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-08-18 00:26:29 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-08-18 00:26:29 +0000 |
commit | b800e623a76e7c8a45eeb212c19489bbc2cf678f (patch) | |
tree | 8cb3fa4b64fd84165e312e9ba0d51dced68c9b97 /sys/arch/hppa | |
parent | 6a3cd414b6ad6bf38c571ed9ca1666d2b26d2a18 (diff) |
cleanup
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/conf/files.hppa | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa index d714b74f5fa..fc0fbdaf99a 100644 --- a/sys/arch/hppa/conf/files.hppa +++ b/sys/arch/hppa/conf/files.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa,v 1.14 1999/07/19 21:11:26 mickey Exp $ +# $OpenBSD: files.hppa,v 1.15 1999/08/18 00:26:28 mickey Exp $ # # hppa-specific configuration info @@ -30,8 +30,8 @@ major { cd = 6 } # # 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 @@ -133,7 +133,6 @@ file arch/hppa/gsc/lpt_gsc.c lpt #attach fdc at gsc with fdc_gsc #file arch/hppa/gsc/fdc_gsc.c fdc -#device ie: ether, i82586 attach ie at gsc with ie_gsc file arch/hppa/gsc/if_ie_gsc.c ie_gsc @@ -158,10 +157,10 @@ device atwo: audio, mulaw, auconv attach atwo at gsc file arch/hppa/gsc/atwo.c atwo -# TMS380C26PQL, TMS38054FNL +# HPA4011A/B w/ TMS380C26PQL, TMS38054FNL #device tms: tokenring #attach tms at gsc -#file arch/hppa/gsc/if_tms.c tr +#file arch/hppa/gsc/if_tms.c tms # these we don't know yet # AMD Supernet2 FDDI ? |