Age | Commit message (Expand) | Author |
2020-06-30 | Nuke unneeded 'sa_inqbuf' member of struct scsi_attach_args. It always | Kenneth R Westerback |
2020-06-30 | Garbage collect SDEV_S_WAITING, last used in scsi_base.c r1.167 in | Kenneth R Westerback |
2020-06-27 | Garbage collect SDEV_2NDBUS. Only used in isp(4) which was removed in | Kenneth R Westerback |
2020-06-27 | No need to bzero()/memset() 'struct scsibus_attach_args' variables | Kenneth R Westerback |
2020-06-24 | Use SDEV_NO_ADAPTER_TARGET instead of the value that is being | Kenneth R Westerback |
2020-06-24 | Adapters that do not appear as a target on the SCSI bus must set | Kenneth R Westerback |
2020-03-12 | Pass scsi_mode_sense_buf pointers to scsi_mode_sense[_buf]() rather | Kenneth R Westerback |
2020-03-12 | Check for short mode sense error inside scsi_mode_sense_big() | Kenneth R Westerback |
2020-03-12 | Eliminate 'len' parameter from scsi_mode_sense[_big](). It's | Kenneth R Westerback |
2020-03-11 | No need to pass 20000 to scsi_mode_sense[_big]() as the desired | Kenneth R Westerback |
2020-03-10 | Access 4-byte address field with _4btol() not _8btol(), fixing | Kenneth R Westerback |
2020-02-20 | Relax the grip the dead hand of QBUS (a.k.a. MAXPHYS) has on the | Kenneth R Westerback |
2020-02-06 | Try to reduce the lying, hyperbolic or obsolete commentary on | Kenneth R Westerback |
2020-02-05 | Ooops. Missed a file in nuke of scsi_minphys. mpath_minphys() needs to | Kenneth R Westerback |
2020-02-05 | Nuke unnecessary abstraction 'scsi_minphys()' which just calls | Kenneth R Westerback |
2020-01-27 | Make the commonalities of cdminphys, sdminphys and stminphys more | Kenneth R Westerback |
2020-01-26 | Shuffle some names around to make reading the code less headache | Kenneth R Westerback |
2020-01-25 | Ensure scsi_minphys() is always called on the physio() path. | Kenneth R Westerback |
2020-01-24 | cleanup unused headers generated by config | Jonathan Gray |
2020-01-23 | Use a consistant idiom/format when declaring scsi_adapter structures | Kenneth R Westerback |
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 |