aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ofw
Commit message (Expand)AuthorAgeFilesLines
* Add missing semicolonPeter Grehan2002-09-201-1/+1
* (This commit touches about 15 disk device drivers in a very consistentPoul-Henning Kamp2002-09-201-13/+5
* Basic OpenFirmware disk driver. It will attach to anything in OpenFirmwareBenno Rice2002-04-151-0/+261
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Move the make_dev call from the cn_probe to a sysinit that runs atJake Burkholder2002-01-091-1/+9
* 1. Lower the poll timeout for the ofw console driver from hz / 50 to hz / 4.Jake Burkholder2002-01-011-2/+2
* 1. Add ofw_pci.h with definitions for the OpenFirmware PCI bindingsThomas Moestl2001-11-183-0/+143
* KSE Milestone 2Julian Elischer2001-09-121-5/+5
* Make the openfirmware functions work on 64 bit architectures by usingJake Burkholder2001-07-312-237/+241
* Quiet uninitialized variable warning (also a bug).Jake Burkholder2001-07-311-0/+2
* Bracket this file in the usual #ifndef/#define/#endif stuff to preventBenno Rice2001-06-271-0/+5
* Garbage collect some debug code.Benno Rice2001-06-271-11/+0
* OpenFirmware kernel support, as used by the PowerPC and hopefully otherBenno Rice2001-06-163-7/+357
* OpenFirmware/PowerPC loader, part 2.Benno Rice2000-11-102-9/+23
* "Ok, my loader's now up to putting up a prompt. It probes disks partiallyDavid E. O'Brien2000-10-162-0/+852