diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-15 21:49:45 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-15 21:49:45 +0000 |
commit | 2f048499934ba260a1545e3eabeaed5bda2d948f (patch) | |
tree | 62f151bb45b54eeb97f5a770a7d358568cfaa034 /sys/arch/hppa | |
parent | 272e5ac533a4d733e5bb17d6eb9b1a8ce4c26df5 (diff) |
proper file deps
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/conf/files.hppa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa index 7a0e3eb2791..5cb5f02464e 100644 --- a/sys/arch/hppa/conf/files.hppa +++ b/sys/arch/hppa/conf/files.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa,v 1.32 2001/12/02 04:03:53 mickey Exp $ +# $OpenBSD: files.hppa,v 1.33 2002/03/15 21:49:44 mickey Exp $ # # hppa-specific configuration info @@ -126,16 +126,16 @@ file arch/hppa/gsc/gscbus.c gsc # com and lpt are both on WD 16C552 attach com at gsc with com_gsc -file arch/hppa/gsc/com_gsc.c com +file arch/hppa/gsc/com_gsc.c com_gsc attach lpt at gsc with lpt_gsc -file arch/hppa/gsc/lpt_gsc.c lpt +file arch/hppa/gsc/lpt_gsc.c lpt_gsc #include "dev/fdc/files.fdc" #major { fd = 7 } #major { ft = 8 } #attach fdc at gsc with fdc_gsc -#file arch/hppa/gsc/fdc_gsc.c fdc +#file arch/hppa/gsc/fdc_gsc.c fdc_gsc attach ie at gsc with ie_gsc file arch/hppa/gsc/if_ie_gsc.c ie_gsc |