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_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] cd.c  1.197   13 years  krw   SCSI devices are assumed to be T_FIXED unless they say otherwise. cd(4) did not ...
[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.43   13 years  matthew   Avoid possible aliasing-related compiler issues by always writing to cmd->opcode...
[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.46   13 years  thib   A few M_ZEROs without any M_WAITOK/M_NOWAITs.
[TXT] safte.h  1.6   18 years  dlg   i cant spell my own name. noticed by miod@
[TXT] scsi_all.h  1.52   13 years  krw   Have sd(4) devices check for and respect read-only information the way st(4) doe...
[TXT] scsi_base.c  1.197   13 years  dlg   bring back scsi_base.c r1.195 and scsiconf.h r1.138 now that src/sys/dev/ata/ata...
[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.29   13 years  dlg   descripe a few bits of the write same commands.
[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.8   13 years  krw   Have sd(4) devices check for and respect read-only information the way st(4) doe...
[TXT] scsiconf.c  1.167   13 years  krw   Force openings to 1 for devices that can't do tagged i/o, i.e. more than 1 i/o a...
[TXT] scsiconf.h  1.142   13 years  krw   Have sd(4) devices check for and respect read-only information the way st(4) doe...
[TXT] sd.c  1.220   13 years  krw   If a spin up command can't be started becaause of a lack of openings, delay and ...
[TXT] sdvar.h  1.34   13 years  krw   Garbage collect rot_rate from disk_parms. No longer in disk label so no need to ...
[TXT] ses.c  1.50   13 years  matthew   Avoid possible aliasing-related compiler issues by always writing to cmd->opcode...
[TXT] ses.h  1.10   18 years  krw   Zap trailing whitespace.
[TXT] st.c  1.116   13 years  krw   Have sd(4) devices check for and respect read-only information the way st(4) doe...
[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...