1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/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
amd64
arm
boot
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
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
gnu
i4b
i386 Make the 80x60, 132x25, 132x43, 132x50, and 132x60 VESA text modes 2003-07-18 00:06:10 +00:00
ia64
isa
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
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
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
netncp
netsmb
nfs
nfsclient
nfsserver
opencrypto
pc98
pccard
pci Add support for FA-511; Submitted by: Kenneth P. Stox; Pr 42858 2003-07-19 06:01:15 +00:00
posix4
powerpc
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