summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_pcib_acpi.c
Commit message (Expand)AuthorAgeFilesLines
* Add a new method to the PCI bridge interface, PCIB_POWER_FOR_SLEEP(). Thisjhb2010-08-171-0/+1
* - Retire acpi_pcib_resume(). It is has just been an alias forjhb2010-08-051-9/+1
* Catch up with ACPICA 20090903.jkim2009-09-111-5/+9
* Match PCI Express root bridge _HID directly instead ofjkim2009-07-131-1/+1
* Rework the _BBN handling for Host-PCI bridges. Previously we only trustedjhb2009-06-091-18/+25
* Import ACPICA 20090521.jkim2009-06-051-1/+3
* pcib_read_config and pcib_write_config take u_int params.imp2009-02-051-8/+9
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-301-0/+5
* Revamp the MSI/MSI-X code a bit to achieve two main goals:jhb2007-05-021-4/+16
* Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.jhb2007-01-221-0/+1
* Give Host-PCI bridge drivers their own pcib_alloc_msi() andjhb2006-12-121-2/+26
* First cut at MI support for PCI Message Signalled Interrupts (MSI):jhb2006-11-131-0/+4
* - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all thejhb2006-01-061-5/+3
* Commit a workaround to a problem with resource allocation. This helpsimp2005-09-161-0/+2
* Canonize the include of acpi.h.obrien2005-09-111-1/+1
* Fix SCM ID's.obrien2005-03-021-2/+4
* Rework the ACPI PCI link code.jhb2004-11-231-1/+2
* unsigned long -> u_longnjl2004-11-091-1/+1
* Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for thedes2004-10-311-2/+2
* Whitespace cleanupdes2004-10-311-4/+4
* Make the lower range of the memory area 0x80000000 again. Alsoimp2004-10-111-1/+5
* For older systems with ACPI which don't have a pci <-> pci bridge,imp2004-10-061-3/+3
* Add a couple of macros to extract the PCI slot (device) and function fromjhb2004-09-221-2/+2
* Re-work ACPI PCI IRQ routing (_PRT, link devices). The old approach wasnjl2004-08-111-6/+2
* Make the default memory range in the top 2GB of ram in the hopes thatimp2004-07-041-3/+5
* Move flags into a private ivar so it can't collide with device flags.njl2004-06-301-0/+10
* Use the acpi_id_probe() method instead of acpi_MatchHid(), which is nownjl2004-06-291-8/+8
* Add support to ACPI to manage its own resources. Previously, resourcenjl2004-06-131-1/+1
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Style fixes.njl2004-05-281-56/+54
* Add MODULE_DEPEND entries so some of these drivers can eventually benjl2004-04-091-0/+1
* Omnibus PCI commit:imp2004-04-091-1/+22
* Change to acpi_{Get,Set}Integer to provide both methods. Convert allnjl2004-03-031-3/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-1/+1
* - Assume a bus number of zero if evaluating _BBN fails, not if it succeeds.jhb2002-11-251-9/+8
* According to the ACPI spec, the bus number of the child PCI bus of a hostjhb2002-11-221-7/+52
* Make sure that ACPI PCI driver probe routine call pci_cfgregopen()iwasaki2002-10-051-0/+3
* Add code for ACPI PCI link object manipulation.iwasaki2002-10-051-1/+10
* Overhaul the ACPI PCI bridge driver a bit:jhb2002-08-261-344/+43
* In acpi_pcib_route_interrupt(), the code claims to check to see if a PCIjhb2002-08-261-2/+2
* Brutally deal with __func__ being 'const char *' on gcc-3.1.peter2002-05-191-2/+2
* Fix error introduced in the 20020217 update, where GetPossibleResourcesmsmith2002-03-211-1/+1
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-19/+37
* Staticise devclasses and some unnecessarily global variables.msmith2002-01-081-1/+1
* Make the interrupt routing a bit less chatty unless bootverbose is set.dfr2001-10-071-3/+5
* Fix a stack trashing bug when int != sizeof(pointer)peter2001-10-061-1/+3
* Update usage of AcpiEnableEvent to reflect a new argument.msmith2001-10-041-4/+3
* Updates to match the ACPI CA 20010816 import:msmith2001-08-261-3/+5
* Shoud build resources in the _CRS buffer. Oops.msmith2001-08-031-1/+1
OpenPOWER on IntegriCloud