summaryrefslogtreecommitdiff
path: root/sys/dev/isa/aha.c
AgeCommit message (Expand)Author
2011-04-07Iopoolification of another once common bus/device.Kenneth R Westerback
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-07-02some very obvious uninit bugs found when I turned off -Wno-uninitializedTed Unangst
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-20New scsi code seems to be stable. Pluck previously identifiedKenneth R Westerback
2010-04-28s/i386/__i386__/, no binary change.Mark Kettenis
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
2009-11-22Bring last drivers fully into the NO_CCB world by replacingKenneth R Westerback
2009-08-26directly calling Debugger() is bad. turn these printf();Debugger(); seriesJasper Lievisse Adriaanse
2009-04-14Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon.Owain Ainsworth
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-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
2007-10-09MALLOC -> mallocGilles Chehade
2007-08-15When polling call ahaintr() at splbio(). Noticed by and fix tested byKenneth 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
2005-11-23assume vtophys(vaddr_t) just what all the other archs expect; no functional c...Michael Shalayeff
2004-12-26Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-11-29Spell precede correctly.Jonathan Gray
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-04-10Proper use of bus_space makes the need for <machine/pio.h> obsolete, whichMiod Vallat
2002-10-07this removes the functionality of adding allocatedMichael Shalayeff
2002-10-06No more need to initialize the result list before uvm_pglistalloc.Artur Grabowski
2002-06-08KNF miss in my last commitNiklas Hallqvist
2002-06-07bus_dma-ify, now it works again, sorry for the inconvenienceNiklas Hallqvist
2002-06-07Add initialization of pglist, now attaches fine, butNiklas Hallqvist
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-24bussified and bus-split bustec scsi ha driver.Michael Shalayeff
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
2001-11-30Kill uvm_pagealloc_contig. The two drivers that still used it should haveArtur Grabowski
2001-06-27zap old vmArtur Grabowski
2001-04-02Do not delete timeouts when they are not setNiklas Hallqvist
2001-01-29new timeoutsMichael Shalayeff
2000-11-13make compile with !UVMNiklas Hallqvist
2000-04-19Force mailbox to be under 16MB so the controller can see itNiklas Hallqvist
1999-08-19pnpdevs.hTheo de Raadt
1999-01-07Die, NEWCONFIGNiklas Hallqvist
1998-12-27non-working isapnp aha supportTheo de Raadt
1998-08-13Identify card 0x44 as a 1542C, not 1542CF: Robert Earl <rearl@teleport.com>.Jason Downs
1997-09-15AHADEBUG cleanlinessflipk
1997-07-30KNF and other style nitsNiklas Hallqvist
1997-01-16ahaprint() & btprint() -> scsiprint()kstailey
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-10-16contextual usage onlyTheo de Raadt
1996-06-19turn off *DIAG; something is miserably wrong with it and various peopleTheo de Raadt