| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the rid for any resource obtained from rman_resource_reserve. | Warner Losh | 2006-04-20 | 4 | -0/+4 |
* | Convert to use the recently introduced set of ofw_bus_gen_get_*() for | Marius Strobl | 2005-12-03 | 2 | -93/+40 |
* | The end values passed to rman_manage_region() for PCI i/o and mem | Peter Grehan | 2005-05-29 | 1 | -2/+2 |
* | Remove incorrect configuration setting that limited the Kauai ATA controller | Peter Grehan | 2005-05-14 | 1 | -1/+1 |
* | Catch up with latest ATA newbus commits. | Peter Grehan | 2005-05-01 | 2 | -4/+4 |
* | Get order right when initializing task file bus resources. ATA drives are | Peter Grehan | 2005-04-20 | 2 | -4/+4 |
* | Catch up with ATA mkIII definitions for registers that have different | Peter Grehan | 2005-04-18 | 2 | -2/+4 |
* | Introduce channel-level setmode newbus method. | Peter Grehan | 2005-04-01 | 2 | -0/+25 |
* | Catch up with ATA-mkIII | Peter Grehan | 2005-03-31 | 2 | -36/+2 |
* | - allow a device hint to disable probing a slot on a Uninorth PCI bus. | Peter Grehan | 2005-01-11 | 1 | -5/+12 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 12 | -12/+12 |
* | Return correct value in the lock routine. | Peter Grehan | 2005-01-07 | 1 | -2/+2 |
* | Stay up to date with the latest ATA developments, where | Suleiman Souhlal | 2004-11-02 | 2 | -2/+4 |
* | Add sc_iostart to softc and unbreak the build. | Andrew Gallatin | 2004-09-27 | 1 | -0/+1 |
* | Add support for i/o-ports. This was cut and pasted from grackle.c | Andrew Gallatin | 2004-09-26 | 1 | -3/+26 |
* | Instead of "OpenFirmware", "openfirmware", etc. use the official spelling | Marius Strobl | 2004-08-16 | 4 | -5/+5 |
* | - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a | Marius Strobl | 2004-08-12 | 5 | -87/+79 |
* | - Use the rman_get_* functions instead of reaching into struct resource. | Marius Strobl | 2004-08-11 | 5 | -11/+8 |
* | Make this compile: add sys/module.h and KDBify. | Andrew Gallatin | 2004-07-22 | 1 | -5/+3 |
* | Catch up with __RMAN_RESOURCE_VISIBLE change | Peter Grehan | 2004-07-01 | 5 | -0/+15 |
* | Move soft structs back to C files to avoid exposing rman fields | Peter Grehan | 2004-07-01 | 1 | -11/+1 |
* | Catchup to now-required <sys/module.h> for PowerPC | Peter Grehan | 2004-06-25 | 5 | -0/+5 |
* | - Catch up with recent ATA changes. | Peter Grehan | 2004-04-23 | 2 | -6/+9 |
* | Match the specific MPC106 host bridge PCI ID rather than all | Peter Grehan | 2004-04-01 | 1 | -6/+3 |
* | The end argument to bus_alloc_resource() should have been ~0 and | Peter Grehan | 2004-03-31 | 1 | -2/+1 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 2 | -2/+2 |
* | Bring to working PIO state. | Peter Grehan | 2004-02-29 | 1 | -3/+12 |
* | Work-in-progress for the 'Kauai' ATA device in Mac notebooks. The | Peter Grehan | 2004-02-12 | 1 | -0/+190 |
* | - remove trailing whitespace | Peter Grehan | 2004-02-11 | 1 | -11/+13 |
* | - removed debug printf that was a false positive on non-OpenPIC systems | Peter Grehan | 2004-02-04 | 1 | -7/+5 |
* | Use device alias "mpic" to locate the macio OpenPIC. This works | Peter Grehan | 2004-02-03 | 1 | -6/+5 |
* | Catch up with ATA UMA changes | Peter Grehan | 2004-01-15 | 1 | -0/+1 |
* | Use a device identify entry point to attach to nexus, since the | Peter Grehan | 2004-01-13 | 1 | -9/+27 |
* | Make the OpenPic driver bus-independent, with attachments for | Peter Grehan | 2004-01-13 | 1 | -0/+231 |
* | Catch up with ATA changes by including <sys/sema.h> | Peter Grehan | 2004-01-13 | 1 | -0/+1 |
* | imac revA-D and beige G3 OpenFirmware uses the "ide" string for | Peter Grehan | 2003-12-10 | 1 | -1/+2 |
* | Widen the enable/disable helper function's argument in line with the | Peter Wemm | 2003-11-17 | 1 | -4/+4 |
* | ATAng requires <sys/taskqueue.h> | Peter Grehan | 2003-09-22 | 1 | -0/+1 |
* | Allow the interrupt controller to be probed - this picks up the | Peter Grehan | 2003-06-29 | 1 | -1/+0 |
* | A module to handle the interrupt controller on Heathrow/Paddington | Peter Grehan | 2003-06-28 | 2 | -0/+545 |
* | A module for the Motorola MPC106 system controller aka 'Grackle' | Peter Grehan | 2003-06-28 | 2 | -0/+622 |
* | Vastly simplify the macio ATA attachment, now that the register file | Peter Grehan | 2003-04-18 | 1 | -225/+42 |
* | Remove sparse addressing hack. The macio ATA driver no longer requires | Peter Grehan | 2003-04-18 | 2 | -5/+0 |
* | - Add PCI ID for Paddington i/o controller, used in old G3's | Peter Grehan | 2003-03-20 | 1 | -2/+4 |
* | Catch up with ATAng changes | Peter Grehan | 2003-02-24 | 1 | -10/+14 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
* | Oops. Include opt_ddb.h. | Benno Rice | 2003-02-06 | 1 | -0/+2 |
* | Add a driver that attaches to the gpio node of macio and allows you to enter | Benno Rice | 2003-02-06 | 2 | -1/+143 |
* | Add a cast to silence a warning. | Benno Rice | 2003-02-06 | 1 | -1/+1 |
* | If a device tries to allocate an interrupt that's not on it's resource list, | Benno Rice | 2003-02-06 | 1 | -0/+16 |