summaryrefslogtreecommitdiff
path: root/sys/dev/ofw
AgeCommit message (Expand)Author
2007-10-14Implement OF_getproplen().Mark Kettenis
2007-06-01remove ofw devices which we don't use; that way of mixing devices is crazyTheo de Raadt
2007-06-01Don't initialize d_partitions[RAW_DISK] just before callingKenneth R Westerback
2007-05-28Art left a trailing quote as an easter egg in this file five years ago. CanMiod Vallat
2007-04-30Replace another expansion of DISKLABELDEV with the define itself.Kenneth R Westerback
2007-04-29Replace expansions of DISKLABELDEV() with DISKLABELDEV(). Shorter, andKenneth R Westerback
2006-03-15Nuke dk_establish(), no longer used.Miod Vallat
2005-03-08Cosmetics...Thierry Deval
2004-11-29knf/ansi. No binary change.Jonathan Gray
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@Jonathan Gray
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.Ted Unangst
2004-01-11Add new getnodebyname interface as OF_getnodebyname to openfirmware, fromDale Rahn
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
2003-10-31cleanup some OF bits, macppc specific bits in ofbus.c and with brokenDale Rahn
2003-10-22typo from Tom Cosgrove;Jason McIntyre
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-04-06strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64.Hakan Olsson
2002-05-24More splbio around biodone protection.Artur Grabowski
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-12sync with KAMEKenjiro Cho
2001-08-24Compile cleanup, systype is not currently used, so ifdef it.Dale Rahn
2001-08-24make ofprint useable, do carriage return on newline,Dale Rahn
2001-08-24Fix the typos in the timeout replacement.Dale Rahn
2001-08-22sparc64 pci needs this.Artur Grabowski
2001-08-21Remove gcc warnings. Ok drahn@Matthieu Herrb
2001-08-21Prototype correctly so this builds with -Wstrict-prototypes.Dale Rahn
2001-08-19setprop and nextpropArtur Grabowski
2001-08-08New timeouts, drahn@ sez go ahead.Miod Vallat
2001-06-25prototype OF_interpret(), more cleanup.Dale Rahn
2001-06-25ether_input_mbuf().Federico G. Schwindt
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2000-10-16configuration changes to enable the uni-north memory controller to enableDale Rahn
2000-08-08quietTheo de Raadt
2000-07-19Use t_rstrt_to for ttrstrt timeout.Artur Grabowski
2000-03-31Quiet down the boot for powerpc, do not print openfirmware devices notDale S. Rahn
2000-01-15use model instead of name, more constistant with determining machine type.Dale S. Rahn
1999-10-28Sync up with some piece of reality, start supporting powerpc again.Dale S. Rahn
1998-10-03Add a "spoofonly" argument to readdisklabel() which will be used toTodd C. Miller
1998-09-20Change openfirmware to not try to configure a device on sd or wdDale S. Rahn
1998-09-09fall back to openfirmware interrupt processing, might be overriddenDale S. Rahn
1998-08-22Allow ofroot to be child of mainbus or root.Dale S. Rahn
1998-06-28make the openfirmware clock reading routine compatible with theDale S. Rahn
1997-11-07$OpenBSD$Niklas Hallqvist
1997-08-08Change the bounds_check_with_label API to also take a cpu_disklabelNiklas Hallqvist
1996-12-23Import of Openfirmware device drivers for PowerPC port.Dale S. Rahn