diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-10-29 20:23:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-10-29 20:23:38 +0000 |
commit | 7df1f6efaaac8dbaf9fd280c9c7a00309d61ac91 (patch) | |
tree | e0f1631166876685aaf4a0195aa29f7a553147d1 /sys/arch/hppa/conf/files.hppa | |
parent | 591dd1a0abf50503e7ec3dbb32ac2a5804f11f58 (diff) |
Split mongoose and add a gscbus attachment, for the eisa slots in B series.
This is still a work in progress.
feedback and ok mickey@
Diffstat (limited to 'sys/arch/hppa/conf/files.hppa')
-rw-r--r-- | sys/arch/hppa/conf/files.hppa | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa index b5b1a28f4dc..dda7b6737d1 100644 --- a/sys/arch/hppa/conf/files.hppa +++ b/sys/arch/hppa/conf/files.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa,v 1.56 2004/10/14 19:46:35 mickey Exp $ +# $OpenBSD: files.hppa,v 1.57 2004/10/29 20:23:35 miod Exp $ # # hppa-specific configuration info @@ -133,7 +133,7 @@ attach wax at gedoens file arch/hppa/dev/wax.c wax device mongoose: isabus, eisabus -attach mongoose at gedoens +attach mongoose at gedoens with mg_gedoens file arch/hppa/dev/mongoose.c mongoose define dinobus {[offset = -1], [irq = -1]} @@ -180,6 +180,9 @@ file arch/hppa/gsc/com_gsc.c com_gsc attach lpt at gsc with lpt_gsc file arch/hppa/gsc/lpt_gsc.c lpt_gsc +attach mongoose at gsc with mg_gsc +file arch/hppa/gsc/mongoose_gsc.c mg_gsc + #include "dev/fdc/files.fdc" #major { fd = 7 } #major { ft = 8 } |