| Age | Commit message (Expand) | Author |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-10-08 | Merge disk init changes from the vmlocking branch. These seperate init / | ad |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-06 | Treat bus_space_handle_t as opaque, and use bus_space_vaddr(9) to | tsutsui |
| 2007-03-06 | Add (char *) cast to appease -Wpointer-arith. | tsutsui |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-15 | Rename the B_XXX flag to B_DEVPRIVATE flag since it was never used for | reinoud |
| 2007-01-24 | Remove duplicate #includes, patch contributed in private mail | hubertf |
| 2006-04-14 | Make i/o statistics collection more generic, include tape drives and | blymn |
| 2006-02-23 | Use device_parent(). | thorpej |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-15 | - change the way to specify a bufq strategy. (by string rather than by number) | yamt |
| 2005-06-04 | Adapt to compiling with -Wshadow and -Wcast-qual, by adding const | he |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2004-03-25 | Licence cleanup (suggested by wiz). | leo |
| 2003-09-29 | Cast through (void *) to appease gcc3. | cl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-06-18 | don't #include <sys/dkstat.h> where it is (appearently) unused | drochner |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-02-02 | Fix printf format for typ daddr_t. | thomas |
| 2003-01-01 | Use aprint_normal() for cfprint routines. | thorpej |
| 2002-11-01 | implement separate read/write disk statistics: | mrg |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-08-10 | Convert to new device buffer queue interface. | hannken |
| 2001-11-21 | Explicitly write explicitly without a second e. | wiz |
| 2001-07-08 | Correct various misspellings of 'transfer' and inflected forms. | wiz |
| 2000-08-29 | Now that formatting works (Thanks Nathan!), it shows that spec_read() is | leo |
| 2000-08-24 | In fdioctl(), allocate fd_formb dynamically when needed, rather than on | nathanw |
| 2000-06-29 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-05-16 | Nuke dk_establish() from orbit except from those ports which still use | thorpej |
| 2000-05-09 | Add some {u}vm includes for the sake of PHOLD(). | leo |
| 2000-04-07 | Use separate callouts for motor-on and motor-off. Fixes a condition | thorpej |
| 2000-03-29 | Nuke a bunch of cf_unit abuses. | leo |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-02-07 | Fix a bug in disksort_*() which caused non-optimal ordering when multiple | thorpej |
| 2000-01-21 | Update for sys/buf.h/disksort_*() changes. | thorpej |
| 1999-10-22 | Limit the io-region mapped by this driver to the part actually used. | leo |
| 1999-10-21 | implement DIOCSDINFO. | leo |
| 1999-08-06 | Change the way that bit's are cleared in the InterruptPending register of | leo |
| 1999-05-04 | If the floppy has no label, fake one. | leo |
| 1998-11-20 | If the disklabel on the floppy says that there are more tracks and sectors | leo |
| 1998-10-06 | Some DEBUG fixups | leo |
| 1998-07-04 | defopt DDB. | jonathan |
| 1998-04-10 | Major overhaul of the atari bus_space implementation. | leo |