summaryrefslogtreecommitdiff
path: root/sys/arch/atari/dev/fd.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-02-08Typos.dholland
2017-10-07Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branchjdolecek
2015-04-26Use C99-style initializers for struct dkdriver.mlelstv
2015-01-02We have three sets of DTYPE_ constants in the kernel:christos
2015-01-01declare errorchristos
2014-12-31make more drivers use disk_ioctl, and add a dev parameter to it so thatchristos
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
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
2010-04-13Misc KNF.tsutsui
2010-04-07Misc KNF.tsutsui
2010-04-07- split device_t/softctsutsui
2010-04-07extern inline -> static inlinetsutsui
2009-10-20Remove 3rd and 4th clause on Leo Weppelman's license. OK leo@.snj
2009-07-31Read AD_CFG_SWITCH via volatile pointer so thattsutsui
2009-07-19Remove extra whitespace added by a dumb tool which replaced bcopy with memcpy.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
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-06-11Use device_private() and device_lookup_privat() to get softc.tsutsui
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-10-17Fix typo: in disk_init() call: fd -> sc.he
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-06Make io_data (char *) rather than adding an extra casttsutsui
2007-03-06More fixes after the caddr_t removal.he
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2005-12-24__asm__ -> __asmperry
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-01-04Spell controller with two ls. Inspired by miod@openbsd.wiz
2003-07-15__KERNEL_RCSID()lukem
2003-05-03DMA, not dma nor Dma.wiz
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-27remove trailing \n in panic(). approved perry.provos