summaryrefslogtreecommitdiff
path: root/sys/dev/ofw
Commit message (Expand)AuthorAgeFilesLines
* Use bio_offset instead of bio_blknoPoul-Henning Kamp2003-10-181-2/+1
* Only create the ofwcons device nodes if it has been initialized, notJake Burkholder2003-09-281-1/+2
* Make ofw_console a low priority console device, so that uart will beJake Burkholder2003-09-281-1/+1
* The present defaults for the open and close for device drivers whichPoul-Henning Kamp2003-09-271-2/+0
* OK, I messed up /dev/console with what I had hoped would be compatPoul-Henning Kamp2003-09-261-4/+4
* Initialize the cn_name instead of the cn_devPoul-Henning Kamp2003-09-261-1/+2
* Use __FBSDID().David E. O'Brien2003-08-245-4/+15
* Add a solaris compatible ofw interface for third party software thatJake Burkholder2003-06-192-0/+264
* - Add an OFIOCGETPROPLEN ioctl() to get the length of a property.Thomas Moestl2003-06-112-13/+12
* Implement OF_interpret.Jake Burkholder2003-06-072-2/+34
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-031-4/+2
* <sys/disk.h> -> <geom/geom_disk.h>Dag-Erling Smørgrav2003-04-031-1/+1
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-032-27/+13
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-231-91/+27
* Change the console interface to pass a "struct consdev *" instead of aPoul-Henning Kamp2003-02-201-5/+5
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-192-4/+4
* Implement the ALT_BREAK_TO_DEBUGGER option for the ofw console. This is veryHartmut Brandt2003-02-071-0/+18
* Change ofwcons to use the output-device property from the firmware for theJake Burkholder2003-01-271-2/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-212-4/+4
* Create the ofwcons device at SI_SUB_CONFIGURE instead of SI_SUB_DRIVERS,Jake Burkholder2002-11-181-5/+14
* Add a pseudo device which allows to access the OpenFirmware device treeThomas Moestl2002-10-182-0/+389
* Add an #ifdef _KERNEL to make it possible to include this file fromThomas Moestl2002-10-181-5/+7
* 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