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_3_9


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] cd.c  1.104   18 years  miod   Invoke disk_detach() and related cleanup work in detach(), rather than zeroref()...
[TXT] cd.h  1.9   18 years  krw   Move a couple of 2048+4 byte structures from the stack to the heap. Create struc...
[TXT] ch.c  1.23   18 years  krw   Simplify code by changing struct scsi_mode_sense_buf{ union {} headers; } to jus...
[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.26   18 years  grange   Replace SENSOR_ADD() macro with a pair of functions sensor_add()/sensor_del() so...
[TXT] safte.h  1.6   18 years  dlg   i cant spell my own name. noticed by miod@
[TXT] scsi_all.h  1.34   18 years  krw   Simplify code by changing struct scsi_mode_sense_buf{ union {} headers; } to jus...
[TXT] scsi_base.c  1.99   18 years  jmc   typos from alexey dobriyan;
[TXT] scsi_changer.h  1.3   27 years  niklas   $OpenBSD RCSIDs + comment fix in sd.c
[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.22   18 years  krw   Don't panic for pathological i/o sizes unless minphys() really is broken. Elimin...
[TXT] scsi_message.h  1.7   19 years  krw   Add some FreeBSD MSG_EXT_PPR_* defines. Will be used in (at least) ahd to elimin...
[TXT] scsi_tape.h  1.7   26 years  deraadt   add QIC_3080
[TXT] scsiconf.c  1.100   18 years  miod   Invoke disk_detach() and related cleanup work in detach(), rather than zeroref()...
[TXT] scsiconf.h  1.63   18 years  marco   Remove one tab that cause a line to overflow. No functional change.
[TXT] sd.c  1.101   18 years  miod   Invoke disk_detach() and related cleanup work in detach(), rather than zeroref()...
[TXT] sdvar.h  1.8   18 years  krw   Since scsi_link now includes a copy of the INQUIRY data, don't keep a copy of th...
[TXT] ses.c  1.34   18 years  grange   Replace SENSOR_ADD() macro with a pair of functions sensor_add()/sensor_del() so...
[TXT] ses.h  1.9   18 years  dlg   setting the FAULT flag on a device so the alarm led blinks may have unwanted sid...
[TXT] st.c  1.50   18 years  krw   Simplify code by changing struct scsi_mode_sense_buf{ union {} headers; } to jus...
[TXT] uk.c  1.8   19 years  krw   De-register scsi.
[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.53   18 years  krw   Kill unreachable code. Found by lint. ok kettenis@ deraadt@ pedro@ miod@
[TXT] ss_mustek.c (in the Attic) [Hide]  1.12   18 years  krw   Revert ss_mustek use of new scsi_mode_select(). Further development revealed it ...
[TXT] ss_mustek.h (in the Attic) [Hide]  1.6   18 years  krw   Revert ss_mustek use of new scsi_mode_select(). Further development revealed it ...
[TXT] ss_scanjet.c (in the Attic) [Hide]  1.28   18 years  miod   Use strchr() from libkern instead of rolling our own.
[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...