summaryrefslogtreecommitdiff
path: root/sys/dev/mca
AgeCommit message (Expand)Author
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2009-09-22Make local functions static.tsutsui
2009-09-21Split device_t/softc. Tested on AHA-1542CF.tsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.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-21add a comment explaining how to regenerate mcadevs.h and mcadevs_data.hjnemeth
2009-01-20Fix obvious errors in conversion to device_t from Wojciech Galazkachristos
2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-10-19Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.apb
2008-08-27device_t changes, pmf, minor knf.christos
2008-06-08Replace device_lookup() with device_lookup_private() on getting softctsutsui
2008-05-04Move to standard TNF 2 clause licensemartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-13Split device_t/softc for MI ncr53c9x and some related devices,tsutsui
2008-04-12Split device_t/softc for MI mb86960, with misc cosmetics.tsutsui
2008-04-08use aprint_*_dev and device_xnamecegger
2008-04-04Split device_t/softc for le(4) and variants and misc cosmetic changes.tsutsui
2008-03-14Split device_t and softc for all com(4) devices (well, everything thatcube
2008-03-12Split device_t and softc for the NE2000 Ethernet chip and all its variantscube
2008-02-29Use pmf_device_register1() instead of shutdownhook_establish() todyoung
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
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-21Replace some uses of lockmgr().ad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-04-12regengarbled
2007-04-12Add the product defines for the cards I intend to write support for. Itgarbled
2007-04-11Remove the define of MCA_MAX_SLOTS from mcareg.h, and includegarbled
2007-04-11Regengarbled
2007-04-11Add a bunch of adapters from my rs6000 to this filegarbled
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-13More -Wunused fallout. sprinkle __unused when possible; otherwise, use thedogcow
2006-10-12- sprinkle __unused on function decls.christos
2006-08-30fix initializerchristos
2006-08-30fix initializerschristos
2006-08-30fix initializer.christos
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-03-29Use device_private().thorpej
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
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-08-26kill some more simple submatch() functions, use config_stdsubmatch()drochner
2005-08-25kill a number of autoconf submatch functions which follow thedrochner