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_5_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] cd.c  1.213   10 years  krw   Sprinkle (long long) casts where %lld is being used to print daddr_t variables. ...
[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.34   10 years  dlg   fix next path selection so if the current path is NULL (which can occur if paths...
[TXT] mpath_emc.c  1.16   10 years  deraadt   Add a DVACT_WAKEUP op to the *_activate() API. This is called after the kernel ...
[TXT] mpath_hds.c  1.14   10 years  deraadt   Add a DVACT_WAKEUP op to the *_activate() API. This is called after the kernel ...
[TXT] mpath_rdac.c  1.19   10 years  deraadt   Add a DVACT_WAKEUP op to the *_activate() API. This is called after the kernel ...
[TXT] mpath_sym.c  1.21   10 years  dlg   SUNW SUNWGS INT FCBPL can be considered an asym device now we can uniquely ident...
[TXT] mpathvar.h  1.9   10 years  dlg   get rid of the different path scheduler types, which simplifies the code that pi...
[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   10 years  krw   Fix EOM handling. Makes Bacula much happier by allowing the use of both 'Fast Fo...
[TXT] scsi_base.c  1.210   10 years  dlg   poison the io "allocated" by the default pool allocator so any attempt to use it...
[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.34   10 years  deraadt   1 << 31 cleanup. Eitan Adler pointed out that there has been a resurrection of ...
[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.186   10 years  dlg   if a device doesnt have device ids or serial numbers, try using node_wwn to gene...
[TXT] scsiconf.h  1.160   10 years  dlg   if a device doesnt have device ids or serial numbers, try using node_wwn to gene...
[TXT] sd.c  1.253   10 years  mpi   If a disk returns a size of 0, treat it as an error to let the driver re-probe f...
[TXT] sdvar.h  1.42   10 years  krw   Use u_int64_t instead of daddr_t parameters to sd_cmd_rw*() functions. Ditto dis...
[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.126   10 years  krw   Sprinkle (long long) casts where %lld is being used to print daddr_t variables. ...
[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...