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