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_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] cd.c  1.207   12 years  matthew   Eliminate redundant buf validation checks in xxstrategy() methods now that they'...
[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.25   12 years  matthew   Backout a bunch of my SCSI commits from c2k11. At least one of these is causing...
[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.6   12 years  dlg   support "failover" style access to volumes, ie, only use one active path when ta...
[TXT] mpathvar.h  1.3   12 years  dlg   support "failover" style access to volumes, ie, only use one active path when ta...
[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.53   12 years  dlg   describe the ata vpd page
[TXT] scsi_base.c  1.200   12 years  dlg   factor the common bits out of code that builds scsi inquiry commands into scsi_i...
[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.32   12 years  dlg   sbc3 defines a thin provisioning vpd page
[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.180   12 years  matthew   Backout a bunch of my SCSI commits from c2k11. At least one of these is causing...
[TXT] scsiconf.h  1.149   12 years  matthew   Backout a bunch of my SCSI commits from c2k11. At least one of these is causing...
[TXT] sd.c  1.238   12 years  matthew   Fix an off-by-1 error and a 32-bit integer arithmetic overflow bug that caused l...
[TXT] sdvar.h  1.38   12 years  dlg   ask the disk about unmap (read trim) parameters. check if we have the required v...
[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.121   12 years  matthew   Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing that's eve...
[TXT] uk.c  1.17   12 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...