summaryrefslogtreecommitdiff
path: root/sys/arch/atari/dev/hdfd.c
AgeCommit message (Expand)Author
2019-06-29Make local functions static.tsutsui
2019-02-08make *fd*.c's fd_dev_to_type() always a static inline. somemrg
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2015-12-08Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead ofchristos
2015-04-26Use C99-style initializers for struct dkdriver.mlelstv
2015-01-02We have three sets of DTYPE_ constants in the kernel:christos
2014-12-31make more drivers use disk_ioctl, and add a dev parameter to it so thatchristos
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-25Add d_discard to all struct bdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-10Split device_t/softc. Compile test only.tsutsui
2010-04-13Misc KNF.tsutsui
2010-04-13Include "ioconf.h" to declare struct cfdriver foo_cd.tsutsui
2009-07-08Merge local <atari/atari/intr.h> into common <machine/intr.h>.tsutsui
2009-03-18bzero -> memsetcegger
2009-03-17Re-balance parenthesis in a couple of places.he
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt
2008-12-18Correct two typos and remove a now-unused variable to make thishe
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-06-13use device_lookup_private to get softccegger
2008-01-03Fix a cv_timedwait() usage after the vmlocking2 merge, and removehe
2008-01-02Merge vmlocking2 to head.ad
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