summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ncr5380sbc.c
AgeCommit message (Expand)Author
2015-01-15Fix subtle breakage for polled commands introduced during iopool conversion.Miod Vallat
2014-01-18replace XS_NO_CCB with iopools.David Gwynne
2011-07-17Backout a bunch of my SCSI commits from c2k11. At least one of theseMatthew Dempsky
2011-07-05Replace last remaining users of link->scsibus withMatthew Dempsky
2011-06-23ansiTheo de Raadt
2011-06-21remove some unnecessary casts. ok blambert deraadt kettenis matthewTed Unangst
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2010-03-25fix fallout of previous; ok dlg@Otto Moerbeek
2010-03-23Change the scsi_cmd function member of scsi_adapter from int toKenneth R Westerback
2010-01-09Zap all setting of ITSDONE in drivers that don't look at it. NobodyKenneth R Westerback
2009-11-01Move IS[12]BYTEMSG and ISEXTMSG defines to a common place.Federico G. Schwindt
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-12-10Do not attempt to access scsi_xfer fields after scsi_done() has been invoked.Miod Vallat
2005-11-12splimp -> splvmBrad Smith
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-09-24Do not force polling while cold = 0; from NetBSD, hinted at by fgs@Miod Vallat
2001-09-20Better timeout usage.Miod Vallat
2001-08-08New timeouts. I've been running this since almost a whole year.Miod Vallat
2001-06-24remove cold.Federico G. Schwindt
1997-09-11sync with netbsdkstailey
1997-06-11Make this compile with debugging turned on.Jason Downs
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
1996-05-26sync 0521Theo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-18NetBSD 960317 mergeNiklas Hallqvist
1996-03-05From NetBSD: merge with 960217Niklas Hallqvist
1996-01-31from netbsd;Theo de Raadt
1996-01-04mi 5380 driverTheo de Raadt