CVSROOT: /cvs Module name: src Changes by: step...@cvs.openbsd.org 2010/07/06 02:48:50
Modified files: sys/scsi : Tag: OPENBSD_4_7 cd.c sd.c st.c Log message: MFC, original commit from krw@: ---------------------------- Restore an unusual XS_SENSE semantic that inadvertantly got lost in the great re-write. If the scsi device *_interpret_sense() function returns 0 that means there was no error. Fixes restore(8) problems seen on certain tape drives. Found and fix tested by Percey Piper. Suggestions from Matthew Dempsky. Thanks! ok dlg@ ---------------------------- ok krw@ and dlg@