Age | Commit message (Expand) | Author |
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-06-28 | Move disk_attach() to the end of the attach functions, at which point the | Joel Sing |
2010-06-07 | partial backout of 1.81 as invoking standby in shutdown | Jonathan Gray |
2010-05-26 | Reintroduce bufqs. A few changes since it was backed out after some good | Thordur I. Bjornsson |
2010-05-24 | Flush cache before suspend. | Mark Kettenis |
2010-05-23 | Place drive in standby mode before shutdown. Avoids the loud click heard on | Mark Kettenis |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2010-04-11 | Send "STANDBY IMMEDIATE" command to ATA disks upon suspend. For this to work, | Mark Kettenis |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-08-13 | Replace the error strings that were being passed around with much simpler | Theo de Raadt |
2009-06-17 | Revert bufq's. this is inline with the major midlayer reverts that | Thordur I. Bjornsson |
2009-06-03 | add a flexible buffer queue (bufq) api, based on the never used | Thordur I. Bjornsson |
2008-11-08 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-06-27 | More removal of clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-15 | Don't bypass partition bounds check for RAW_PART. We now guarantee that | Kenneth R Westerback |
2008-02-07 | enable DMA for 1-sector devices (i.e. most flash devices). | Stuart Henderson |
2007-12-05 | Switch set features commands to use wdc_exec_command() to allow | Jonathan Gray |
2007-11-26 | Enable read ahead and write cache enable if supported by | Jonathan Gray |
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-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 |