Age | Commit message (Expand) | Author |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-18 | avoid modification race in DIOCRLDINFO; ok krw miod | Theo de Raadt |
2007-06-08 | all drivers should spoof version 1 labels | Theo de Raadt |
2007-06-07 | strncpy -> strlcpy, plus a little spacing line up. | Ray Lai |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt |
2007-06-01 | Don't initialize d_partitions[RAW_DISK] just before calling | Kenneth R Westerback |
2007-05-31 | Kill old, no longer necessary kludge to try fooling readdisklabel() | Kenneth R Westerback |
2007-04-28 | Fix comments above DISKMINOR uses. DISKMINOR provides minor not major | Kenneth R Westerback |
2007-04-27 | Nuke WDUNIT/WDPART/etc. defines and just use standard DISKUNIT/DISKPART/etc. | Kenneth R Westerback |
2007-04-26 | Eliminate CPU_BIOS from userland and wd(4) by always using the BIOS | Kenneth R Westerback |
2007-04-22 | when an ata command returns an error, dont fill dmesg with messages about | David Gwynne |
2007-04-12 | Do a security freeze lock like we do in wd(4) to deal with systems | Jonathan Gray |
2007-04-10 | endian fixes for the read capacity handling. | David Gwynne |
2007-04-10 | Sort ATA commands by value. | Jonathan Gray |
2007-04-08 | Use CMD_OK instead of 0, no binary change, from mickey | Pedro Martelletto |
2007-04-05 | device signatures appear to be common to sata controllers too. | David Gwynne |
2007-04-04 | some registers are shared amongst various sata controllers, so stick | David Gwynne |
2007-04-02 | Read log page 10h to determine the NCQ error, instead of aborting all | Christopher Pascoe |
2007-03-27 | OK, I understand why jsg wanted the disk_unbusy() in wdretry(), and he | Theo de Raadt |
2007-03-25 | wdc retries (including after suspends) caused a disk to remain busy when | Theo de Raadt |
2007-03-25 | kill extra space in output with diskerr(); ok jsg | Theo de Raadt |
2007-03-24 | Complete the right scsi_xfer when processing a disk sync request. | Christopher Pascoe |
2007-03-23 | Track the ATA xfer's state more closely - may help us identify why some | Christopher Pascoe |
2007-03-23 | Really clear the device register on the flush cache command. Last commit | Christopher Pascoe |
2007-03-23 | Clear the device register on the flush cache command, in case something | Christopher Pascoe |
2007-03-23 | Catch timed out disk commands. | Christopher Pascoe |
2007-03-22 | Let atascsi issue NCQ commands if the controller supports it. | Christopher Pascoe |
2007-03-21 | A polled xfer has completed and been put by the time ata_cmd returns, so | Christopher Pascoe |
2007-03-21 | Add support for issuing NCQ commands via AHCI. | Christopher Pascoe |
2007-03-21 | atascsi sends h2d fis's, not d2h. | David Gwynne |
2007-03-21 | replace the array of u_int8_ts for the fis/registers with a struct to make | David Gwynne |
2007-03-20 | Be sure to reset ata_xfer flags for all PACKET transfers, otherwise we | Christopher Pascoe |
2007-03-20 | add missing FLUSH_CACHE commands. | David Gwynne |
2007-03-20 | Basic FLUSH CACHE support. | Christopher Pascoe |
2007-03-20 | Tag ATAPI transfers that have no data phase correctly, otherwise the command | Christopher Pascoe |
2007-03-20 | Oops, remove some unused variables and unmangle a command name. | Christopher Pascoe |
2007-03-20 | Cap the device size we present to 2TB, just in case someone attaches | Christopher Pascoe |
2007-03-20 | Move common completion handling into ata_exec itself. Removes a double free | Christopher Pascoe |
2007-03-20 | Add support for ATA PACKET commands. This should make ATAPI cdrom drives, | Christopher Pascoe |
2007-03-20 | move ata command definitions from atascsi.c to atascsi.h | David Gwynne |
2007-03-20 | reorder slightly. ata bits before atascsi | David Gwynne |
2007-03-20 | Add timeout handling for ATA commands. | Christopher Pascoe |
2007-03-20 | nothing from wdc, wd, or any of the existing ata stuff pls. this gets rid | David Gwynne |
2007-03-20 | Request "descriptor processed" interrupts only for PIO requests (inquiry, | Christopher Pascoe |
2007-03-20 | Calculate the residual and copy it back to the scsi_xfer, so that RW actually | Christopher Pascoe |
2007-03-20 | Add support for issuing sector read/write commands. | Christopher Pascoe |
2007-03-20 | Instead of having a copy of every register that we will issue in the ata_cmd, | Christopher Pascoe |
2007-03-20 | Change API for struct ata_xfer allocation to move it into the device that | Christopher Pascoe |
2007-03-13 | we need a resid too | David Gwynne |