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