Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-8] src



Module Name:    src
Committed By:   snj
Date:           Sat Jul  1 08:39:22 UTC 2017

Modified Files:
        src/share/man/man4 [netbsd-8]: tc.4
        src/sys/arch/alpha/tc [netbsd-8]: tcasic.c
        src/sys/arch/pmax/tc [netbsd-8]: tcbus.c
        src/sys/arch/vax/conf [netbsd-8]: files.vax
        src/sys/arch/vax/vsa [netbsd-8]: tc_vsbus.c
        src/sys/dev/tc [netbsd-8]: tc.c tcvar.h

Log Message:
Pull up following revision(s) (requested by flxd in ticket #65):
        share/man/man4/tc.4: revision 1.7
        sys/arch/alpha/tc/tcasic.c: revision 1.46
        sys/arch/pmax/tc/tcbus.c: revision 1.33
        sys/arch/vax/conf/files.vax: revision 1.121
        sys/arch/vax/vsa/tc_vsbus.c: revision 1.8, 1.9
        sys/dev/tc/tc.c: revision 1.55
        sys/dev/tc/tcvar.h: revision 1.27
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.
--
whitespace
--
Add vax.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.6.6.1 src/share/man/man4/tc.4
cvs rdiff -u -r1.45 -r1.45.8.1 src/sys/arch/alpha/tc/tcasic.c
cvs rdiff -u -r1.32 -r1.32.8.1 src/sys/arch/pmax/tc/tcbus.c
cvs rdiff -u -r1.120 -r1.120.10.1 src/sys/arch/vax/conf/files.vax
cvs rdiff -u -r1.7 -r1.7.46.1 src/sys/arch/vax/vsa/tc_vsbus.c
cvs rdiff -u -r1.54 -r1.54.8.1 src/sys/dev/tc/tc.c
cvs rdiff -u -r1.26 -r1.26.46.1 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