6f359b538f
* 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". |
||
---|---|---|
bin | ||
distrib | ||
etc | ||
games | ||
gnu | ||
include | ||
lib | ||
libexec | ||
regress | ||
sbin | ||
share | ||
sys | ||
usr.bin | ||
usr.sbin | ||
Makefile |