summaryrefslogtreecommitdiff
path: root/sys/dev/scsipi
AgeCommit message (Expand)Author
2004-01-10store a i/o priority hint in struct buf for buffer queue discipline.yamt
2004-01-03More structure member namespace cleanup: thread -> ch_threadthorpej
2004-01-03More wdc_channel structure member namespace cleanup:thorpej
2004-01-03Rename "struct channel_softc" to "struct wdc_channel".thorpej
2004-01-03callout_init() after memset().thorpej
2004-01-01Tidy this file up.thorpej
2004-01-01Prepend "wdc_" to wait_for_drq, wait_for_unbusy, and wait_for_ready.thorpej
2004-01-01Rename:thorpej
2003-12-23Some older devices do not understand the `disable block descriptors' bit inpk
2003-12-03Synchronise with <ftp://ftp.t10.org/t10/drafts/spc3/asc-num.txt>:bjh21
2003-11-27There are some cards that map the ATA control and IDE DMA registersfvdl
2003-11-18Use aprint_normal instead of printf in scsipi_print_xfer_mode().briggs
2003-11-10Spell address with two d's. Inspired by similar changes in OpenBSD,wiz
2003-11-02boundary, not boundry. Inspired by Tom Cosgrove.wiz
2003-10-29freese->freeze, as pointed out by Frederick Bruck.bouyer
2003-10-29Back out the bogus initializer -- the compiler bug is fixed.mycroft
2003-10-28Fix bogus uninitialised warning.simonb
2003-10-28note 'm68k {u,}int64_t used uninitialized' bug.cl
2003-10-27Appease gcc3 -Wno-uninitialized (even though blkno is clearly assigned infredb
2003-10-22Add a code that appeared in a PR recently.mycroft
2003-10-17Add a comment explaining the INQUIRE behavior.mycroft
2003-10-17Remove the Fuji quirk from here, too.mycroft
2003-10-16Whoops, set cmd_length correctly for the 36-byte INQUIRE.mycroft
2003-10-16Do a 36-byte SCSI 2 inquiry first, and iff that returns an additional lengthmycroft
2003-10-15Clear chp->ch_drive[i].drive_flags if we didn't find a driver for thebouyer
2003-10-12Remove this file; ATAPI_READ_FORMAT_CAPACITIES is the same asbouyer
2003-10-12Revert previous change.thorpej
2003-10-10Remove a quirk I added for a Hitachi drive.matt
2003-10-10Warn if a sync period requiring DT was negotiated on a peripheral notthorpej
2003-10-08Make the ATA mid-layer appears as atabus, as proposed inbouyer
2003-10-05Remove references to University of California from my copyright notices.bouyer
2003-09-191) Use config_interrupts() to attach IDE and ATAPI drives. This eliminatesmycroft
2003-09-18Whoops, make sure 6-byte commands work again.mycroft
2003-09-18Don't print junk if an INQUIRY fails (usually with an ILLEGAL REQUEST due tomycroft
2003-09-18Merge the geometry and cache handling code for all direct access and opticalmycroft
2003-09-17If READ CAPACITY fails, try a READ FORMAT CAPACITIES. Separate this intomycroft
2003-09-17Remove PQUIRK_BYTE5_ZERO.mycroft
2003-09-13Don't be silent if there is no media present.mycroft
2003-09-13Make sure the "raw partition" can always be opened again.mycroft
2003-09-12Some devices really want INQUIRY to be the first command they receive. Also,mycroft
2003-09-10Set up the blank fields in the INQUIRY buffer *before* executing the command --mycroft
2003-09-09Make similar changes as with cd_mode_{sense,select}().mycroft
2003-09-09Remove NOMODESENSE quirks for Iomega drives -- they're totally unneeded.mycroft
2003-09-09Delete the NOMODESENSE quirks for Maxtor USB hard drives, as these are nomycroft
2003-09-09In the test for whether to start the unit, I used the wrong error code.mycroft
2003-09-09Exorcise PQUIRK_NODOORLOCK.mycroft
2003-09-08Oops. Fix a typo in cd_mode_select().mycroft
2003-09-08Fix an error path where we might scsipi_prevent() on a non-removable device.mycroft
2003-09-08There is absolutely no sense in having a PQUIRK_NODOORLOCK entry for amycroft
2003-09-08If maxlun>0, automatically set PQUIRK_FORCELUNS, rather than using quirkmycroft