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_5_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] cd.c  1.208   11 years  deraadt   final removal of daddr64_t. daddr_t has been 64 bit for a long enough test peri...
[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.46   12 years  matthew   Update ch(4) to use ISO C style function definitions to avoid confusing Coccinel...
[TXT] files.scsi  1.25   13 years  dlg   hds(4) is a path driver that knows how to talk to some hitachi modular storage a...
[TXT] iscsi.h  1.8   13 years  claudio   Add some defines for the logout request and response and fix the response struct...
[TXT] mpath.c  1.26   11 years  dlg   we dont need mpath ccbs if all theyre used for is storing xfers on a list. we ca...
[TXT] mpath_emc.c  1.8   12 years  dlg   support "failover" style access to volumes, ie, only use one active path when ta...
[TXT] mpath_hds.c  1.6   12 years  dlg   support "failover" style access to volumes, ie, only use one active path when ta...
[TXT] mpath_rdac.c  1.7   12 years  dlg   support "failover" style access to volumes, ie, only use one active path when ta...
[TXT] mpath_sym.c  1.9   11 years  dlg   toshiba disks in an md1220 work fine
[TXT] mpathvar.h  1.4   11 years  dlg   spelling in comment fix (for real, there's no code change here).
[TXT] safte.c  1.48   12 years  dlg   factor the common bits out of code that builds scsi inquiry commands into scsi_i...
[TXT] safte.h  1.6   18 years  dlg   i cant spell my own name. noticed by miod@
[TXT] scsi_all.h  1.54   11 years  krw   Fix EOM handling. Makes Bacula much happier by allowing the use of both 'Fast Fo...
[TXT] scsi_base.c  1.202   11 years  deraadt   final removal of daddr64_t. daddr_t has been 64 bit for a long enough test peri...
[TXT] scsi_changer.h  1.5   17 years  krw   Fix some comment typos. 'immediatly' -> 'immediately', 'tranfer' -> 'transfer', ...
[TXT] scsi_debug.h  1.10   12 years  matthew   scsi_link's scsibus field is redundant with bus->sc_dev.dv_unit, so remove two o...
[TXT] scsi_disk.h  1.33   11 years  tedu   typo: thing -> thin provisioning
[TXT] scsi_ioctl.c  1.48   12 years  matthew   scsi_link's scsibus field is redundant with bus->sc_dev.dv_unit, so remove two o...
[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.184   11 years  jsg   #if SCSIDEBUG -> #ifdef SCSIDEBUG matches the rest of the scsi code.
[TXT] scsiconf.h  1.153   11 years  deraadt   final removal of daddr64_t. daddr_t has been 64 bit for a long enough test peri...
[TXT] sd.c  1.246   11 years  deraadt   final removal of daddr64_t. daddr_t has been 64 bit for a long enough test peri...
[TXT] sdvar.h  1.41   11 years  deraadt   final removal of daddr64_t. daddr_t has been 64 bit for a long enough test peri...
[TXT] ses.c  1.51   13 years  deraadt   use dma_alloc/dma_free instead of malloc to allocate buffers which need to be in...
[TXT] ses.h  1.10   18 years  krw   Zap trailing whitespace.
[TXT] st.c  1.124   10 years  krw   Tweak calculations of resid to avoid unsigned vs signed comparison and make code...
[TXT] uk.c  1.17   13 years  matthew   Make uk(4) look more like sd(4) and cd(4) by adding a uklookup() wrapper for dev...
[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...