Age | Commit message (Expand) | Author |
2011-06-30 | Refactor some common open/close/detach disk driver code into | Matthew Dempsky |
2011-06-22 | Print correct function name in debug statements. ata_get_params, not | Kenneth R Westerback |
2011-06-21 | Laurence Tratt reported that his "Intel 6 Series AHCI" ahci(4) no | Matthew Dempsky |
2011-06-20 | Call bufq_drain() in wddetach() instead of reimplementing the same | Matthew Dempsky |
2011-06-19 | Use disk_lock_nointr() in the xxclose() routines so that they cannot | Theo de Raadt |
2011-06-19 | Use disk_lock/disk_unlock directly and in the same way in these drivers, | Theo de Raadt |
2011-06-06 | Delete the long dead LOCKED and WANTED flags from cd(4), sd(4), and | Matthew Dempsky |
2011-06-05 | Drop kernel support for the useless DIOCWLABEL ioctl and prune a lot | Matthew Dempsky |
2011-06-03 | Get rid of the wlabel argument to bounds_check_with_label(). It's | Matthew Dempsky |
2011-06-02 | Small refactoring of atascsi and fix non-data ATA commands to not set | Matthew Dempsky |
2011-05-31 | Change a few of the more common disk drivers (sd, cd, wd, rd, and vnd) | Matthew Dempsky |
2011-05-24 | Move wdc_cd from ata/ata_wdc.c to ic/wdc.c so that you can compile a | Matthew Dempsky |
2011-05-08 | Move ata_put_xfer() from ata_xfer to atascsi_methods. It's just silly | Matthew Dempsky |
2011-05-05 | Go back to only attempting one IDENTIFY command against directly | Matthew Dempsky |
2011-04-27 | Fix a few off-by-1 errors in atascsi. | Matthew Dempsky |
2011-04-18 | keep an eye out for wdc registers returning 0xff. if they return 0xff, | Theo de Raadt |
2011-04-15 | Change wdc_reset_channel() to take a `no wait' argument. Pass in turn this | Miod Vallat |
2011-04-08 | one dma_free() was mistakenly left as free() | Theo de Raadt |
2011-04-05 | wd_hibernate_io() is a standalone disk io writer which tries to not | Theo de Raadt |
2011-04-03 | pirofti made me look at wd(4) code, which made me sad. | David Gwynne |
2011-04-03 | Safer, big mem friendly, allocation of ATAPARAMS buf that is the | Kenneth R Westerback |
2011-04-02 | Safer, big mem friendly, allocation of identify buf that is the | Kenneth R Westerback |
2011-02-03 | Initialize stack memory before use. Found with clang. | Matthew Dempsky |
2011-01-26 | Add port multiplier support, has been in snaps for a while with no reported | Dale Rahn |
2011-01-13 | Add new file for upcoming change. ok dlg@ deraadt@ | Dale Rahn |
2011-01-12 | Reset the state member of the ata_xfer to ATA_S_SETUP before reusing it | Mark Kettenis |
2010-12-31 | Reintroduce the code that puts the drive into standby in shutdown, but | Mark Kettenis |
2010-12-30 | The NVIDIA MCP89 SATA controller found on the 2010 Apple 13" MacBook Pro | Mark Kettenis |
2010-11-20 | clean up cases of ;; | Theo de Raadt |
2010-11-06 | If the dma_init callback function returns with EINVAL, fall back to PIO. | Mark Kettenis |
2010-10-12 | Force openings to 1 for devices that can't do tagged i/o, i.e. more | Kenneth R Westerback |
2010-09-23 | translate WRITE SAME 16 into DSM TRIM. | David Gwynne |
2010-09-23 | commands and bits for data set management. | David Gwynne |
2010-09-22 | All users of physio(9) now pass NULL as the buf pointer argument, so | Matthew Dempsky |
2010-09-20 | Use SSD_ERRCODE_CURRENT instead of magic 0x70. | Kenneth R Westerback |
2010-09-20 | define and use macros for looking at ncq bits. | David Gwynne |
2010-09-20 | DVACT_ACTIVATE and DVACT_DEACTIVATE do nothing here; remove | Theo de Raadt |
2010-09-19 | move the ncq depth calculation into atascsi_probe where it belongs. by | David Gwynne |
2010-09-19 | check the cdb length on the scsi commands we emulate in atascsi as a way to | David Gwynne |
2010-09-08 | Introduce a disk_lookup() function which calls device_lookup(), before | Joel Sing |
2010-09-08 | Store a struct device pointer within struct disk and populate this when | Joel Sing |
2010-09-02 | the page_length field in the vpd page header is 2 bytes, not 1. | David Gwynne |
2010-09-01 | make struct bufq a member of the softc for devices that use it, | David Gwynne |
2010-08-31 | sort DVACT_ actions in order of use | Theo de Raadt |
2010-08-28 | Garbage collect struct dkdriver. | Matthew Dempsky |
2010-07-27 | Add scsi_cmd_rw_decode() for decoding any SCSI READ or WRITE command, | Matthew Dempsky |
2010-07-23 | Manuel Bouyer rescinded clauses 3 and 4 of his license text. | Jonathan Gray |
2010-07-22 | Give the drive a little bit more time to complete the STANDBY IMMED command. | Mark Kettenis |
2010-07-22 | First part of better pciide resume. Wake the channel by performing two | Mike Larkin |
2010-07-21 | Garbage collect ata_bio's badsect field. | Matthew Dempsky |