Age | Commit message (Expand) | Author |
2020-01-22 | scsi_delay(): sleep without lbolt | cheloha |
2019-12-08 | Various cleanup tweaks. 'return' is not a function. KNF. Whitespace, | Kenneth R Westerback |
2019-12-08 | Various cleanup tweaks. 'return' is not a function. KNF. Whitespace, | Kenneth R Westerback |
2019-12-07 | Various cleanup tweaks. 'return' is not a function. KNF. Whitespace, | Kenneth R Westerback |
2019-12-07 | Various cleanup tweaks. 'return' is not a function. KNF. Whitespace, | Kenneth R Westerback |
2019-12-07 | Various cleanup tweaks. 'return' is not a function. KNF. Whitespace, | Kenneth R Westerback |
2019-12-06 | Various cleanup tweaks. 'return' is not a function. KNF. Whitespace, | Kenneth R Westerback |
2019-12-06 | Various cleanup tweaks. 'return' is not a function. KNF. Whitespace, | Kenneth R Westerback |
2019-12-06 | Various cleanup tweaks. 'return' is not a function. KNF. Whitespace, | Kenneth R Westerback |
2019-12-05 | Various cleanup tweaks. 'return' is not a function. KNF. Whitespace, | Kenneth R Westerback |
2019-12-05 | Don't discard error from mode sense (6) if mode sense (10) is | Kenneth R Westerback |
2019-12-05 | Shrink scsi_mode_do_sense() parameter list by eliminating the three | Kenneth R Westerback |
2019-12-05 | No need for 'byte2' parameter to scsi_mode_sense[_big]() since we | Kenneth R Westerback |
2019-12-05 | Move prototypes for scsi_mode_sense(), scsi_mode_sense_big(), | Kenneth R Westerback |
2019-12-04 | Convert infinite sleeps to {m,t}sleep_nsec(9). | Martin Pieuchot |
2019-12-03 | Check for expected mode sense page code as well as expected mode page length ... | Kenneth R Westerback |
2019-12-03 | Add display of mode sense data to SCSIDEBUG. | Kenneth R Westerback |
2019-12-02 | Have SCSIDEBUG show the number of bytes of VPD inquiry data received, | Kenneth R Westerback |
2019-12-02 | Don't forget the scsi_vpd_header when calculating the number of bytes | Kenneth R Westerback |
2019-12-01 | Tweak variable names to be consistent with 'pg_code' and 'pg_length' | Kenneth R Westerback |
2019-12-01 | Make prototype and implementation signatures the same by removing | Kenneth R Westerback |
2019-12-01 | Don't overwrite original error returned by scsi_do_mode_sense(). | Kenneth R Westerback |
2019-11-29 | DISK_PGCODE() #define includes a check for NULL, so no need to | Kenneth R Westerback |
2019-11-29 | Add defines for changer mode page codes. Move AUDIO_PAGE define to | Kenneth R Westerback |
2019-11-28 | Abstract mode sense block descriptor parsing into a separate function. | Kenneth R Westerback |
2019-11-28 | Align an annoying comment. | Kenneth R Westerback |
2019-11-28 | Always pass a pointer to 'big' to scsi_do_mode_sense(). | Kenneth R Westerback |
2019-11-26 | Reinitialize 'err' to ensure we are not checking a stale value. | Kenneth R Westerback |
2019-11-26 | Don't zero existing values for density, block_count and block_size in | Kenneth R Westerback |
2019-11-25 | Use scsi_read_cap[10|16] instead of re-rolling the code. | Kenneth R Westerback |
2019-11-25 | Move struct scsi_read_cap_data and struct scsi_read_cap_data_16 to | Kenneth R Westerback |
2019-11-23 | Consistently use ISSET() to check for set flags. | Kenneth R Westerback |
2019-11-23 | Consistently use !ISSET() to check for unset flags. | Kenneth R Westerback |
2019-11-23 | Consistently use SET() to set bits. | Kenneth R Westerback |
2019-11-22 | Be consistent and always use CLR() to clear flags. | Kenneth R Westerback |
2019-11-21 | Be consistent and always use [!]ISSET() to test flags in xs->flags. | Kenneth R Westerback |
2019-11-21 | Be consistent and always use SET() to set flags in xs->flags. | Kenneth R Westerback |
2019-11-10 | Tedu scsi_scanner.h as krw@ intended to do | Patrick Wildt |
2019-11-09 | Make sure that SDEV_NOSYNC abd SDEV_NOWIDE quirks are not | Kenneth R Westerback |
2019-11-09 | Shuffle sd_get_parms() logic to ensure we only update sc->params with | Kenneth R Westerback |
2019-11-09 | Fix SCSIDEBUG display of VPD inquiry data. | Kenneth R Westerback |
2019-11-09 | Fix SCSIDEBUG display of VPD inquiry data. | Kenneth R Westerback |
2019-11-09 | Fix SCSIDEBUG compile. Missed a %lx -> %x. | Kenneth R Westerback |
2019-11-08 | The u_long fields in struct disk_parms (secsize, heads, cyls, sectors) | Kenneth R Westerback |
2019-11-07 | sd_size() is a wrapper around sd_read_cap_10() and sd_read_cap_16() so | Kenneth R Westerback |
2019-10-23 | There used to be three possible return values from sd_get_parms(), but | Kenneth R Westerback |
2019-10-22 | No need to always pass the same thing to sd_get_parms(). One less | Kenneth R Westerback |
2019-10-19 | Use !ISSET() for unset flag checks. | Kenneth R Westerback |
2019-10-19 | Use ISSET() for the easier flag checks. | Kenneth R Westerback |
2019-10-19 | Fix typo in previous, link->flag is link->flags. | Kenneth R Westerback |