summaryrefslogtreecommitdiff
path: root/sys/dev/eisa
AgeCommit message (Expand)Author
2012-05-12Initialize enough softc fields to give this attachment a chance to work.Miod Vallat
2012-03-28Work in progress support for the SGI Indigo, Indigo 2 and Indy systemsMiod Vallat
2011-04-05Iopoolification to eliminate another few instances of the currentKenneth R Westerback
2010-11-18Don'tMiod Vallat
2010-09-20Stop doing shutdown hooks in network drivers where possible. We alreadyTheo de Raadt
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-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2010-05-23toast __arc__; we gave up on that platform around a decade agoTheo de Raadt
2010-05-20New scsi code seems to be stable. Pluck previously identifiedKenneth R Westerback
2010-03-23Change the scsi_cmd function member of scsi_adapter from int toKenneth R Westerback
2010-01-10A couple of missed ITSDONE setting before scsi_done().Kenneth R Westerback
2010-01-10Set ITSDONE in scsi_done() and zap trivial instances of setting itKenneth R Westerback
2009-11-22Bring last drivers fully into the NO_CCB world by replacingKenneth R Westerback
2009-09-05call scsi_done before returning COMPLETEDavid Gwynne
2009-08-29remove more unneeded Debugger() calls from dev/Jasper Lievisse Adriaanse
2009-08-13- consistify cfdriver for the ethernet drivers (0 -> NULL)Jasper Lievisse Adriaanse
2009-06-02When we fail to find the controller type, don't continue on using the nextTheo de Raadt
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
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
2009-01-11Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n)Bret Lambert
2008-11-25Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started.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
2008-05-13Remove commented out NetBSD __KERNEL_RCSID macro usage.Brad Smith
2007-11-05More scsi_done() at SPLBIO. Wrap another interrupt function call whileKenneth R Westerback
2007-11-05More scsi_done() at SPLBIO. If you poll by manually calling theKenneth R Westerback
2007-06-25Fix a couple of "of of"s in comments.Tom Cosgrove
2007-05-08ahb_debug should be inside #ifdef AHBDEBUGTheo de Raadt
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2006-12-21'immediatly' -> 'immediately' in comments.Kenneth R Westerback
2006-11-28give scsi controllers a real attach args to fill in when attaching scsibus.David Gwynne
2006-06-17add sys/timeout.hBrad Smith
2006-05-30Do not reset the board, for it will not keep the interrupt configuration theMiod Vallat
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-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
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
2004-10-29Prettier dmesg on vortexes.Miod Vallat
2004-08-01Fold in relevant bits of the most recent two updates fromKenneth R Westerback
2004-05-12network drivers don't need to include bpfdesc.hTed Unangst
2004-05-05regenMichael Shalayeff
2004-05-05shrink some descriptionsMichael Shalayeff
2004-03-31regenMichael Shalayeff
2004-03-31a few more hp cardsMichael Shalayeff
2004-01-09remove uvm_extern.hBrad Smith
2003-12-24Sync ahc with NetBSD, which was in turn updated from FreeBSD by PascalKenneth R Westerback
2003-12-12another small compiler warning cleanup (#error instead of bailing out)Hans-Joerg Hoexer