summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_pci_link.c
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup: Reduce stack usage in probe method. Outdent probe. Usenjl2004-12-271-41/+38
* Only use the current value if there's one IRQ. Some systems returnnjl2004-12-201-8/+8
* Re-enable link programming on resume. It appears the previous boundsnjl2004-12-131-2/+0
* - Do a better job of handling any Dependent Functions (aka DPFs) that appearjhb2004-12-011-69/+218
* Completely back out 1.37. Something else is going on and John wants tonjl2004-12-011-9/+0
* Fix "Lock ACPI PCI link not exclusively lockedobrien2004-12-011-0/+12
* Don't bother locking in attach(). At boot time, we're single-threadednjl2004-11-301-4/+1
* Make sure the link array is big enough to hold both _CRS and _PRSnjl2004-11-301-8/+30
* Temporarily disable programming IRQ links on resume. The new code hangsnjl2004-11-261-0/+2
* Rework the ACPI PCI link code.jhb2004-11-231-973/+573
* Allow routing to the SCI even if it's not in the list of valid IRQs.njl2004-09-251-0/+10
* Add a couple of macros to extract the PCI slot (device) and function fromjhb2004-09-221-3/+3
* Record a problem we can't workaround for now regarding duplicate interruptsnjl2004-09-201-0/+7
* Don't print a warning message if the _CRS value is empty. This is alreadynjl2004-09-161-7/+5
* Disable links after getting the possible resources. Even though _DISnjl2004-09-011-12/+12
* Always set the status and move a printf under bootverbose.njl2004-08-271-5/+8
* If getting the current setting after modifying the link failed, we assumenjl2004-08-261-0/+1
* Fix PCI link irq programming on resume. A logic bug prevented a devicenjl2004-08-211-1/+1
* If _CRS fails, assume that it succeeded. The ASUS K8V (and others) definesnjl2004-08-181-2/+1
* Fix building for the ACPI_DEBUG case.njl2004-08-131-0/+1
* MPSAFE lockingnjl2004-08-131-6/+27
* Skip dependent functions when finding the resource from _PRS to use fornjl2004-08-121-4/+8
* Fix the PRT entry code in acpi_pci_link to always add the entry, even ifnjl2004-08-121-41/+40
* Add some more verbose warning/error messages to help with users reportingnjl2004-08-111-17/+12
* Re-work ACPI PCI IRQ routing (_PRT, link devices). The old approach wasnjl2004-08-111-202/+243
* Refine updates to PCI irq routing. Check _STA and _CRS but only print anjl2004-08-061-28/+39
* Work around non-compliant BIOS PCI link devices. Some systems have thenjl2004-08-051-0/+31
* Revert the removal of the initial_irq hack for now as this code is morejhb2004-06-141-9/+7
* Don't assume that the current setting (_CRS) of a PCI link device isjhb2004-05-281-7/+9
* Style and printf message cleanups.njl2004-04-141-138/+79
* Use getenv_int() rather than reimplementing it.jhb2004-01-201-10/+2
* Don't use NULL (pointer) when we're testing for a count of 0 (integer).peter2003-12-231-1/+1
* Add support for multiple CIDs since _CID can contain a package of values.njl2003-12-181-6/+11
* Try all of the possible interrupts for a link device when programmingjhb2003-11-201-1/+1
* Improve support for extended IRQ resources:jhb2003-11-141-57/+80
* Fix some typos.jhb2003-11-121-3/+3
* Use __FBSDID().obrien2003-08-241-2/+3
* Update code to work with 0619 distnjl2003-07-131-3/+4
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Disable debug output from acpi_pci_link.iwasaki2002-11-271-5/+5
* Don't examine ACPI_STA_ENABLE bit of device's_STA object on initialiwasaki2002-10-311-5/+4
* Fix a possible bug about freeing non-malloc'ed pointer.iwasaki2002-10-161-2/+3
* Oops, forgot to add main file for my previous commit :-)iwasaki2002-10-051-0/+1077
OpenPOWER on IntegriCloud