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_8


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] cd.c  1.181   13 years  krw   DVD_INVALIDATE_AGID is a 'no payload' operation, so don't set xs->datalen and re...
[TXT] cd.h  1.25   14 years  dlg   nothing needs to see cd_softc except the driver, so move it into cd.c ok marco@...
[TXT] ch.c  1.42   13 years  matthew   Fix a few more scsi_scsi_cmd() removal regressions, caught by -Wuninitialized. ...
[TXT] files.scsi  1.22   13 years  krw   No more ss(4) or usscanner(4). Unused, unloved and unmaintained. General huzzahs...
[TXT] iscsi.h  1.7   13 years  jordan   Fixup structures to be correct size ok claudio@
[TXT] mpath.c  1.18   13 years  todd   let mpath build again even though it is disabled ok dlg@
[TXT] safte.c  1.44   13 years  matthew   Fix a few more scsi_scsi_cmd() removal regressions, caught by -Wuninitialized. ...
[TXT] safte.h  1.6   18 years  dlg   i cant spell my own name. noticed by miod@
[TXT] scsi_all.h  1.49   13 years  krw   Shrink struct scsi_sense_data and thus the sense member of scsi_xfer, to 18 byte...
[TXT] scsi_base.c  1.191   13 years  krw   No "\n" needed at the end of panic() strings. Bogus chunks pointed out by matth...
[TXT] scsi_changer.h  1.5   17 years  krw   Fix some comment typos. 'immediatly' -> 'immediately', 'tranfer' -> 'transfer', ...
[TXT] scsi_debug.h  1.9   15 years  deraadt   clean namespace a fair bit; wrap kernel-use-only structures and gunk in #ifdef _...
[TXT] scsi_disk.h  1.26   14 years  dlg   map the ATA data set management stuff (ie, trim) to the SCSI thin provisioning b...
[TXT] scsi_ioctl.c  1.46   13 years  matthew   Mark two more DMA accessible malloc(9)s.
[TXT] scsi_message.h  1.9   14 years  fgsch   Move IS[12]BYTEMSG and ISEXTMSG defines to a common place. Pointed out by miod@....
[TXT] scsi_tape.h  1.7   26 years  deraadt   add QIC_3080
[TXT] scsiconf.c  1.162   13 years  matthew   Get rid of scsi_deinit(), and change scsi_init() back to a one-time initializati...
[TXT] scsiconf.h  1.135   13 years  matthew   Add scsi_cmd_rw_decode() for decoding any SCSI READ or WRITE command, and update...
[TXT] sd.c  1.205   13 years  krw   Don't attempt to set the read or write caches on usb disks. It breaks at least o...
[TXT] sdvar.h  1.31   14 years  dlg   bring back the SDF_WAITING waiting flag while adapters still implement NO_CCB. ...
[TXT] ses.c  1.49   13 years  krw   Don't refer to xs->cmd, even via a pointer to xs->cmd, after xs has been put bac...
[TXT] ses.h  1.10   18 years  krw   Zap trailing whitespace.
[TXT] st.c  1.106   13 years  matthew   In st_space() and st_write_filemarks(), if scsi_xs_get() returns NULL, set st->m...
[TXT] uk.c  1.15   13 years  krw   Die struct scsi_device! Die! Instead, save a pointer to the routine to interpret...
[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] ssvar.h (in the Attic) [Hide]  1.18   13 years  dlg   switch ss over to using xshandlers for queuing io. this brings it into line with...