aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ofw/openfirm.c
Commit message (Expand)AuthorAgeFilesLines
* Using the ptr defines broke the powerpc build - convert set_mmfsa to the sameKip Macy2006-10-111-2/+2
* kernel clean up to make the sun4v kernel buildKip Macy2006-10-091-0/+33
* Remove unused function and variables.Marius Strobl2005-11-221-19/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-2/+2
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingMarius Strobl2004-08-161-3/+3
* - Rearrange a comment to fit in 80 chars per line, like the rest of thisMarius Strobl2004-05-221-4/+4
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Implement OF_interpret.Jake Burkholder2003-06-071-0/+32
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* 1. Add ofw_pci.h with definitions for the OpenFirmware PCI bindingsThomas Moestl2001-11-181-0/+28
* Make the openfirmware functions work on 64 bit architectures by usingJake Burkholder2001-07-311-235/+237
* Garbage collect some debug code.Benno Rice2001-06-271-11/+0
* OpenFirmware kernel support, as used by the PowerPC and hopefully otherBenno Rice2001-06-161-6/+41
* OpenFirmware/PowerPC loader, part 2.Benno Rice2000-11-101-6/+20
* "Ok, my loader's now up to putting up a prompt. It probes disks partiallyDavid E. O'Brien2000-10-161-0/+733