d56e7d7f50
* Eliminate the #ifdef DS5000 and kernel config option DS5000 altogether. option DS5000 was a hangover from 4.4bsd/pmax; it's never been clear if it means "support for DS5000/200" or "support for any TC machine". This implictly fixes pr 1828. * Use the "tc.h" and NTC generated by config for a "tc? at mainbus" where appropriate, intsead of #ifdef DS5000. * Canonicalize the spelling of kernel options that enable support for particular models. Use DS5000_25 for the Personal Decstation aka MAXINE aka KN02-ca DS5000_100 for the 5000/1xx series aka KMIN aka KN02-ba DS5000_200 for the 5000/200 aka 3MAX aka KN02 DS500_240 for the 5000/240 aka 3MAXPLUS aka KN03 and change DS_5000_xxx to DS5000_xxx everywhere. * Wrap the interrupt handlers for each model in the appropriate #ifdef, instead of wrapping all of them with "#ifdef DS5000". * Wrap the TC autoconfig for each model in the appropriate #ifdef. |
||
---|---|---|
.. | ||
asic.c | ||
ds-asic-conf.c | ||
if_le.c | ||
if_levar.h | ||
ioasicvar.h | ||
scc.c | ||
sccvar.h | ||
tc_subr.c | ||
tc.c |