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_pcib.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Overhaul the ACPI PCI bridge driver a bit:
jhb
2002-08-26
1
-244
/
+46
*
In acpi_pcib_route_interrupt(), the code claims to check to see if a PCI
jhb
2002-08-26
1
-2
/
+2
*
Brutally deal with __func__ being 'const char *' on gcc-3.1.
peter
2002-05-19
1
-2
/
+2
*
Fix error introduced in the 20020217 update, where GetPossibleResources
msmith
2002-03-21
1
-1
/
+1
*
Match namespace cleanup changes in ACPI CA 20020217 update.
msmith
2002-02-23
1
-19
/
+37
*
Staticise devclasses and some unnecessarily global variables.
msmith
2002-01-08
1
-1
/
+1
*
Make the interrupt routing a bit less chatty unless bootverbose is set.
dfr
2001-10-07
1
-3
/
+5
*
Fix a stack trashing bug when int != sizeof(pointer)
peter
2001-10-06
1
-1
/
+3
*
Update usage of AcpiEnableEvent to reflect a new argument.
msmith
2001-10-04
1
-4
/
+3
*
Updates to match the ACPI CA 20010816 import:
msmith
2001-08-26
1
-3
/
+5
*
Shoud build resources in the _CRS buffer. Oops.
msmith
2001-08-03
1
-1
/
+1
*
The current resource buffer returned from an interrupt link device
msmith
2001-07-30
1
-7
/
+20
*
Convert from acpi_strerror() to AcpiFormatException()
msmith
2001-07-21
1
-6
/
+6
*
Oops, have to use AcpiSetCurrentResources, not invoke the _SRS method
msmith
2001-07-07
1
-4
/
+1
*
Implement PCI interrupt routing using the ACPI data attached to the
msmith
2001-07-05
1
-5
/
+255
*
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
-3
/
+3
*
ACPI_NUMBER becomes ACPI_INTEGER. acpi_EvaluateNumber becomes
msmith
2001-01-31
1
-2
/
+2
*
Hack in interrupt routing support (using the core $PIR support, not using
msmith
2000-12-29
1
-3
/
+5
*
- Convert a lot of homebrew debugging output to use the ACPI CA debugging
msmith
2000-12-08
1
-6
/
+17
*
Revert attach() back to the old behaviour of calling bus_generic_attach().
scottl
2000-12-02
1
-4
/
+5
*
Update to work with the new ACPI CA snapshot.
msmith
2000-12-01
1
-13
/
+16
*
Initial FreeBSD OSPM (operating system power management) modules for
msmith
2000-10-28
1
-0
/
+236
[prev]