summaryrefslogtreecommitdiffstats
path: root/sys/dev/tc/tcreg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Big TURBOchannel support catchup from NetBSD, part 1.miod2002-05-021-1/+1
| | | | | | | | | A few local changes and tweaks remain. This bring DEC 3000 machines back in the game, but framebuffers are still not supported at the moment. Thanks to ericj@ and nate@ for supplying me a DEC 3000 for testing.
* $OpenBSD$niklas1997-11-071-0/+1
|
* from netbsd:deraadt1995-12-261-0/+61
machine-independent TurboChannel bus configuration. These files deal with stuff like: (1) configuring built-in devices, (2) looking at TC slots configuring any devices found. The lists of slots, slot locations, etc. and built-in devices are provided by machine-dependent code. Interrupt handling is also provided by machine-dependent code, but the MD code provides hooks so that standard names for 'establish' and 'disestablish' can be used in drivers.