Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



Module Name:    syssrc
Committed By:   thorpej
Date:           Thu Sep  9 23:24:12 UTC 1999

Modified Files:
        syssrc/sys/dev/scsipi: ch.c scsi_changer.h
        syssrc/sys/sys: chio.h conf.h

Log Message:
Rework the changer driver a bit:
- Take note of magazine changes, and enqueue "Element Status Changed" events
  that user processes can read or select on.
- Normalize some structure names.
- Report back more status about changer elements:
  * Volume tags (e.g. barcode labels on the backs of your tapes)
  * External device names (for drive units in a changer)
  * Last element a unit of media was moved from
  * Sense information for SCSI changer elements in EXCEPT condition
  * Vendor-specific data if the user requests it.
- Add support for setting volume tags.


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 syssrc/sys/dev/scsipi/ch.c
cvs rdiff -r1.13 -r1.14 syssrc/sys/dev/scsipi/scsi_changer.h
cvs rdiff -r1.9 -r1.10 syssrc/sys/sys/chio.h
cvs rdiff -r1.67 -r1.68 syssrc/sys/sys/conf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index