OpenBSD CVS

src/sys/scsi/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sys / scsi

Current tag: OPENBSD_4_0


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] cd.c  1.110   17 years  krw   The version field of scsi_inquiry_data is not a simple numeric value that specif...
[TXT] cd.h  1.13   17 years  krw   Add cd_powerhook(). Use it to lock CD drives having open partitions when PWR_RES...
[TXT] ch.c  1.28   17 years  beck   Quell dmesg spewage from ch(4) - this diff moves much of the diagnostic type pr...
[TXT] files.scsi  1.20   18 years  dlg   make the naming of the safte files consisten with the rest of the scsi drivers ...
[TXT] safte.c  1.29   17 years  krw   The version field of scsi_inquiry_data is not a simple numeric value that specif...
[TXT] safte.h  1.6   18 years  dlg   i cant spell my own name. noticed by miod@
[TXT] scsi_all.h  1.37   17 years  krw   Zap a couple of unused defines - SID_ANSI_SCSI2 and SID_ANSI_SCSI3.
[TXT] scsi_base.c  1.112   17 years  beck   Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programs when ...
[TXT] scsi_changer.h  1.4   18 years  beck   Add support for primary and alternate volume tags to ch(4) - borrowed and adap...
[TXT] scsi_debug.h  1.8   20 years  krw   Allow restriction of SCSIDEBUG output to particular scsi buses in addition to de...
[TXT] scsi_disk.h  1.20   18 years  krw   Don't fake MODE SENSE page 4 info inside raid drivers, just let sd fake a geomet...
[TXT] scsi_ioctl.c  1.26   17 years  dlg   remove some scsi ioctls, most importantly the ones that can reprobe the bus. sup...
[TXT] scsi_message.h  1.8   18 years  krw   Zap trailing whitespace.
[TXT] scsi_tape.h  1.7   26 years  deraadt   add QIC_3080
[TXT] scsiconf.c  1.111   17 years  krw   The version field of scsi_inquiry_data is not a simple numeric value that specif...
[TXT] scsiconf.h  1.72   17 years  krw   The version field of scsi_inquiry_data is not a simple numeric value that specif...
[TXT] sd.c  1.110   17 years  krw   The version field of scsi_inquiry_data is not a simple numeric value that specif...
[TXT] sdvar.h  1.9   18 years  krw   Remove NetBSDism NRND. Pointed out by Mickey. ok miod@ marco@
[TXT] ses.c  1.39   17 years  krw   The version field of scsi_inquiry_data is not a simple numeric value that specif...
[TXT] ses.h  1.10   18 years  krw   Zap trailing whitespace.
[TXT] st.c  1.63   17 years  krw   Don't spew sense informaton from the test unit ready command issued by stopen()....
[TXT] uk.c  1.11   17 years  dlg   get rid of useless printfs that just clutter dmesg. ok deraadt@
[TXT] README.ss (in the Attic) [Hide]  1.6   27 years  kstailey   more about disconnect
[TXT] scsi_scanner.h (in the Attic) [Hide]  1.10   18 years  deraadt   in ansi c, bitfields must be done against int, unsigned int, or _Bool. so we mus...
[TXT] ss.c (in the Attic) [Hide]  1.55   18 years  miod   paramter -> parameter
[TXT] ss_mustek.c (in the Attic) [Hide]  1.13   18 years  krw   Zap trailing whitespace.
[TXT] ss_mustek.h (in the Attic) [Hide]  1.7   18 years  krw   Zap trailing whitespace.
[TXT] ss_scanjet.c (in the Attic) [Hide]  1.29   18 years  krw   Zap trailing whitespace.
[TXT] ssvar.h (in the Attic) [Hide]  1.10   21 years  mickey   constify the quirck tables and fix the scsi_inqmatch() proto accordingly; krw@ o...