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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing includes of sys/lock.h.
jhb
2001-10-11
1
-0
/
+1
*
Make the interrupt routing a bit less chatty unless bootverbose is set.
dfr
2001-10-07
2
-6
/
+10
*
Fix some 64-bit uncleanliness.
peter
2001-10-06
1
-7
/
+20
*
Fix some style bugs before fixing some real bugs.
peter
2001-10-06
1
-7
/
+17
*
Fix a stack trashing bug when int != sizeof(pointer)
peter
2001-10-06
2
-2
/
+6
*
Update usage of AcpiEnableEvent to reflect a new argument.
msmith
2001-10-04
4
-15
/
+16
*
Add busspace hacks for ia64.
dfr
2001-10-04
1
-0
/
+6
*
Use return_PTR, not return_VALUE when returning pointers.
dfr
2001-10-04
1
-2
/
+2
*
Check the compatible ID as well as the hardware ID in acpi_MatchHid.
dfr
2001-10-04
1
-0
/
+5
*
Call acpi_DeviceIsPresent() only for devices. This should make
iwasaki
2001-09-17
1
-1
/
+1
*
Disable devices that are not present; at a later stage we can then enable
msmith
2001-09-15
1
-0
/
+10
*
KSE Milestone 2
julian
2001-09-12
1
-3
/
+3
*
Don't call tsleep from AcpiOsStall(), call DELAY() always instead.
iwasaki
2001-09-08
1
-5
/
+1
*
Should check debug.acpi.avoid, not .disable.
msmith
2001-09-07
1
-1
/
+1
*
Allow the ACPI subsystem to be disabled with a hint.
msmith
2001-09-07
1
-19
/
+59
*
Move OsdEnvironment.c into MD code; searching for the ACPI tables is not
msmith
2001-09-07
1
-64
/
+0
*
Initialise the adapter status to an invalid state, so that the initial check
msmith
2001-09-06
1
-0
/
+1
*
Add a hack to acpi_EvaluateInteger() to handle the case of a method
jhb
2001-09-06
1
-1
/
+37
*
Allocate system resource IRQs as shareable; this is the typical case.
msmith
2001-09-06
1
-1
/
+1
*
Just print a message in acpi_tz_monitor() only when new active state
iwasaki
2001-09-04
1
-2
/
+5
*
Fix typo; CTLFLAG_RO -> CTLFLAG_RD.
iwasaki
2001-09-02
1
-1
/
+1
*
Add a MODULE_VERSION declaration. This should prevent duplicate loading
msmith
2001-09-01
1
-0
/
+3
*
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
*
Call OS-independent resume routine to execute _WAK .. etc.
takawata
2001-08-31
1
-75
/
+1
*
Add support for attaching PnP-aware ISA drivers to ACPI.
msmith
2001-08-30
1
-1
/
+74
*
Retarget the resource parser slightly. We only fetch current resources
msmith
2001-08-30
1
-36
/
+287
*
Note that now that some ISA devices will attach to ACPI, we need to
msmith
2001-08-30
1
-1
/
+6
*
Don't parse our resources ourself, the ACPI core code must do it.
msmith
2001-08-30
1
-6
/
+0
*
Nuke the (fairly bogus) attachment of *all* ACPI devices to ISA.
msmith
2001-08-30
1
-479
/
+0
*
Add missing acpi_disabled() call so that this driver can be disabled.
msmith
2001-08-30
1
-1
/
+2
*
Updates to match the ACPI CA 20010816 import:
msmith
2001-08-26
10
-162
/
+163
*
Fix error checking about device state transition from D0 to D3.
iwasaki
2001-08-21
1
-4
/
+27
*
Remove noisy printfs from the notify handler; having these go off
msmith
2001-08-21
1
-2
/
+0
*
The Intel 440MX ACPI timer seems to work properly, so add it to the list
msmith
2001-08-05
1
-5
/
+12
*
Reverse the logic here again with regards to "trusted" ACPI timer
msmith
2001-08-03
1
-30
/
+54
*
Shoud build resources in the _CRS buffer. Oops.
msmith
2001-08-03
2
-2
/
+2
*
Move the resource pointer when we reallocate the buffer.
msmith
2001-08-03
1
-0
/
+2
*
The current resource buffer returned from an interrupt link device
msmith
2001-07-30
2
-14
/
+40
*
- Prevent the ACPI code from being loaded as a module other than at
msmith
2001-07-30
2
-11
/
+123
*
Minor updates (no functional changes)
msmith
2001-07-30
1
-86
/
+82
*
The ACPI timer register corruption problem is resolved in the PIIX4
msmith
2001-07-27
1
-4
/
+6
*
Better checking of duplicated interrupt handler installation.
iwasaki
2001-07-25
1
-1
/
+1
*
Some minor fixes.
iwasaki
2001-07-25
1
-4
/
+11
*
Don't do sleep state transition if specified sleep state is not
iwasaki
2001-07-22
1
-0
/
+8
*
Convert from acpi_strerror() to AcpiFormatException()
msmith
2001-07-21
11
-41
/
+37
*
Update the OSD module to match the ACPI CA 20010717 import.
msmith
2001-07-21
6
-144
/
+162
*
Implement a "proper" timecounter hung off the ACPI timer device.
msmith
2001-07-21
1
-20
/
+207
*
Merge the EC register definitions into the EC module proper, they're not
msmith
2001-07-21
2
-204
/
+71
*
Use our saved copy of the FADT rather than fetching it again.
msmith
2001-07-21
1
-13
/
+5
[next]