freebsd-skq/sys
Nate Lawson f8335e3a97 Add ECDT (ACPI 2.0) support. This allows the EC to be enabled before the
namespace has been evaluated.  Machines with ACPI 2.0 expect this behavior
and have AML which calls EC functions early in the boot process.  If the
ECDT is not available, fall back to original probe behavior.

Other minor changes:
* Add GPE bit and GLK usage to the device announcement
* Always use the global lock in the ECDT case, but potentially downgrade to
  not using it if _GLK is 0 once the namespace is available.  This is
  announced with "Changing GLK from 1 to 0"
* Remove the acpi_object_list definitions which were earlier deprecated

Ideas from:	takawata
2003-07-20 00:48:38 +00:00
..
alpha Rename thread_siginfo to cpu_thread_siginfo. 2003-07-15 00:11:04 +00:00
amd64 Rename thread_siginfo to cpu_thread_siginfo. 2003-07-15 00:11:04 +00:00
arm
boot Fix the ski loader, broken by the gcc upgrade. Update the linker 2003-07-17 01:49:59 +00:00
cam Reference PR for IntelligentStick quirk entry. 2003-07-18 16:26:36 +00:00
coda
compat Add a new function swap_pager_status() which reports the total size of the 2003-07-18 10:26:09 +00:00
conf Merge swap_pager.c and vm_swap.c into swap_pager.c, the separation 2003-07-18 10:02:44 +00:00
contrib Fix the ACPI_DEBUG build for the non-module case. Move the #define into 2003-07-15 19:18:41 +00:00
crypto
ddb
dev Add ECDT (ACPI 2.0) support. This allows the EC to be enabled before the 2003-07-20 00:48:38 +00:00
fs
geom Handle geoms which are withering away specially in the dump functions. 2003-07-08 21:12:40 +00:00
gnu
i4b
i386 Make the 80x60, 132x25, 132x43, 132x50, and 132x60 VESA text modes 2003-07-18 00:06:10 +00:00
ia64 Rename thread_siginfo to cpu_thread_siginfo. 2003-07-15 04:43:33 +00:00
isa Add support for the A4 Tech RFSW-35 mouse wheel. Probe is similar to 2003-07-12 18:36:04 +00:00
isofs/cd9660
kern Turn a KASSERT back into an EINVAL return value. So, next time someone 2003-07-19 11:32:48 +00:00
libkern
modules make usb bus_dma aware. 2003-07-15 22:42:37 +00:00
net Disabling multicast on vlan interface caused kernel panic. 2003-07-19 16:47:16 +00:00
net80211
netatalk
netatm Fix a number of occurences of calling uma_zalloc() with neither 2003-07-18 16:36:41 +00:00
netgraph add missing machine/bus.h that is necessary to build now that usb is bus_dma 2003-07-16 03:43:14 +00:00
netinet Minor fix to the MBUF_STRESS_TEST code so that it keeps 2003-07-19 05:50:32 +00:00
netinet6
netipsec
netipx
netkey
netnatm Instead of returning an error call the ioctl() handler of the interface 2003-07-15 15:51:50 +00:00
netncp
netsmb
nfs
nfsclient
nfsserver
opencrypto
pc98 Rename thread_siginfo to cpu_thread_siginfo. 2003-07-15 00:11:04 +00:00
pccard
pci Add support for FA-511; Submitted by: Kenneth P. Stox; Pr 42858 2003-07-19 06:01:15 +00:00
posix4
powerpc Rename thread_siginfo to cpu_thread_siginfo. 2003-07-15 00:11:04 +00:00
rpc
security
sparc64 Avoid exposing declarations for kernel variables to userland. 2003-07-17 23:42:08 +00:00
sys Remove extern declaration of ps_showallprocs. The definition is already gone. 2003-07-18 13:51:15 +00:00
tools
ufs
vm Fix a printf format warning I introduced. 2003-07-18 22:11:17 +00:00
Makefile