summaryrefslogtreecommitdiff
path: root/sys/dev/ofw/openfirm.h
AgeCommit message (Expand)Author
2010-02-28Interpret the "reg" property of i2c nodes more liberal, and dependingmartin
2010-02-28Supporting cast for i2c direct configuration on OF machinesmartin
2009-11-11add another convenience function - of_get_mode_string() to extract a Sun-likemacallan
2007-12-25Convert many of the uses of __attribute__ to equivalentperry
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-01-20Unify the declaration of OF_interpret() between sparc{,64} and macppche
2006-06-14G/c struct ofbus_softc. Last use (in sys/arch/powerpc/powerpc/ofw_machdep.c)uwe
2005-12-11merge ktrace-lwp.christos
2005-05-31sprinkle const.christos
2002-10-05add missing protos.chs
2002-09-18implement device_register() for ofppc.chs
2001-06-19Don't use argument names in function declarations.simonb
2001-06-10Rename ofb_softc to ofbus_softc. (XXX Is this good name?)tsubai
2000-11-15OF_nextprop: make OUT argument type `void *'pk
2000-11-14Add OF_nextprop and OF_setprop prototypes.matt
2000-11-14de __P'd.matt
1999-03-10oops, fix previous.mrg
1999-03-09no need to use __P inside __P.mrg
1999-02-03Update last prototyping change.pk
1999-02-02Make this pass the `strict prototype' test.pk
1998-07-22Add common OpenFirmware network interface functions. Currently supportsthorpej
1998-02-24Several things:mycroft
1998-02-03s/of_nodename/of_packagename/. Eventually, we'll probably want somethingcgd
1998-02-02add a prototype for of_nodename(), a function to stuff the lastcgd
1998-02-02Prototype OF_getproplen().thorpej
1998-01-28prototype of_compatiblecgd
1998-01-26clean up for other changes (removal of ofnmmatch(), addition ofcgd
1996-09-30PowerPC portws