summaryrefslogtreecommitdiff
path: root/sys/dev/ic/uha.c
AgeCommit message (Expand)Author
2008-11-24Return NO_CCB instead of TRY_AGAIN_LATER when ccb's run out.Kenneth R Westerback
2008-09-12SCSI_DATA_UIO is never used. Code which checks for it is either dead orMiod Vallat
2006-11-28give scsi controllers a real attach args to fill in when attaching scsibus.David Gwynne
2005-12-03The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER isKenneth R Westerback
2005-11-23assume vtophys(vaddr_t) just what all the other archs expect; no functional c...Michael Shalayeff
2005-02-17miscellaneous typo fixes:Jean-Francois Brousseau
2004-12-26Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2002-03-14First round of __P removal in sysTodd C. Miller
2001-02-03new timeoutsMichael Shalayeff
1997-04-13make it compile againMichael Shalayeff
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist