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_9


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] cd.c  1.217   8 years  krw   More damned eye searing whitespace.
[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.51   8 years  tedu   add some sizes to free. looked over by deraadt
[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.221   8 years  krw   More damned eye searing whitespace.
[TXT] scsi_changer.h  1.6   8 years  krw   More damned eye searing whitespace.
[TXT] scsi_debug.h  1.11   8 years  krw   More damned eye searing whitespace.
[TXT] scsi_disk.h  1.35   8 years  krw   More damned eye searing whitespace.
[TXT] scsi_ioctl.c  1.51   8 years  krw   More damned eye searing whitespace.
[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.193   8 years  tedu   add some sizes to free. looked over by deraadt
[TXT] scsiconf.h  1.163   8 years  krw   More damned eye searing whitespace.
[TXT] sd.c  1.263   8 years  bluhm   Do not access the scsi link of the disk at the beginning of sdopen() and sdminph...
[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.129   8 years  krw   More damned eye searing whitespace.
[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...