NetBSD/sys/arch/pmax/tc
jonathan d56e7d7f50 Fix for PR #1828 and partial fix for PR #2548:
* 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.
1996-06-15 19:05:24 +00:00
..
asic.c Fix autoconfiguration stuff to more closely match the alpha - primarily 1996-05-29 06:29:02 +00:00
ds-asic-conf.c Fix autoconfiguration stuff to more closely match the alpha - primarily 1996-05-29 06:29:02 +00:00
if_le.c Make the MI LANCE driver standalone, and use cfattach to resolve 1996-05-07 01:23:31 +00:00
if_levar.h Make the MI LANCE driver standalone, and use cfattach to resolve 1996-05-07 01:23:31 +00:00
ioasicvar.h Re-write Decstation turbochannel autoconfiguration code to use the machine- 1996-01-29 22:52:15 +00:00
scc.c Fix autoconfiguration stuff to more closely match the alpha - primarily 1996-05-29 06:29:02 +00:00
sccvar.h Add port number encodings. 1996-05-19 18:24:33 +00:00
tc_subr.c Fix for PR #1828 and partial fix for PR #2548: 1996-06-15 19:05:24 +00:00
tc.c Fix #includes. 1996-02-02 18:05:36 +00:00