| Age | Commit message (Expand) | Author |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-09-27 | Fix a non-fatal race condition. | mycroft |
| 2003-09-25 | Modify the fdcattach() interface again, splitting it into two parts, so that | mycroft |
| 2003-09-25 | Do fd probing after interrupts are enabled, and use tsleep() for delays. | mycroft |
| 2003-09-23 | Small changes -- if your controller clears DRV_BUSY when recalibrate completes, | mycroft |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-12 | nuke unnecessary #include <sys/dkstat.h> | drochner |
| 2003-05-09 | A few ISA sound drivers like to share dma channels, and hence deferred | fvdl |
| 2003-02-26 | Make this work as fdisa again on the Atari/Milan. | leo |
| 2003-02-25 | Add missing splbio() protecting of bufpool access. Add a clarifying | thorpej |
| 2003-02-25 | Add a new BUF_INIT() macro which initializes b_dep and b_interlock, and | thorpej |
| 2003-02-05 | Remove unused variable. | pk |
| 2003-02-05 | Make the buffer cache code MP-safe. | pk |
| 2003-01-25 | Fix further printf format warnings for DEBUG, in the wake of daddr_t | kleink |
| 2003-01-25 | Use PRId64 instead of hard coding "%lld" to fix build problems under | tron |
| 2003-01-25 | Fix printf() format strings problems caused by "daddr_t" change. | tron |
| 2003-01-08 | Support for 'plug and play' of floppy drives, to be used soon by the | jmcneill |
| 2003-01-01 | Use aprint_normal() in 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 | Fix sizeof and whitespace bug from the script I'm using to do the | thorpej |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-11 | Fix signed/unsigned comparison warnings from gcc 3.3. | thorpej |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-07-24 | Convert to new device buffer queue interface. | hannken |
| 2002-06-26 | Add evbmips to the list of platforms supported by this driver. | simonb |
| 2002-03-10 | use TAILQ_FIRST()/TAILQ_NEXT()/TAILQ_EMPTY macros rather than dereferencing | jdolecek |
| 2002-01-12 | Call malloc(9) with M_ZERO flag instead of memset() after malloc(). | tsutsui |
| 2001-12-29 | Add a case for x86_64. | thorpej |
| 2001-11-13 | add RCSID | lukem |
| 2001-07-08 | Correct various misspellings of 'transfer' and inflected forms. | wiz |
| 2001-06-07 | Compile on sandpoint. | briggs |
| 2001-05-27 | Add support for the Algorithmics ISA floppy controller. | thorpej |
| 2001-05-19 | space/TAB cosmetics | tsutsui |
| 2001-03-16 | Some minor, atari only, changes to make this work on the Milan: | leo |
| 2001-01-18 | constify | jdolecek |
| 2001-01-08 | Return error in the case of using ODIOCGDINFO or ODIOCGDEFLABEL when | fvdl |
| 2001-01-07 | Adapt all disk devices in MI directories to handle ODIOC* calls | fvdl |
| 2000-12-17 | In fdcattach() reset the controller before moving on as some probes (ala pnpb... | jmc |
| 2000-11-27 | Add prep support. change all __foo__ to foo. We don't __foo__ in the kernel | matt |
| 2000-08-24 | In fdioctl(), allocate fd_formb dynamically when needed, rather than on | nathanw |
| 2000-07-06 | Use device_lookup(). | thorpej |
| 2000-06-28 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-05-11 | MI part of MicroChannel Architecture bus support | jdolecek |
| 2000-05-02 | Nuke some dead code. | thorpej |
| 2000-04-23 | Carve off the ISA configuration bits from the floppy driver. Driver is | thorpej |
| 2000-04-07 | Use separate callouts for motor-on and motor-off. Fixes a condition | thorpej |