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_4_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] sd.c  1.141   16 years  dlg   massage the way vpds are defined. rename the page used for the devices serial nu...
[TXT] cd.c  1.134   16 years  krw   MALLOC/FREE -> malloc/free, M_ZERO, extraneous casts, extraneous #include <mallo...
[TXT] scsiconf.c  1.129   16 years  dlg   let scsibus ask the adapter about a device before probing it. also allow the ada...
[TXT] scsi_base.c  1.124   16 years  dlg   dont use the adapter_softc member of scsi_link as a softc anymore. the "adapter_...
[TXT] scsiconf.h  1.90   16 years  dlg   the scsi layer always had function pointers for asking the hba about a device be...
[TXT] st.c  1.80   16 years  martynas   typos; ok jmc@ sys/dev/pci/pciide.c from naddy@
[TXT] ses.c  1.47   16 years  krw   MALLOC/FREE -> malloc/free, M_ZERO, extraneous casts, extraneous #include <mallo...
[TXT] scsi_all.h  1.44   16 years  dlg   massage the way vpds are defined. rename the page used for the devices serial nu...
[TXT] safte.c  1.39   16 years  krw   MALLOC/FREE -> malloc/free, M_ZERO, extraneous casts, extraneous #include <mallo...
[TXT] ch.c  1.34   16 years  krw   MALLOC/FREE -> malloc/free, M_ZERO, extraneous casts, extraneous #include <mallo...
[TXT] scsi_ioctl.c  1.30   16 years  krw   MALLOC/FREE -> malloc/free, M_ZERO, extraneous casts, extraneous #include <mallo...
[TXT] scsi_disk.h  1.22   16 years  krw   Implement disk sizes > 2^32-1. Code modelled on NetBSD. Tested, tweaked and ok ...
[TXT] files.scsi  1.20   18 years  dlg   make the naming of the safte files consisten with the rest of the scsi drivers ...
[TXT] cd.h  1.15   17 years  mjc   add more struct/define stuff for use in cdio ok krw@
[TXT] sdvar.h  1.13   16 years  krw   Fix SDF_DIRTY handling, eliminate useless SDF_FLUSHING. The sd_flush() called fr...
[TXT] uk.c  1.13   16 years  martynas   typos; ok jmc@ sys/dev/pci/pciide.c from naddy@
[TXT] ses.h  1.10   18 years  krw   Zap trailing whitespace.
[TXT] scsi_debug.h  1.8   20 years  krw   Allow restriction of SCSIDEBUG output to particular scsi buses in addition to de...
[TXT] scsi_message.h  1.8   18 years  krw   Zap trailing whitespace.
[TXT] scsi_tape.h  1.7   26 years  deraadt   add QIC_3080
[TXT] safte.h  1.6   18 years  dlg   i cant spell my own name. noticed by miod@
[TXT] scsi_changer.h  1.5   17 years  krw   Fix some comment typos. 'immediatly' -> 'immediately', 'tranfer' -> 'transfer', ...
[TXT] README.ss (in the Attic) [Hide]  1.6   27 years  kstailey   more about disconnect
[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...
[TXT] ss.c (in the Attic) [Hide]  1.60   16 years  martynas   typos; ok jmc@ sys/dev/pci/pciide.c from naddy@
[TXT] ss_mustek.c (in the Attic) [Hide]  1.15   16 years  krw   MALLOC/FREE -> malloc/free, M_ZERO, extraneous casts, extraneous #include <mallo...
[TXT] ss_mustek.h (in the Attic) [Hide]  1.7   18 years  krw   Zap trailing whitespace.
[TXT] ss_scanjet.c (in the Attic) [Hide]  1.32   16 years  krw   MALLOC/FREE -> malloc/free, M_ZERO, extraneous casts, extraneous #include <mallo...
[TXT] ssvar.h (in the Attic) [Hide]  1.11   17 years  dlg   rename scsibus_attach_args to scsi_attach_args. this can help avoid confusing wh...