summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Instead of translating PCI to ACPI power states, just use a CTASSERTnjl2004-11-291-18/+10
* Add a couple of macros to extract the PCI slot (device) and function fromjhb2004-09-221-2/+2
* MPSAFE lockingnjl2004-08-131-4/+10
* Follow PnP location string change in acpi.c.takawata2004-07-141-1/+1
* Move flags into a private ivar so it can't collide with device flags.njl2004-06-301-2/+25
* Attach the correct handle, not the one that was just deleted. Also,njl2004-06-241-3/+2
* Now that we associate a device_t with ACPI device handles, lookup thejhb2004-06-231-7/+41
* Remove accidental change.njl2004-06-071-1/+1
* Avoid printing extraneous warning messages when trying to switch a devicenjl2004-06-071-9/+6
* Style cleanups, don't set the device description before the probe routinenjl2004-05-291-18/+13
* Make unnecessary globals static and remove unused includes.njl2004-05-061-2/+0
* Fix two typos from PR: 65694imp2004-04-261-1/+1
* Only try to set the ACPI power state if the handle is valid. There wasnjl2004-04-141-6/+10
* Add MODULE_DEPEND entries so some of these drivers can eventually benjl2004-04-091-1/+2
* Omnibus PCI commit:imp2004-04-091-2/+2
* Implement an ACPI-aware pci_set_powerstate() method for PCI busses thatjhb2004-04-071-15/+45
* Staticize pnp methods, style fixes. Remove unused variable to unbreaknjl2004-03-311-5/+5
* Add ACPI path in location string for ACPI namespace aware PCI device.takawata2004-03-311-1/+20
* Change to acpi_{Get,Set}Integer to provide both methods. Convert allnjl2004-03-031-1/+1
* Add pci_resume() to reestablish interrupt routing afteriwasaki2003-09-171-1/+1
* Use __FBSDID().obrien2003-08-241-3/+3
* Add a new PCI interface method, assign_interrupt, to determine thetmm2003-07-011-0/+1
* Move the pnp and location info into the common pci bus. Make all knownimp2003-02-171-0/+2
* - Make pci_load_vendor_data() static and do it during MOD_LOAD instead ofjhb2002-09-041-2/+0
* Add an ACPI PCI bus driver that is a subclass of the generic PCI busjhb2002-08-261-0/+235
OpenPOWER on IntegriCloud