diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1996-12-22 15:19:07 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1996-12-22 15:19:07 +0000 |
commit | ca1c7fedd990e6b1e7244233df5a6a638f0e4e31 (patch) | |
tree | 20016b11dce3c72001f0e250c8f1a714ed64e546 /sys/arch/pmax/conf/files.pmax | |
parent | de4c3561677938c64d13b1e5112686a88b0b47fe (diff) |
update the pmax stuff to NetBSD 961107 - this version i got somehow
compiled on my decstation 2100 (PLUTO) - but it will not fully work
out of the box - but i want to bring it into the tree because i get
my own pmax on 961228 - so that i have a good startpoint then :-)
all the OpenBSD changes to the pmax tree will follow in the next commit
Diffstat (limited to 'sys/arch/pmax/conf/files.pmax')
-rw-r--r-- | sys/arch/pmax/conf/files.pmax | 35 |
1 files changed, 25 insertions, 10 deletions
diff --git a/sys/arch/pmax/conf/files.pmax b/sys/arch/pmax/conf/files.pmax index df0a35a0fcf..057f1f962e8 100644 --- a/sys/arch/pmax/conf/files.pmax +++ b/sys/arch/pmax/conf/files.pmax @@ -1,4 +1,4 @@ -# $NetBSD: files.pmax,v 1.31.4.1 1996/05/30 03:54:56 mhitch Exp $ +# $NetBSD: files.pmax,v 1.36 1996/10/13 05:28:48 jonathan Exp $ # DECstation-specific configuration info # maxpartitions must be first item in files.${ARCH}. @@ -72,14 +72,21 @@ device oldscsibus {target = -1, drive = -1} attach oldscsibus at oldscsi # asc: system-slot or turbochannel-option SCSI interface -device asc: oldscsi,scsi -attach asc at ioasic, tc +#device asc: oldscsi,scsi +device asc: oldscsi +attach asc at ioasic with asc_ioasic +file dev/tc/asc_ioasic.c asc_ioasic +attach asc at tc with asc_tc +file dev/tc/asc_tc.c asc_tc + file dev/tc/asc.c asc needs-flag # sii: kn01 SCSI interface -device sii: oldscsi,scsi -attach sii at mainbus +#device sii: scsi,oldscsi +device sii: oldscsi file arch/pmax/dev/sii.c sii needs-flag +attach sii at mainbus with sii_ds +file arch/pmax/dev/sii_ds.c sii_ds device tz: tape @@ -97,8 +104,12 @@ file arch/pmax/dev/rz.c rz needs-count # DC7085 (DZ-like four-port serial device) on mainbus on non-IOASIC machines. # For the 3MAX (aka kn02 aka 5k/200) pretend that it's on an ASIC. device dc -attach dc at mainbus, ioasic -file arch/pmax/dev/dc.c dc needs-count +file arch/pmax/dev/dc.c dc needs-flag +attach dc at ioasic with dc_ioasic +file arch/pmax/dev/dc_ioasic.c dc_ioasic +attach dc at mainbus with dc_ds +file arch/pmax/dev/dc_ds.c dc_ds + # The "desktop bus" on the MAXINE (5k/25). What is it, anyway? ADB? device dtop @@ -121,9 +132,10 @@ file dev/tc/if_le_ibus.c le_pmax needs-flag #for kn01_intr # 3100 (pmax) onboard framebuffer device pm -attach pm at mainbus file arch/pmax/dev/pm.c pm needs-flag file arch/pmax/dev/bt478.c pm +attach pm at mainbus with pm_ds +file arch/pmax/dev/pm_ds.c dc_ds ######################################################################## # Turbochannel options. @@ -167,7 +179,6 @@ file arch/pmax/pmax/conf.c file arch/pmax/pmax/machdep.c file arch/pmax/pmax/pmap.c file arch/pmax/pmax/sys_machdep.c -file arch/pmax/pmax/trap.c file arch/pmax/pmax/pmax_trap.c file arch/pmax/pmax/vm_machdep.c file arch/pmax/pmax/disksubr.c @@ -214,7 +225,11 @@ file arch/pmax/pmax/conf-glue.c # Ultrix Binary Compatibility (COMPAT_ULTRIX) include "../../../compat/ultrix/files.ultrix" -# Configs +# Files from NetBSD's mips directory TTTTT file arch/pmax/pmax/cpu_exec.c file arch/pmax/pmax/mem.c +file arch/pmax/pmax/trap.c +file arch/pmax/pmax/mips_machdep.c file arch/pmax/pmax/process_machdep.c + +# Configs |