summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/uha.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* uha_init_mscp() is unused.deraadt2017-07-261-28/+3
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* Initialize variables before use. And if initializing, use the correctkrw2011-10-251-3/+3
* Iopoolification of some less common scsi drivers.krw2011-04-031-64/+27
* No "\n" needed at the end of panic() strings.krw2010-08-071-2/+2
* Use SLIST instead of TAILQ for the ccb free list.mk2010-06-301-6/+6
* Remove all adapter-specific 'struct scsi_device's. They are never used. Firstkrw2010-06-281-10/+1
* Don't #include <sys/user.h> into files that don't need the stuffguenther2010-06-261-2/+2
* New scsi code seems to be stable. Pluck previously identifiedkrw2010-05-201-5/+1
* Change the scsi_cmd function member of scsi_adapter from int tokrw2010-03-231-7/+11
* Zap all setting of ITSDONE in drivers that don't look at it. Nobodykrw2010-01-091-3/+1
* Missing scsi_done() in some error path returning COMPLETE; ok dlg@miod2009-09-041-1/+5
* remove more unneeded Debugger() calls from dev/jasper2009-08-291-7/+2
* Extend the scsi_adapter minphys() callback to take a struct scsi_link *miod2009-02-161-5/+3
* Return NO_CCB instead of TRY_AGAIN_LATER when ccb's run out.krw2008-11-241-2/+2
* SCSI_DATA_UIO is never used. Code which checks for it is either dead ormiod2008-09-121-67/+47
* give scsi controllers a real attach args to fill in when attaching scsibus.dlg2006-11-281-9/+6
* The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER iskrw2005-12-031-2/+1
* assume vtophys(vaddr_t) just what all the other archs expect; no functional changemickey2005-11-231-2/+2
* miscellaneous typo fixes:jfb2005-02-171-2/+2
* Use list and queue macros where applicable to make the code easier to read;miod2004-12-261-3/+3
* First round of __P removal in sysmillert2002-03-141-8/+8
* new timeoutsmickey2001-02-031-1/+2
* make it compile againmickey1997-04-131-3/+3
* Adaption to new bus.h from NetBSD. Various driver has been updated toniklas1996-11-281-0/+558