summaryrefslogtreecommitdiff
path: root/sys/scsi/ch.c
AgeCommit message (Expand)Author
2005-09-11Simplify code by changing struct scsi_mode_sense_buf{ union {}Kenneth R Westerback
2005-08-23Move uses of struct scsi_mode_sense_buf (255 bytes each) from theKenneth R Westerback
2005-08-13Use scsi_do_mode_sense(). Testing on beck@'s new LTO changer.Kenneth R Westerback
2005-05-23Don't bzero() data before calling scsi_mode_sense[_big]() sinceKenneth R Westerback
2005-05-14Add scsi_mode_[sense|select]_big() and use it instead ofKenneth R Westerback
2005-04-05Factor out scsi_mode_sense() and scsi_mode_select() like NetBSD does.Kenneth R Westerback
2004-11-30No longer require write permission for read-only SCSI commandsKenneth R Westerback
2003-05-18constify the quirck tables and fix the scsi_inqmatch() proto accordingly; krw...Michael Shalayeff
2003-03-28OCHIO* dies horrible death by dd; as per renaming done beforeMichael Shalayeff
2002-12-30Add new parameter to scsi_test_unit_ready(): retries number.Alexander Yurchenko
2002-10-17renumber the CHIO* since they clash w/ the CDIO, keep the old ones as OCHIO, ...Michael Shalayeff
2002-03-14First round of __P removal in sysTodd C. Miller
2001-06-22KNFTheo de Raadt
2001-03-15Move status reads to chopen- there's no need to hang up the bootmjacob
2000-04-08These days, attach can occur outside the tsleep-restricted world ofConstantine Sapuntzakis
1998-03-22Tell the SCSI driver that we expect data in from the changer device when weThorsten Lockert
1997-04-14Merge in various pieces of current NetBSD scsi code, including but not limitedJason Downs
1996-08-12safe ioctl onlyTheo de Raadt
1996-05-02no sys/cpu.h, fix bugs in chTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-19NetBSD 960317 mergeNiklas Hallqvist
1996-02-20Sync w/ NetBSD: scsi prototypes.briggs
1995-10-18initial import of NetBSD treeTheo de Raadt