summaryrefslogtreecommitdiff
path: root/sys/dev/ic/adv.c
AgeCommit message (Expand)Author
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
2009-01-21Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).Alexander Yurchenko
2008-11-26Stop maintaining internal queues of received scsi_xfer structures.Kenneth R Westerback
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
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-11-05More scsi_done() at SPLBIO. Wrap more interrupt function calls whileKenneth R Westerback
2006-11-29Unbreak. No cookie for dlg.Alexander Yurchenko
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
2004-12-26Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-01-09remove uvm_extern.hBrad Smith
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-08-26Prepare for transition to 5-parameter bus_dmamap_sync() by creating andKenneth R Westerback
2001-08-12absolutely no need to include vm_parm.h after vm.hMichael Shalayeff
2001-08-12remove some of the redundant vm includesMichael Shalayeff
2000-12-13new timeoutsMichael Shalayeff
1999-08-04new bus_dma API, match itNiklas Hallqvist
1998-11-17Move offsetof define.Jason Downs
1998-11-17Sync with NetBSDJason Downs
1998-09-28Sync w/ NetBSD.Jason Downs
1998-09-27AdvanSys SCSI driver from NetBSD, by dante@mclink.it. Based on the LinuxJason Downs