Age | Commit message (Expand) | Author |
2007-03-13 | we need a resid too | David Gwynne |
2007-03-13 | add timeouts on ata_xfers | David Gwynne |
2007-03-12 | ata counts sectors from 1, scsi counts from 0. adjust the value in the | David Gwynne |
2007-03-12 | parse the ata_identify to get a more correct value for the capacity of the | David Gwynne |
2007-03-12 | finish teh ata_identify struct. | David Gwynne |
2007-03-07 | Set ITSDONE otherwise the SCSI layer will sleep forever waiting for our | Christopher Pascoe |
2007-03-06 | big changes to the completion path in ahci.c | David Gwynne |
2007-02-28 | when allocating an xfer, preinit several values according to the port its | David Gwynne |
2007-02-28 | stash a pointer to the atascsi instance in ata_port structs. the completion | David Gwynne |
2007-02-28 | we allocate an array of pointers, so we should bzero an array of pointers, | David Gwynne |
2007-02-19 | precomp -> features as per ATA spec | Jonathan Gray |
2007-02-19 | i think ata_xfers should look more like this. stash the number of the port | David Gwynne |
2007-02-19 | actually init and destroy the shared ata stuff when an atascsi instance | David Gwynne |
2007-02-19 | code to set up a global pool for allocating ata_xfers out of, and for | David Gwynne |
2007-02-19 | oops, i should have tried to compile the REQUEST_SENSE handling before | David Gwynne |
2007-02-19 | REQUEST_SENSE will say there is no sense data. | David Gwynne |
2007-02-19 | implement the start of the framework for scsi emulation of ata disks | David Gwynne |
2007-02-19 | as is short for atascsi, not ab | David Gwynne |
2007-02-19 | pull in atascsi, a scsi to ata translation layer, so i can work on it in | David Gwynne |
2007-02-15 | Don't print the error strings returned by readdisklabel(). If you | Kenneth R Westerback |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2007-02-06 | De-register. No object code change. | Kenneth R Westerback |
2006-12-21 | 'immediatly' -> 'immediately' in comments. | Kenneth R Westerback |
2006-10-17 | For non-CPU_BIOS architectures calculate the number of cylinders on | Kenneth R Westerback |
2006-10-04 | Zap bad144 bad sector info in disklabels. Sparsely used if at all for | Kenneth R Westerback |
2006-08-21 | Delete #ifdef/#ifndef __OpenBSD__ chunks, leaving just the code we | Kenneth R Westerback |
2006-08-12 | Setting d_secsize to DEV_BSIZE (or 1 << DEV_BSHIFT, or 512) and then | Kenneth R Westerback |
2006-03-05 | Remove more NRND NetBSDisms. | Kenneth R Westerback |
2006-01-21 | Invoke disk_detach() and related cleanup work in detach(), rather than | Miod Vallat |
2005-11-09 | Don't fall back to fake geometry if ata_get_params() fails. | Uwe Stuehler |
2005-09-01 | On zaurus, don't fall back to fake geometry if ata_get_params() fails, | Uwe Stuehler |
2005-08-27 | Use the ATA security FREEZE LOCK command on disks before | Jonathan Gray |
2005-08-10 | Mention if the disk supports IDLE IMMEDIATE with UNLOAD FEATURE | Jonathan Gray |
2005-05-15 | Use FLUSHCACHE EXT instead of FLUSHCACHE for LBA48 operations. | Alexander Yurchenko |
2004-10-17 | Native SATA register definitions; from NetBSD (work by thorpej@) | Alexander Yurchenko |
2004-09-24 | Add missing Manuel Bouyer copyright. | Alexander Yurchenko |
2004-09-24 | Multiple inclusion protection. | Alexander Yurchenko |
2004-07-06 | Replace magic number with a more descriptive #define. This magic number was | Aaron Campbell |
2004-06-02 | Add quirks field to the wdc softc and implement the first one: | Alexander Yurchenko |
2004-03-03 | remove bufq support until i figure out just what's going wrong. ok deraadt@ | Ted Unangst |
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst |
2004-02-02 | as grange pointed out, BUFQ_ALLOC might fail | Ted Unangst |
2004-01-23 | Use %b to display status register, this will make bug reports more | Alexander Yurchenko |
2004-01-21 | dynamic bufq support. basically a nullop. ok grange@ | Ted Unangst |
2004-01-16 | Do not print CHS info for LBA drives, it's useless for drives with | Alexander Yurchenko |
2004-01-15 | ansi and some spaces; no f/c | Alexander Yurchenko |
2003-11-17 | Various cleanups, knf, better debug messages. | Alexander Yurchenko |
2003-11-17 | Don't wait for DRQ after issuing IDENTIFY command; instead check for DRQ | Alexander Yurchenko |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre |
2003-10-17 | Merge an old fix from NetBSD: | Alexander Yurchenko |