index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpica
/
acpi_pci_link.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Some BIOSes use an Extended IRQ resource descriptor in _PRS for a link
jhb
2013-04-22
1
-0
/
+10
*
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...
sbz
2013-01-30
1
-1
/
+1
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
Add a forgotten change from the previous commit.
jkim
2010-11-05
1
-1
/
+1
*
Fix a use-after-free bug for extended IRQ resource[1]. When _PRS buffer is
jkim
2010-11-05
1
-44
/
+34
*
Import ACPICA 20090521.
jkim
2009-06-05
1
-1
/
+2
*
Don't return an error from resume() if execution of _DIS fails for some
jhb
2007-10-27
1
-3
/
+4
*
Don't always re-route IRQs on resume. If this link hasn't been used, then
jhb
2007-10-27
1
-1
/
+16
*
Catch up with ACPI-CA 20070320 import.
jkim
2007-03-22
1
-4
/
+4
*
Reformat the bootverbose messages that dump out the status of pci_link
jhb
2006-11-09
1
-16
/
+16
*
When a user uses a hint to specify the IRQ for a link device, accept IRQs
jhb
2006-08-07
1
-5
/
+13
*
Be a little more forgiving of lame BIOS writers. If a link device that
jhb
2006-01-06
1
-2
/
+5
*
Release the pci_link acpi serial lock if a link device has no actual links.
jhb
2006-01-03
1
-1
/
+3
*
If pci_link has been disabled via the acpi_disable tunable, then bail
jhb
2005-12-05
1
-0
/
+3
*
- Quiet the pci_link(4) devices so that they don't show up in dmesg now.
jhb
2005-11-23
1
-1
/
+22
*
Fix the code to look up the BIOS IRQ for a given link device by reading
jhb
2005-11-21
1
-3
/
+15
*
Catch up with ACPI-CA 20051021 import
jkim
2005-11-01
1
-46
/
+55
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-1
/
+1
*
Canonize the include of acpi.h.
obrien
2005-09-11
1
-1
/
+1
*
Correct the order of some if tests so that we don't complain about being
jhb
2005-07-27
1
-2
/
+2
*
- Add support for link devices where _CRS just outright fails to execute.
jhb
2005-01-18
1
-28
/
+147
*
Minor cleanup: Reduce stack usage in probe method. Outdent probe. Use
njl
2004-12-27
1
-41
/
+38
*
Only use the current value if there's one IRQ. Some systems return
njl
2004-12-20
1
-8
/
+8
*
Re-enable link programming on resume. It appears the previous bounds
njl
2004-12-13
1
-2
/
+0
*
- Do a better job of handling any Dependent Functions (aka DPFs) that appear
jhb
2004-12-01
1
-69
/
+218
*
Completely back out 1.37. Something else is going on and John wants to
njl
2004-12-01
1
-9
/
+0
*
Fix "Lock ACPI PCI link not exclusively locked
obrien
2004-12-01
1
-0
/
+12
*
Don't bother locking in attach(). At boot time, we're single-threaded
njl
2004-11-30
1
-4
/
+1
*
Make sure the link array is big enough to hold both _CRS and _PRS
njl
2004-11-30
1
-8
/
+30
*
Temporarily disable programming IRQ links on resume. The new code hangs
njl
2004-11-26
1
-0
/
+2
*
Rework the ACPI PCI link code.
jhb
2004-11-23
1
-973
/
+573
*
Allow routing to the SCI even if it's not in the list of valid IRQs.
njl
2004-09-25
1
-0
/
+10
*
Add a couple of macros to extract the PCI slot (device) and function from
jhb
2004-09-22
1
-3
/
+3
*
Record a problem we can't workaround for now regarding duplicate interrupts
njl
2004-09-20
1
-0
/
+7
*
Don't print a warning message if the _CRS value is empty. This is already
njl
2004-09-16
1
-7
/
+5
*
Disable links after getting the possible resources. Even though _DIS
njl
2004-09-01
1
-12
/
+12
*
Always set the status and move a printf under bootverbose.
njl
2004-08-27
1
-5
/
+8
*
If getting the current setting after modifying the link failed, we assume
njl
2004-08-26
1
-0
/
+1
*
Fix PCI link irq programming on resume. A logic bug prevented a device
njl
2004-08-21
1
-1
/
+1
*
If _CRS fails, assume that it succeeded. The ASUS K8V (and others) defines
njl
2004-08-18
1
-2
/
+1
*
Fix building for the ACPI_DEBUG case.
njl
2004-08-13
1
-0
/
+1
*
MPSAFE locking
njl
2004-08-13
1
-6
/
+27
*
Skip dependent functions when finding the resource from _PRS to use for
njl
2004-08-12
1
-4
/
+8
*
Fix the PRT entry code in acpi_pci_link to always add the entry, even if
njl
2004-08-12
1
-41
/
+40
*
Add some more verbose warning/error messages to help with users reporting
njl
2004-08-11
1
-17
/
+12
*
Re-work ACPI PCI IRQ routing (_PRT, link devices). The old approach was
njl
2004-08-11
1
-202
/
+243
*
Refine updates to PCI irq routing. Check _STA and _CRS but only print a
njl
2004-08-06
1
-28
/
+39
*
Work around non-compliant BIOS PCI link devices. Some systems have the
njl
2004-08-05
1
-0
/
+31
*
Revert the removal of the initial_irq hack for now as this code is more
jhb
2004-06-14
1
-9
/
+7
*
Don't assume that the current setting (_CRS) of a PCI link device is
jhb
2004-05-28
1
-7
/
+9
[next]