# $NetBSD: Makefile,v 1.1 2017/01/11 12:08:35 joerg Exp $ .include favicon.ico'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-06TAB/spaces/indents cleanup.tsutsui
2022-06-26Use aprint_*(9) for device attach messages.tsutsui
2022-06-26Make local devsw functions static.tsutsui
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-01-03malloc(9) -> kmem(9)thorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
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