Age | Commit message (Expand) | Author |
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-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-02-15 | Don't print the error strings returned by readdisklabel(). If you | Kenneth R Westerback |
2007-02-06 | De-register. No object code change. | 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-05-15 | Use FLUSHCACHE EXT instead of FLUSHCACHE for LBA48 operations. | Alexander Yurchenko |
2004-07-06 | Replace magic number with a more descriptive #define. This magic number was | Aaron Campbell |
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-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-10-21 | typos from Tom Cosgrove; | Jason McIntyre |
2003-09-28 | kill trailing spaces, no functional changes | 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-09 | sprintf->snprintf. miod@, grange@ ok. | Hakan Olsson |
2003-04-06 | Some easy strcpy elimination. | Kenneth R Westerback |
2003-02-21 | Fix Manuel Bouyer's copyright, from NetBSD | Alexander Yurchenko |
2002-12-19 | Protect WDCDEBUG_PRINT macro with do {} while (0) | Alexander Yurchenko |
2002-05-24 | protect biodone with splbio. | Artur Grabowski |
2002-05-03 | LBA48 support. | Grigoriy Orlov |
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-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
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-12 | extra wddone caused biodone panics occasionally | Constantine Sapuntzakis |
2001-04-30 | Move ioctl stuff to low-level driver | Constantine Sapuntzakis |
2001-04-02 | ATA_POLL should have been AT_POLL | Constantine Sapuntzakis |