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_resource.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Workaround some broken BIOSes that specify edge-sensitive but active-low
jhb
2013-07-16
1
-0
/
+11
*
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...
sbz
2013-01-30
1
-1
/
+1
*
Fix build with ACPI_DEBUG defined.
jhb
2011-06-21
1
-8
/
+9
*
Use AcpiWalkResources() to parse the resource list from _CRS rather than
jhb
2011-06-21
1
-325
/
+271
*
Rework r218685. Copy just enough data for the resource type.
jkim
2011-02-14
1
-23
/
+22
*
Prevent reading from the ACPI_RESOURCE past its actual end. For
mdf
2011-02-14
1
-1
/
+5
*
Import ACPICA 20090521.
jkim
2009-06-05
1
-1
/
+3
*
Catch up with ACPI-CA 20070320 import.
jkim
2007-03-22
1
-1
/
+1
*
Don't attach special devices in the order they appear in the AML tree.
njl
2006-05-07
1
-1
/
+1
*
*sigh* Revert stuff that wasn't supposed to be committed. The
jhb
2005-11-07
1
-1
/
+0
*
Work around at least one busted BIOS. If we get a source index in a _PRT
jhb
2005-11-07
1
-0
/
+1
*
Catch up with ACPI-CA 20051021 import
jkim
2005-11-01
1
-127
/
+146
*
Canonize the include of acpi.h.
obrien
2005-09-11
1
-1
/
+1
*
s/SLIST/STAILQ/
phk
2005-03-18
1
-2
/
+2
*
Don't create new-bus resources for ACPI extended IRQ resources that are
jhb
2005-01-18
1
-1
/
+5
*
Remove trailing whitespace.
njl
2004-12-27
1
-1
/
+1
*
Rework sysresource management. Instead of having each sysresource object
njl
2004-08-23
1
-115
/
+59
*
Use the new start for the offset, not the old end.
njl
2004-08-20
1
-1
/
+1
*
Correctly handle BIOS resources that are duplicated (!). There are many
njl
2004-08-20
1
-4
/
+49
*
MPSAFE locking: Add a comment that we need resource list and device_t
njl
2004-08-13
1
-0
/
+1
*
Use the acpi_id_probe() method instead of acpi_MatchHid(), which is now
njl
2004-06-29
1
-3
/
+2
*
- Defer BUS_CONFIG_INTR() on ACPI IRQ resources until the resources are
jhb
2004-06-23
1
-3
/
+88
*
Add support to ACPI to manage its own resources. Previously, resource
njl
2004-06-13
1
-37
/
+91
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Add MODULE_DEPEND entries so some of these drivers can eventually be
njl
2004-04-09
1
-0
/
+1
*
Add an interface to pass an argument to the resource parsing functions.
njl
2004-03-31
1
-4
/
+6
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-4
/
+3
*
Consistently print attach messages.
njl
2003-09-26
1
-1
/
+1
*
Extend the ACPI resource handling to make use of the BUS_CONFIG_INTR()
marcel
2003-09-10
1
-5
/
+12
*
Style and whitespace changes. Also, make the ivar functions non-inline
njl
2003-08-28
1
-121
/
+126
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
Fix a De Morgan bug: If we only expect a memory range OR an
marcel
2002-12-23
1
-8
/
+8
*
Oops, missed this one. Fix a printf format error on 64 bit systems
peter
2002-10-04
1
-2
/
+2
*
Brutally deal with __func__ being 'const char *' on gcc-3.1.
peter
2002-05-19
1
-1
/
+1
*
Match namespace cleanup changes in ACPI CA 20020217 update.
msmith
2002-02-23
1
-19
/
+20
*
Fix irq/drq handling. IRQ and DRQ resource information can be get
takawata
2002-01-31
1
-26
/
+41
*
Staticise devclasses and some unnecessarily global variables.
msmith
2002-01-08
1
-1
/
+1
*
Allocate system resource IRQs as shareable; this is the typical case.
msmith
2001-09-06
1
-1
/
+1
*
Don't claim memory resources owned by a PNP0C01 device ("system memory")
msmith
2001-08-31
1
-3
/
+6
*
Don't activate placeholder resources; it can be very expensive in the
msmith
2001-08-31
1
-3
/
+3
*
Retarget the resource parser slightly. We only fetch current resources
msmith
2001-08-30
1
-36
/
+287
*
Updates to match the ACPI CA 20010816 import:
msmith
2001-08-26
1
-24
/
+24
*
Convert from acpi_strerror() to AcpiFormatException()
msmith
2001-07-21
1
-1
/
+1
*
Update for new debug layer constant names in the ACPI CA 20010615
msmith
2001-06-29
1
-1
/
+1
*
- Updates for new constant naming in the ACPI CA 20010518 update.
msmith
2001-05-29
1
-19
/
+19
*
- Convert a lot of homebrew debugging output to use the ACPI CA debugging
msmith
2000-12-08
1
-55
/
+34
*
Initial FreeBSD OSPM (operating system power management) modules for
msmith
2000-10-28
1
-0
/
+343