diff options
Diffstat (limited to 'sys/arch/hppa/conf')
-rw-r--r-- | sys/arch/hppa/conf/files.hppa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa index 89379f68855..e2990c4b538 100644 --- a/sys/arch/hppa/conf/files.hppa +++ b/sys/arch/hppa/conf/files.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa,v 1.64 2007/05/22 19:57:32 kettenis Exp $ +# $OpenBSD: files.hppa,v 1.65 2007/06/01 22:40:17 miod Exp $ # # hppa-specific configuration info @@ -34,6 +34,7 @@ include "dev/i2o/files.i2o" # include "dev/atapiscsi/files.atapiscsi" include "dev/ata/files.ata" +major {wd = 8} # # ISA Bus support @@ -203,7 +204,6 @@ file arch/hppa/gsc/mongoose_gsc.c mg_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_gsc |