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