Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: flxd
Date: Fri Jun 9 17:55:18 UTC 2017
Modified Files:
src/sys/arch/alpha/tc: tcasic.c
src/sys/arch/pmax/tc: tcbus.c
src/sys/arch/vax/conf: files.vax
src/sys/arch/vax/vsa: tc_vsbus.c
src/sys/dev/tc: tc.c tcvar.h
Log Message:
Make VAXstation 4000 TURBOchannel adaptor work.
PIO and IRQ tested on VS4000/60 and /96 with TC-USB (slhci) and PMAD-AA (le).
DMA is untested.
vax needs space to be mapped out, so memory space is pre-mapped for TC option
drivers not bus_space'ified yet, also providing custom bus_space methods for
this kludge.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/alpha/tc/tcasic.c
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/pmax/tc/tcbus.c
cvs rdiff -u -r1.120 -r1.121 src/sys/arch/vax/conf/files.vax
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/vax/vsa/tc_vsbus.c
cvs rdiff -u -r1.54 -r1.55 src/sys/dev/tc/tc.c
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/tc/tcvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index