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_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] cd.c  1.222   6 years  guenther   Don't pull in <sys/file.h> just to get fcntl.h ok deraadt@ krw@
[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.52   8 years  krw   Standardize on calling local scsi_link variables 'link' instead of 'sc_link'. 's...
[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.41   8 years  tedu   add some sizes to free. looked over by deraadt
[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.19   8 years  krw   More damned eye searing whitespace.
[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   8 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   8 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   8 years  krw   More damned eye searing whitespace.
[TXT] scsi_ioctl.c  1.53   6 years  deraadt   If you use sys/param.h, you don't need sys/types.h
[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   8 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.275   6 years  guenther   Don't pull in <sys/file.h> just to get fcntl.h ok deraadt@ krw@
[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.134   6 years  deraadt   If you use sys/param.h, you don't need sys/types.h
[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...