summaryrefslogtreecommitdiff
path: root/sys/dev/ofw
AgeCommit message (Expand)Author
2010-08-08remove an unused variable.chs
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-02-28Interpret the "reg" property of i2c nodes more liberal, and dependingmartin
2010-02-28Supporting cast for i2c direct configuration on OF machinesmartin
2010-01-21fix a ref counting leakmartin
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-11-11add another convenience function - of_get_mode_string() to extract a Sun-likemacallan
2009-05-29Pass correct argument to q_to_b().rjs
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-20Correct bungled bcopy() -> memcpy() conversioncegger
2009-03-18bcopy -> memcpycegger
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-01-03remove extra semicolons.yamt
2008-11-07*** Summary ***dyoung
2008-06-12use device_lookup_private to get softccegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2007-12-25Convert many of the uses of __attribute__ to equivalentperry
2007-11-19- Factor out too many copies of the same bit of tty code.ad
2007-11-07Add three new MI functions taken from macppc/autoconf.c:garbled
2007-10-25Add a new convenience function, of_find_firstchild_byname(), and applygarbled
2007-10-18Initialise the callbacks for tty.t_rstrt_ch in ttymallocjoerg
2007-10-17Correct the order of the arguments to disk_init().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-21Replace some uses of lockmgr().ad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-08Fix more caddr_t -> void * lossagematt
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-28enable ioctl(OFIOCSET) so eeprom can actually change PROM settings onmacallan
2007-01-29Remove more duplicate headers.hubertf
2007-01-20Unify the declaration of OF_interpret() between sparc{,64} and macppche
2007-01-08pull in ofw_subr.c with openfirm so we can use stuff like of_compatible()macallan
2006-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks!elad
2006-09-13Convert shark and ofppc to new common ofrtc and MI todr code. Testedgdamore
2006-07-21- Use the LWP cached credentials where sane.ad
2006-06-14G/c struct ofbus_softc. Last use (in sys/arch/powerpc/powerpc/ofw_machdep.c)uwe
2006-05-15- include kauth.h for kauth_authorize_generic.yamt
2006-05-14integrate kauth.elad
2006-03-29Use device_private().thorpej
2006-03-28Use device_unit().thorpej
2005-12-11merge ktrace-lwp.christos
2005-06-09Now that OF_read and OF_write have different signatures, we need tohe
2005-05-31sprinkle const.christos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry