Age | Commit message (Expand) | Author |
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 |
2003-10-16 | New flag to mark SATA drives | Alexander Yurchenko |
2003-10-16 | spaces/tabs cleanup | Alexander Yurchenko |
2003-10-16 | Cleanup a bit, more pretty debug messages. | Alexander Yurchenko |
2003-10-16 | Allow setting of wdcdebug*_mask variables via preprocessor defines. | Alexander Yurchenko |
2003-10-16 | Define some SATA fields in the IDENTIFY structure. | Alexander Yurchenko |
2003-09-28 | kill trailing spaces, no functional changes | Alexander Yurchenko |
2003-07-23 | Old Promise ATA controllers need some additional operations | Alexander Yurchenko |
2003-07-20 | Use LBA48 only when accessing blocks after 137Gb limit or using sectors | Alexander Yurchenko |
2003-06-25 | implement new means of manipulating buf queues, bufq. | Ted Unangst |
2003-05-20 | change spaces to tabs so i can mail grange diffs :) | Ted Unangst |
2003-04-14 | revert last change since it causes problems on some devices | Alexander Yurchenko |
2003-04-12 | Don't wait for DRQ after issuing IDENTIFY command. Fix long detecting | Alexander Yurchenko |
2003-04-09 | sprintf->snprintf. miod@, grange@ ok. | Hakan Olsson |
2003-04-06 | Some easy strcpy elimination. | Kenneth R Westerback |
2003-02-28 | Increase IDENTIFY command timeout to 3 sec, as required by some | Alexander Yurchenko |
2003-02-25 | Correct the size of __reserved9 field in struct ataparams; | Alexander Yurchenko |
2003-02-21 | Fix Manuel Bouyer's copyright, from NetBSD | Alexander Yurchenko |
2003-02-13 | Don't force all ATAPI devices to PIO mode 3, there are | Alexander Yurchenko |
2003-01-10 | splio->splbio in comment | Alexander Yurchenko |
2002-12-23 | dev/ata/ata.c should depends on wdc_base since it uses some calls | Alexander Yurchenko |
2002-12-19 | Protect WDCDEBUG_PRINT macro with do {} while (0) | Alexander Yurchenko |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-05-24 | protect biodone with splbio. | Artur Grabowski |
2002-05-03 | LBA48 support. | Grigoriy Orlov |
2002-03-27 | Calculate the maximum queue depth correctly. | Grigoriy Orlov |
2002-03-16 | Use wdc_setdrive | Constantine Sapuntzakis |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-07 | pass the proc* down the ioctl chain to controller; mjacob@ csapuntz@ ok | Michael Shalayeff |
2001-11-28 | Add tag line. Thanks to David Krause | Constantine Sapuntzakis |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-09-21 | Correct some pryntf() usage: get the correct number of arguments in the | Miod Vallat |
2001-09-20 | occured->occurred | Mike Pechkin |
2001-08-06 | Remove legacy __BDEVSW_DUMP_OLD_TYPE code. | Miod Vallat |
2001-07-31 | Go down only one Ultra DMA mode at a time. Thanks to Matt Evans for | Constantine Sapuntzakis |
2001-07-31 | On DMA timeouts, stop busmaster PCIIDE and reset channel. Avoid reading | Constantine Sapuntzakis |
2001-07-21 | Undo last fix to ata_wdc.c. Don't deregister timeout in generic code | Constantine Sapuntzakis |
2001-07-21 | Don't hang on missing interrupts | Constantine Sapuntzakis |