| Age | Commit message (Expand) | Author |
| 2001-12-29 | Move some USB device quirks to the umass_quirk table. | augustss |
| 2001-12-29 | Remove some quirk entries that are handled in umass_quirk now. | augustss |
| 2001-12-27 | Use PQUIRK_ONLYBIG for all Olympus cameras, not just the C-1. | nathanw |
| 2001-12-22 | The FujiFilm USB storage drive doesn't have a flex geom page and | gehenna |
| 2001-12-14 | The Olympus C-1 engine cameras seem to need the PQIRK_ONLYBIG quirk. | nathanw |
| 2001-12-09 | Support for dvd region code (RPC). | veego |
| 2001-12-07 | add detach support for st. | yamt |
| 2001-12-03 | Update my copyrigth. | bouyer |
| 2001-12-02 | No need to include atavar.h here. | bouyer |
| 2001-12-02 | Clean up attach of wd/atapibus: | bouyer |
| 2001-12-01 | Hum, no need to print a message each time we're waiting for the drive. | bouyer |
| 2001-12-01 | Various quirks for the ATAPI OnStream DI-30, mostly from the FreeBSD driver. | bouyer |
| 2001-12-01 | For ATAPI tape drives, poll for DSC (using a callout), to get the real | bouyer |
| 2001-11-28 | - convert usage of "defopt" to "defflag" where the relevant option does | lukem |
| 2001-11-28 | Added the new defopt SCSI_OLD_NOINQUIRY; this is used instead | fredette |
| 2001-11-26 | Added quirk entries for Adaptec and Emulex SCSI interposer boards. | fredette |
| 2001-11-20 | - replace "defopt" with "defparam" for options which must take a value, | lukem |
| 2001-11-19 | Add a new quirk value PQUIRK_CAP_SYNC for SCSI1 devices which support | tsutsui |
| 2001-11-19 | Remove duplicate struct scsipi_start_stop. | soren |
| 2001-11-19 | Floptical drive needs PQUIRK_NODOORLOCK as well. | soren |
| 2001-11-19 | Insite Floptical drive needs PQUIRK_NOLUNS. | soren |
| 2001-11-18 | Fix formatting of scsi_quirk_patterns[] and wrap long lines. | tsutsui |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-11-06 | Add a quirk for a USB CD/RW. | augustss |
| 2001-11-04 | Add common macro to check message length. | tsutsui |
| 2001-11-03 | Replace a magic number with macro. | tsutsui |
| 2001-10-22 | We can't have XS_CTL_DATA_OUT and XS_CTL_DATA_IN at the same time. | bouyer |
| 2001-10-21 | Add ST15150N to quirk table, as per PR/13817. | mjl |
| 2001-10-16 | PR/14256: Kevin P. Neal: Add quirk for micropolis drive. | christos |
| 2001-10-14 | Refuse to register a callback if the completion thread isn't started yet. | bouyer |
| 2001-10-14 | Call ADAPTER_REQ_GROW_RESOURCES from the completion thread, if possible. | bouyer |
| 2001-10-14 | Split channel flags in chan_flags used for communications between | bouyer |
| 2001-09-27 | Restore previous functionality- in scsipi_periph_timed_thaw check to | mjacob |
| 2001-09-27 | Restore previous definitions. | mjacob |
| 2001-09-21 | Unfortunately, the previous change seems to make most (all?) configurations | fvdl |
| 2001-09-18 | Rather than run a periph's queue from scsipi_periph_timed_thaw which is | mjacob |
| 2001-09-13 | Pass the correct pointer to atapibusprint(). | enami |
| 2001-09-03 | Define more caching parameters from SCSI-3. | thorpej |
| 2001-09-02 | Comment what the PF bit means in the MODE SELECT command, and | thorpej |
| 2001-09-02 | Add the Force Unit Access and Disable Page Out bits to the | thorpej |
| 2001-09-02 | Use the AUDIO_PAGE definition common to SCSI and ATAPI. | thorpej |
| 2001-09-02 | Centralize the definition of the page code mask and page-savable bit | thorpej |
| 2001-09-02 | Oops, name the caching parameters page structure member. | thorpej |
| 2001-09-02 | Use be16toh(), be32toh(), le16toh() and le32toh() rather than | tsutsui |
| 2001-09-01 | Add the caching parameters mode page. | thorpej |
| 2001-09-01 | Add table value for Ultra3, so configuring an Ultra3 disk shows: | mjacob |
| 2001-08-31 | Add a new quirk, PQUIRK_NOBIGMODESENSE, for devices that need big | augustss |
| 2001-08-31 | Some quirks for USB M-Sys DiskOnKey. Still not enough to make it work. | augustss |
| 2001-08-20 | Don't special case the retry for Media Changed... More later. | ad |