| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 2 | -13/+0 |
| * | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 3 | -2/+6 |
| * | Device megapatch 3/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -3/+1 |
| * | Device megapatch 1/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -3/+1 |
| * | Change the disk(9) API in order to make device removal more robust. | Poul-Henning Kamp | 2004-02-18 | 1 | -10/+13 |
| * | - add an identify method, since the disk device used to be picked | Peter Grehan | 2004-02-04 | 1 | -3/+29 |
| * | - The last change conflicted with disks on a live system, as opposed to | Peter Grehan | 2003-12-15 | 1 | -3/+9 |
| * | - accept device_type of "block", which is how psim/gdb6.0 defines | Peter Grehan | 2003-12-12 | 1 | -7/+2 |
| * | Use bio_offset instead of bio_blkno | Poul-Henning Kamp | 2003-10-18 | 1 | -2/+1 |
| * | Only create the ofwcons device nodes if it has been initialized, not | Jake Burkholder | 2003-09-28 | 1 | -1/+2 |
| * | Make ofw_console a low priority console device, so that uart will be | Jake Burkholder | 2003-09-28 | 1 | -1/+1 |
| * | The present defaults for the open and close for device drivers which | Poul-Henning Kamp | 2003-09-27 | 1 | -2/+0 |
| * | OK, I messed up /dev/console with what I had hoped would be compat | Poul-Henning Kamp | 2003-09-26 | 1 | -4/+4 |
| * | Initialize the cn_name instead of the cn_dev | Poul-Henning Kamp | 2003-09-26 | 1 | -1/+2 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 5 | -4/+15 |
| * | Add a solaris compatible ofw interface for third party software that | Jake Burkholder | 2003-06-19 | 2 | -0/+264 |
| * | - Add an OFIOCGETPROPLEN ioctl() to get the length of a property. | Thomas Moestl | 2003-06-11 | 2 | -13/+12 |
| * | Implement OF_interpret. | Jake Burkholder | 2003-06-07 | 2 | -2/+34 |
| * | Use __FBSDID rather than rcsid[]. | David E. O'Brien | 2003-04-03 | 1 | -4/+2 |
| * | <sys/disk.h> -> <geom/geom_disk.h> | Dag-Erling Smørgrav | 2003-04-03 | 1 | -1/+1 |
| * | Centralize the devstat handling for all GEOM disk device drivers | Poul-Henning Kamp | 2003-03-08 | 1 | -1/+1 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 2 | -27/+13 |
| * | NO_GEOM cleanup: | Poul-Henning Kamp | 2003-02-23 | 1 | -91/+27 |
| * | Change the console interface to pass a "struct consdev *" instead of a | Poul-Henning Kamp | 2003-02-20 | 1 | -5/+5 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 2 | -4/+4 |
| * | Implement the ALT_BREAK_TO_DEBUGGER option for the ofw console. This is very | Hartmut Brandt | 2003-02-07 | 1 | -0/+18 |
| * | Change ofwcons to use the output-device property from the firmware for the | Jake Burkholder | 2003-01-27 | 1 | -2/+3 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 2 | -4/+4 |
| * | Create the ofwcons device at SI_SUB_CONFIGURE instead of SI_SUB_DRIVERS, | Jake Burkholder | 2002-11-18 | 1 | -5/+14 |
| * | Add a pseudo device which allows to access the OpenFirmware device tree | Thomas Moestl | 2002-10-18 | 2 | -0/+389 |
| * | Add an #ifdef _KERNEL to make it possible to include this file from | Thomas Moestl | 2002-10-18 | 1 | -5/+7 |
| * | Add missing semicolon | Peter Grehan | 2002-09-20 | 1 | -1/+1 |
| * | (This commit touches about 15 disk device drivers in a very consistent | Poul-Henning Kamp | 2002-09-20 | 1 | -13/+5 |
| * | Basic OpenFirmware disk driver. It will attach to anything in OpenFirmware | Benno Rice | 2002-04-15 | 1 | -0/+261 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |
| * | Move the make_dev call from the cn_probe to a sysinit that runs at | Jake Burkholder | 2002-01-09 | 1 | -1/+9 |
| * | 1. Lower the poll timeout for the ofw console driver from hz / 50 to hz / 4. | Jake Burkholder | 2002-01-01 | 1 | -2/+2 |
| * | 1. Add ofw_pci.h with definitions for the OpenFirmware PCI bindings | Thomas Moestl | 2001-11-18 | 3 | -0/+143 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -5/+5 |
| * | Make the openfirmware functions work on 64 bit architectures by using | Jake Burkholder | 2001-07-31 | 2 | -237/+241 |
| * | Quiet uninitialized variable warning (also a bug). | Jake Burkholder | 2001-07-31 | 1 | -0/+2 |
| * | Bracket this file in the usual #ifndef/#define/#endif stuff to prevent | Benno Rice | 2001-06-27 | 1 | -0/+5 |
| * | Garbage collect some debug code. | Benno Rice | 2001-06-27 | 1 | -11/+0 |
| * | OpenFirmware kernel support, as used by the PowerPC and hopefully other | Benno Rice | 2001-06-16 | 3 | -7/+357 |
| * | OpenFirmware/PowerPC loader, part 2. | Benno Rice | 2000-11-10 | 2 | -9/+23 |
| * | "Ok, my loader's now up to putting up a prompt. It probes disks partially | David E. O'Brien | 2000-10-16 | 2 | -0/+852 |