summaryrefslogtreecommitdiff
path: root/sys/dev/ofw
AgeCommit message (Expand)Author
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
2005-01-30Eliminate use of M_HASFCS. Use a buffer large enough to receive athorpej
2004-09-25Add support for wedges to the OpenFirmware disk driver.thorpej
2004-04-23use safer string manipulation functionitojun
2004-04-22sprintf -> snprintfitojun
2003-10-22Typo in comment. From OpenBSD.mjl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29'struct proc *' -> 'struct lwp *' as required to get GENERIC for macppc builtdarrenr
2003-05-10Change bounds_check_with_label() to take a pointer to the disk structure,thorpej
2003-05-02Change return type of readdisklabel() to const char *dsl
2003-01-15Zero out the buffer when padding packet to ETHER_MIN_LEN-ETHER_CRC_LENbouyer
2003-01-06compatibility, not compatiblity.wiz
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-11-01implement separate read/write disk statistics:mrg
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-22in ofnet_read(), interpret returns of either -2 or 0 from OF_read() aschs
2002-10-05add missing protos.chs
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Fix a latent bug uncovered by the new autoconfiguration code: makethorpej
2002-09-18use splnet() around the body of ofnet_read(). this is logically thechs
2002-09-18fix error checking in ofdisk_open().chs