summaryrefslogtreecommitdiffstats
path: root/sys/dev/tc/ioasicvar.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Blink leds on the DEC 3000 models (three different led types).miod2009-11-071-1/+2
|
* Pass a device name to {tc,tcds,ioasic}_intr_establish in order to getmiod2008-08-091-2/+2
| | | | meaningful names associated to the interrupt counters.
* Give iada_modname[] room for a terminating NUL in struct ioasicdev_attach_args;miod2008-07-301-2/+2
| | | | ok deraadt@
* Use new event counter API for interrupt counting on alpha. By me, with someaaron2004-06-281-2/+1
| | | | edits by Theo. deraadt@ ok
* Big TURBOchannel support catchup from NetBSD, part 1.miod2002-05-021-24/+27
| | | | | | | | | 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.
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-3/+3
|
* First round of __P removal in sysmillert2002-03-141-5/+5
|
* $OpenBSD$niklas1997-11-071-0/+1
|
* partial sync with netbsd 960418, more to comederaadt1996-04-211-2/+2
|
* from netbsd:deraadt1995-12-261-0/+73
autoconfiguration information for the TurboChannels System ("IOCTL") ASIC found in many DECstations and all of the TC-bus Alphas. This is provided so that the machine-independent TC if_le driver will be able to use it.