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_6_5


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] cd.c  1.224   5 years  krw   No leading space(s) before labels. Prodded by guenther@
[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.53   5 years  krw   No leading space(s) before labels. Prodded by guenther@
[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.42   5 years  phessler   "non-existant" is one of those words that don't exist, so use "non-existent" ins...
[TXT] mpath_emc.c  1.21   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] mpath_hds.c  1.21   5 years  jmatthew   Remove the port id check entirely. We don't do anything with the port id after ...
[TXT] mpath_rdac.c  1.23   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] mpath_sym.c  1.23   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[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.53   8 years  tedu   add some sizes to free. looked over by deraadt
[TXT] safte.h  1.6   18 years  dlg   i cant spell my own name. noticed by miod@
[TXT] scsi_all.h  1.55   9 years  krw   More damned eye searing whitespace.
[TXT] scsi_base.c  1.227   6 years  deraadt   If you use sys/param.h, you don't need sys/types.h
[TXT] scsi_changer.h  1.6   9 years  krw   More damned eye searing whitespace.
[TXT] scsi_debug.h  1.13   6 years  mlarkin   Fix a broken compilation when using SCSIDEBUG options(4). Diff from Carlos Card...
[TXT] scsi_disk.h  1.35   9 years  krw   More damned eye searing whitespace.
[TXT] scsi_ioctl.c  1.54   6 years  guenther   Delete superfluous includes of <sys/file.> ok krw@
[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.9   9 years  krw   More damned eye searing whitespace.
[TXT] scsiconf.c  1.196   6 years  deraadt   If you use sys/param.h, you don't need sys/types.h
[TXT] scsiconf.h  1.166   7 years  krw   To prevent anyone else from stumbling on this (now) archaic bit of history, nuke...
[TXT] sd.c  1.277   5 years  krw   No leading space(s) before labels. Prodded by guenther@
[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.55   8 years  tedu   add some sizes to free. looked over by deraadt
[TXT] ses.h  1.10   18 years  krw   Zap trailing whitespace.
[TXT] st.c  1.135   5 years  krw   When retiring a SCSI request, sometimes the buf's b_error value is forcibly set ...
[TXT] uk.c  1.19   6 years  deraadt   If you use sys/param.h, you don't need sys/types.h
[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...