created | 2019-10-05T13:57:38Z |
---|---|
begin | 2019-09-04T18:00:00Z |
end | 2019-09-04T21:00:00Z |
path | src/sys |
commits | 3 |
date | 2019-09-04T18:41:33Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/scsi/st.c | log | diff | annotate |
message |
Various whitespace nits. Reformat quirks array the way the autoindenter likes it to minimize the effort needed to keep diffs short. |
date | 2019-09-04T19:09:41Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/scsi/st.c | log | diff | annotate |
message |
'quirks' field of struct modes is superfluous. There is only 1 mode. Just use the 'quirks' field of struct quirksdata. |
date | 2019-09-04T20:03:12Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/scsi/st.c | log | diff | annotate |
message |
Hoist the quirks up another rung. drive_quirks is superfluous, just store the discovered quirks in st_softc's 'quirks' field. |