summaryrefslogtreecommitdiffstats
path: root/sys/dev/tc/asc_tcds.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* instead of having every bit of glue set up and attach an identicaldlg2014-01-181-4/+2
| | | | | | scsi_adapter struct, just do it once in the chip code. ok krw@
* Remove all adapter-specific 'struct scsi_device's. They are never used. Firstkrw2010-06-281-3/+2
| | | | | | | | step in elminating 'struct scsi_device' entirely. Spotted and initial diff from matthew@. ok matthew@ dlg@ deraadt@ marco@ miod@
* Pass a device name to {tc,tcds,ioasic}_intr_establish in order to getmiod2008-08-091-2/+3
| | | | meaningful names associated to the interrupt counters.
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* remove "0x" in front of %p in printfs.art2005-05-221-2/+2
| | | | eyeballed by krw@
* 3/4 knockout for peter galbavyderaadt2003-06-051-6/+1
|
* be consistant on Hz vs hzmickey2003-02-111-2/+2
|
* Big TURBOchannel support catchup from NetBSD, part 1.miod2002-05-021-0/+495
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.