summaryrefslogtreecommitdiffstats
path: root/sys/dev/ofw
Commit message (Expand)AuthorAgeFilesLines
* Implement the ALT_BREAK_TO_DEBUGGER option for the ofw console. This is veryharti2003-02-071-0/+18
* Change ofwcons to use the output-device property from the firmware for thejake2003-01-271-2/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-4/+4
* Create the ofwcons device at SI_SUB_CONFIGURE instead of SI_SUB_DRIVERS,jake2002-11-181-6/+15
* Add a pseudo device which allows to access the OpenFirmware device treetmm2002-10-182-0/+389
* Add an #ifdef _KERNEL to make it possible to include this file fromtmm2002-10-181-5/+7
* Add missing semicolongrehan2002-09-201-1/+1
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-201-13/+5
* Basic OpenFirmware disk driver. It will attach to anything in OpenFirmwarebenno2002-04-151-0/+261
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Move the make_dev call from the cn_probe to a sysinit that runs atjake2002-01-091-1/+9
* 1. Lower the poll timeout for the ofw console driver from hz / 50 to hz / 4.jake2002-01-011-2/+2
* 1. Add ofw_pci.h with definitions for the OpenFirmware PCI bindingstmm2001-11-183-0/+143
* KSE Milestone 2julian2001-09-121-5/+5
* Make the openfirmware functions work on 64 bit architectures by usingjake2001-07-312-237/+241
* Quiet uninitialized variable warning (also a bug).jake2001-07-311-0/+2
* Bracket this file in the usual #ifndef/#define/#endif stuff to preventbenno2001-06-271-0/+5
* Garbage collect some debug code.benno2001-06-271-11/+0
* OpenFirmware kernel support, as used by the PowerPC and hopefully otherbenno2001-06-163-7/+357
* OpenFirmware/PowerPC loader, part 2.benno2000-11-102-9/+23
* "Ok, my loader's now up to putting up a prompt. It probes disks partiallyobrien2000-10-162-0/+852
OpenPOWER on IntegriCloud