summaryrefslogtreecommitdiff
path: root/sys/dev/ic/adw.c
AgeCommit message (Expand)Author
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-04-11Partially revert previous mallocarray conversions that containDavid Hill
2017-04-09Convert some malloc(9) to mallocarray(9)David Hill
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-09-14remove uneeded proc.h includesJonathan Gray
2012-01-11ansify and de'register some prototypesDavid Hill
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2010-10-03iopoolification. Tested on my Advansys ASP-3940U2W. Various eyesKenneth R Westerback
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-06-28Remove all adapter-specific 'struct scsi_device's. They are never used. FirstKenneth R Westerback
2010-06-26xs->cmd[n] doesn't mean the n'th byte, because xs->cmd is a structKenneth R Westerback
2010-05-20New scsi code seems to be stable. Pluck previously identifiedKenneth R Westerback
2010-05-19BUS_DMA_ZERO instead of alloc, map, bzero.Owain Ainsworth
2010-03-23Change the scsi_cmd function member of scsi_adapter from int toKenneth R Westerback
2010-01-10Set ITSDONE in scsi_done() and zap trivial instances of setting itKenneth R Westerback
2009-09-04Missing scsi_done() in some error path returning COMPLETE; ok dlg@Miod Vallat
2009-08-29remove more unneeded Debugger() calls from dev/Jasper Lievisse Adriaanse
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-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
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-11Remove local defines for SCSI status codes and use those nowKenneth R Westerback
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-09-21Correct some pryntf() usage: get the correct number of arguments in theMiod Vallat
2001-08-26Prepare for transition to 5-parameter bus_dmamap_sync() by creating andKenneth R Westerback
2001-07-11Eliminate use of static functions in line with normal OpenBSDKenneth R Westerback
2001-05-16allocate memory w/ NOWAIT during autoconf time and check for NULL returnMichael Shalayeff
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-04-11Update the adw driver to use the latest version of firmware (3.3f).Kenneth R Westerback
2001-02-22Typo police:Kenneth R Westerback
2001-02-20Tone down the verbosity level slightly on the adw driver, printKenneth R Westerback
2001-01-22Initialize xs->stimeout, even when pollingKenneth R Westerback
2001-01-15Use xs->stimeout instead of adding a struct timeout to ccbKenneth R Westerback
2000-12-08This update should cause the adw driver to:Kenneth R Westerback
2000-11-10This fixes a problem that caused DMA errors from shortly beforeKenneth R Westerback
2000-10-15Reseting -> ResettingKenneth R Westerback
2000-09-06Remove #ifdef/#endif around various bits of INQUIRY responseKenneth R Westerback
2000-07-22sync to NetBSD:Kenneth R Westerback
2000-06-29Sync adw files with (almost) latest NetBSD versions:Kenneth R Westerback
2000-04-29add $ tagKenneth R Westerback