| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge ACPICA 20091112. | jkim | 2009-11-16 | 1 | -1/+1 |
* | Import ACPICA 20090521. | jkim | 2009-06-05 | 1 | -1/+3 |
* | Don't destroy an ACPI device_t for a PCI device and reassign the ACPI | jhb | 2007-10-27 | 1 | -2/+13 |
* | Make the PCI code aware of PCI domains (aka PCI segments) so we can | marius | 2007-09-30 | 1 | -4/+6 |
* | Fixup some comments to allow for the fact that PCI domains are not specific | jhb | 2006-05-11 | 1 | -3/+3 |
* | Make the ACPI and OpenFirmware PCI bus drivers subclasses of the generic | jhb | 2006-01-20 | 1 | -32/+2 |
* | Add a new method PCI_FIND_EXTCAP() to the pci bus interface that is used | jhb | 2005-12-20 | 1 | -0/+1 |
* | Canonize the include of acpi.h. | obrien | 2005-09-11 | 1 | -1/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | Instead of translating PCI to ACPI power states, just use a CTASSERT | njl | 2004-11-29 | 1 | -18/+10 |
* | Add a couple of macros to extract the PCI slot (device) and function from | jhb | 2004-09-22 | 1 | -2/+2 |
* | MPSAFE locking | njl | 2004-08-13 | 1 | -4/+10 |
* | Follow PnP location string change in acpi.c. | takawata | 2004-07-14 | 1 | -1/+1 |
* | Move flags into a private ivar so it can't collide with device flags. | njl | 2004-06-30 | 1 | -2/+25 |
* | Attach the correct handle, not the one that was just deleted. Also, | njl | 2004-06-24 | 1 | -3/+2 |
* | Now that we associate a device_t with ACPI device handles, lookup the | jhb | 2004-06-23 | 1 | -7/+41 |
* | Remove accidental change. | njl | 2004-06-07 | 1 | -1/+1 |
* | Avoid printing extraneous warning messages when trying to switch a device | njl | 2004-06-07 | 1 | -9/+6 |
* | Style cleanups, don't set the device description before the probe routine | njl | 2004-05-29 | 1 | -18/+13 |
* | Make unnecessary globals static and remove unused includes. | njl | 2004-05-06 | 1 | -2/+0 |
* | Fix two typos from PR: 65694 | imp | 2004-04-26 | 1 | -1/+1 |
* | Only try to set the ACPI power state if the handle is valid. There was | njl | 2004-04-14 | 1 | -6/+10 |
* | Add MODULE_DEPEND entries so some of these drivers can eventually be | njl | 2004-04-09 | 1 | -1/+2 |
* | Omnibus PCI commit: | imp | 2004-04-09 | 1 | -2/+2 |
* | Implement an ACPI-aware pci_set_powerstate() method for PCI busses that | jhb | 2004-04-07 | 1 | -15/+45 |
* | Staticize pnp methods, style fixes. Remove unused variable to unbreak | njl | 2004-03-31 | 1 | -5/+5 |
* | Add ACPI path in location string for ACPI namespace aware PCI device. | takawata | 2004-03-31 | 1 | -1/+20 |
* | Change to acpi_{Get,Set}Integer to provide both methods. Convert all | njl | 2004-03-03 | 1 | -1/+1 |
* | Add pci_resume() to reestablish interrupt routing after | iwasaki | 2003-09-17 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -3/+3 |
* | Add a new PCI interface method, assign_interrupt, to determine the | tmm | 2003-07-01 | 1 | -0/+1 |
* | Move the pnp and location info into the common pci bus. Make all known | imp | 2003-02-17 | 1 | -0/+2 |
* | - Make pci_load_vendor_data() static and do it during MOD_LOAD instead of | jhb | 2002-09-04 | 1 | -2/+0 |
* | Add an ACPI PCI bus driver that is a subclass of the generic PCI bus | jhb | 2002-08-26 | 1 | -0/+235 |