update the pmax stuff to NetBSD 961107 - this version i got somehow
authorgraichen <graichen@openbsd.org>
Sun, 22 Dec 1996 15:17:04 +0000 (15:17 +0000)
committergraichen <graichen@openbsd.org>
Sun, 22 Dec 1996 15:17:04 +0000 (15:17 +0000)
commit6fb1654303d27b3ed6c3651ffef0d223b8d6855a
tree673ca39dc017798ef80ebcc04615c679763d6db3
parentf90d9de7e22978f8dced5543149ff0db4867bbce
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
100 files changed:
sys/arch/pmax/Makefile
sys/arch/pmax/conf/GENERIC
sys/arch/pmax/conf/Makefile.pmax
sys/arch/pmax/conf/PLUTO
sys/arch/pmax/conf/files.pmax
sys/arch/pmax/dev/bt459.c
sys/arch/pmax/dev/bt478.c
sys/arch/pmax/dev/bt478var.h [new file with mode: 0644]
sys/arch/pmax/dev/cfb.c
sys/arch/pmax/dev/cfbvar.h [new file with mode: 0644]
sys/arch/pmax/dev/dc.c
sys/arch/pmax/dev/dc_cons.h [new file with mode: 0644]
sys/arch/pmax/dev/dc_ds.c [new file with mode: 0644]
sys/arch/pmax/dev/dc_ds_cons.h [new file with mode: 0644]
sys/arch/pmax/dev/dc_ioasic.c [new file with mode: 0644]
sys/arch/pmax/dev/dc_ioasic_cons.h [new file with mode: 0644]
sys/arch/pmax/dev/dcvar.h
sys/arch/pmax/dev/device.h
sys/arch/pmax/dev/dtop.c
sys/arch/pmax/dev/fb.c
sys/arch/pmax/dev/fb_usrreq.c
sys/arch/pmax/dev/fbreg.h
sys/arch/pmax/dev/ims332.c
sys/arch/pmax/dev/mfb.c
sys/arch/pmax/dev/mfbreg.h
sys/arch/pmax/dev/mfbvar.h [new file with mode: 0644]
sys/arch/pmax/dev/pm.c
sys/arch/pmax/dev/pm_ds.c [new file with mode: 0644]
sys/arch/pmax/dev/pmvar.h
sys/arch/pmax/dev/qvss_compat.c
sys/arch/pmax/dev/rcons.c
sys/arch/pmax/dev/rz.c
sys/arch/pmax/dev/scsi.c
sys/arch/pmax/dev/sfb.c
sys/arch/pmax/dev/sfbreg.h
sys/arch/pmax/dev/sfbvar.h [new file with mode: 0644]
sys/arch/pmax/dev/sii.c
sys/arch/pmax/dev/sii_ds.c [new file with mode: 0644]
sys/arch/pmax/dev/siivar.h [new file with mode: 0644]
sys/arch/pmax/dev/tz.c
sys/arch/pmax/dev/xcfb.c
sys/arch/pmax/dev/xcfbvar.h
sys/arch/pmax/dist/get
sys/arch/pmax/include/aout_machdep.h [new file with mode: 0644]
sys/arch/pmax/include/autoconf.h
sys/arch/pmax/include/cpu.h
sys/arch/pmax/include/ecoff.h
sys/arch/pmax/include/ecoff_machdep.h [new file with mode: 0644]
sys/arch/pmax/include/elf.h
sys/arch/pmax/include/elf_machdep.h [new file with mode: 0644]
sys/arch/pmax/include/endian.h
sys/arch/pmax/include/exec.h
sys/arch/pmax/include/limits.h
sys/arch/pmax/include/locore.h
sys/arch/pmax/include/machConst.h
sys/arch/pmax/include/mips1_pte.h [new file with mode: 0644]
sys/arch/pmax/include/mips3_pte.h [new file with mode: 0644]
sys/arch/pmax/include/param.h
sys/arch/pmax/include/pmap.h
sys/arch/pmax/include/pte.h
sys/arch/pmax/include/reloc.h
sys/arch/pmax/include/tc_machdep.h
sys/arch/pmax/include/vmparam.h
sys/arch/pmax/pmax/autoconf.c
sys/arch/pmax/pmax/clock.c
sys/arch/pmax/pmax/conf-glue.c
sys/arch/pmax/pmax/conf.c
sys/arch/pmax/pmax/cons.c
sys/arch/pmax/pmax/cpu.c
sys/arch/pmax/pmax/cpu_cons.c
sys/arch/pmax/pmax/disksubr.c
sys/arch/pmax/pmax/genassym.c
sys/arch/pmax/pmax/locore.S
sys/arch/pmax/pmax/locore_machdep.S [new file with mode: 0644]
sys/arch/pmax/pmax/locore_r2000.S
sys/arch/pmax/pmax/locore_r4000.S
sys/arch/pmax/pmax/machdep.c
sys/arch/pmax/pmax/mainbus.c
sys/arch/pmax/pmax/mips_machdep.c
sys/arch/pmax/pmax/nameglue.h
sys/arch/pmax/pmax/pmap.c
sys/arch/pmax/pmax/pmax_trap.c
sys/arch/pmax/pmax/swapgeneric.c
sys/arch/pmax/pmax/trap.c
sys/arch/pmax/pmax/vm_machdep.c
sys/arch/pmax/stand/Makefile
sys/arch/pmax/stand/dec_prom.h
sys/arch/pmax/stand/filesystem.c
sys/arch/pmax/stand/libsa/devopen.c
sys/arch/pmax/stand/libsa/getenv.c
sys/arch/pmax/stand/libsa/gets.c
sys/arch/pmax/stand/libsa/strcat.c
sys/arch/pmax/stand/libsa/strcpy.c
sys/arch/pmax/tc/asic.c
sys/arch/pmax/tc/ds-asic-conf.c
sys/arch/pmax/tc/if_le.c [deleted file]
sys/arch/pmax/tc/if_levar.h [deleted file]
sys/arch/pmax/tc/scc.c
sys/arch/pmax/tc/tc.c
sys/arch/pmax/tc/tc_subr.c