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:   tsutsui
Date:           Sat Jun  4 01:57:35 UTC 2011

Modified Files:
        src/sys/arch/alpha/tc: tcasic.c
        src/sys/arch/pmax/tc: tcbus.c
        src/sys/arch/vax/vsa: tc_vsbus.c
        src/sys/dev/tc: tc.c tcvar.h

Log Message:
Split device_t/softc.  pmax is tested on GXemul.
Compile test only for alpha and vax.

XXX: alpha/tc/tcasic.c calls tcattach() via config_found(9), but
XXX: pmax/tc/tcbus.c and vax/vsa/tc_vsbus.c calls tcattach() directly.
XXX: It looks horrible...


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/alpha/tc/tcasic.c
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/pmax/tc/tcbus.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/vax/vsa/tc_vsbus.c
cvs rdiff -u -r1.50 -r1.51 src/sys/dev/tc/tc.c
cvs rdiff -u -r1.25 -r1.26 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