summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/dev/sbic.c
AgeCommit message (Expand)Author
2010-11-18Do not #include <sys/dkstat.h> if you don't need anything from it.Miod Vallat
2010-06-29Shrink struct scsi_sense_data and thus the sense member of scsi_xfer,Kenneth R Westerback
2010-05-20New scsi code seems to be stable. Pluck previously identifiedKenneth R Westerback
2010-03-27Fix fallout of the scsi_cmd() interface change.Miod Vallat
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-22Remove only use in the tree of ESCAPE_NOT_SUPPORTED. Which, ironically,Kenneth R Westerback
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
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-05-29TAILQ_LAST takes two arguments.Pierre-Yves Ritschard
2007-05-28avoid bypassing sys/queue.h in many places in the kernel.Pierre-Yves Ritschard
2005-12-03The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER isKenneth R Westerback
2004-12-25Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2003-12-20Passl -Wformat. Fix some blatant -Wuninitialized errors as well.Miod Vallat
2003-11-03spelling fixes (in the comments)David Krause
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2002-04-27Jumbo commit to fix all compilation warnings on mvme68k (add prototypes,Miod Vallat
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-06remove the last uses of vm/vm_page.hArtur Grabowski
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2000-11-10seperate -> separate, okay aaron@Niels Provos
1997-11-24partially apply that dk_* prMichael Shalayeff
1996-05-10fix sync scsiTheo de Raadt
1996-04-28wdsc driver hacked from amiga driver by Steve WoodfordTheo de Raadt
1995-11-07$Id$ throughoutTheo de Raadt
1995-10-18mvme68k port by me. some parts by dale rahn.Theo de Raadt