summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Fix for "UtAllocate: Attempt to allocate zero bytes" warnings on Dellnjl2004-01-041-1/+6
| | | | | | | | laptops that resulted in problems reading battery status. Don't copy Buffers, Packages, or Regions in DsStoreObjectToLocal(). Tested by: scottl, sam Submitted by: Luming Yu (Intel)
* Fix an off-by-one in the compiler path. Originally from iwasaki-san'snjl2003-12-091-1/+1
| | | | patches for the pmtools port.
* Eliminate a warning. Patch has been sent to the vendor.njl2003-12-091-1/+0
|
* Add the APIC_HEADER definition back in and use the correct definitionnjl2003-12-091-1/+9
| | | | | for local APIC override (64 bits). Changes have been submitted to the vendor.
* Import ACPI-CA 20031203njl2003-12-09100-1199/+1951
|
* Remove files on the vendor branch that we no longer use. Some are no longernjl2003-12-091-869/+0
| | | | | distributed with ACPI-CA. Note that all of these have been gone from HEAD since 20030228.
* Update code for checking the reference count and performing the finalnjl2003-11-212-25/+45
| | | | | | | | | | delete of objects. Also revert our temporary workaround in dsmthdat.c that always copied objects. This is the correct fix for errors evaluating _BST (and GBST) on IBM Thinkpads where an argument (Arg3) was returned to the caller and the object was freed while still in use. This will be in a future ACPI-CA dist. Thanks to: kochi@netbsd.org, shaohua.li@intel.com
* Add the byte offset to the base address for IndexField objects. Thisnjl2003-11-211-9/+19
| | | | | | | | | | fixes an interrupt storm for certain users. This is done on the vendor branch since the code is already in the 20031029 ACPI-CA dist and will be imported after 5.2R. Tested by: sebastian ssmoller <sebastian.ssmoller@gmx.net> PR: i386/57909 Approved by: re (jhb)
* Fix a bug in iasl(8) that caused it to core dump while parsing a DSDTnjl2003-11-051-1/+1
| | | | | | | on ia64. The bug is present in i386 as well but didn't show up due to more relaxed page protections. This fix has been submitted to the vendor. Submitted by: marcel
* Fix an overflow in the resource list code for Address16, 32, 64, andnjl2003-09-192-11/+42
| | | | | | | | | | extended irq lists. If the resource has a trailing byte but not the full resource string, do not attempt to parse the resource string. This fixes panics on transition to battery and shutdown for Larry. Patch has been submitted to vendor and they will incorporate in next release. Tested by: Larry Rosenman <ler@lerctr.org> PR: kern/56254
* Fix a few more s/UINT32/ACPI_SIZE issues. iasl and acpidb now build onnjl2003-08-121-2/+2
| | | | | | | ia64. Tested on: pluto2 Pointed out by: tinderbox
* Fix AcpiOsMapMemory to match the function definition. Don't use UINT32njl2003-08-111-2/+2
| | | | | | as a cast for a pointer. Change has been submitted to the vendor. Pointed out by: marcel, obrien
* Fix a bug that would result in a very long sleep. Change has beennjl2003-08-071-1/+1
| | | | | | submitted to the vendor. Obtained from: iwasaki
* Import the userland interface from acpica 0619njl2003-08-071-0/+1085
|
* Import common/ files from acpica 0619njl2003-08-072-0/+1293
|
* Import compiler/ files from acpica 0619njl2003-08-0727-0/+24646
|
* Remove a multiply-defined function. The change has been submitted to thenjl2003-07-141-4/+0
| | | | vendor.
* Fix handling of _BST in the new dist.njl2003-07-131-7/+23
| | | | Submitted by: kochi@netbsd.org
* Patch for global lock error messages that the vendor will import eventually.njl2003-07-131-2/+2
| | | | Originally committed as 1.1.1.17
* ACPICA import from the 0619 dist.njl2003-07-1399-2562/+4595
|
* Fix a bug in register access. This should fix warning messages of:njl2003-06-231-2/+2
| | | | | | ACPI-0340: *** Error: Could not release ACPI Global Lock, AE_BAD_PARAMETER Submitted by: jhb
* Revert to using TABLE_ID_DSDT as the default. It looks like the dynamicnjl2003-05-281-2/+2
| | | | | | | | ID allocation is not there yet. This fixes a few warnings about \_OS_ not being found and an S3 freeze for one user. Re-staticize AcpiNsRemoveReference() since it is not needed elsewhere. Approved by: re (scottl)
* Fix false AE_NOT_FOUND messages, reported in NetBSD port-i386/20897.njl2003-05-272-4/+44
| | | | | | | | | | | | NetBSD dsmethod.c rev 1.7 Fix parent-child loop problem Fix a reference count problem that may cause unexpected memory free Intel 20030512 ACPICA drop (nsalloc.c) Approved by: re (jhb) Obtained from: NetBSD, Intel Reported by: mbr, kochi AT netbsd.org
* Fix halt -p. I've done this with an import because kochi-san reportsimp2003-05-031-1/+1
| | | | | | | | | | | this is fixed in a newer version of ACPICA and I don't want to take this off the vendor branch for a trivial reason. This patch was applied to NetBSD by kochi-san, who also posted the patch to acpi-jp@jp.freebsd.org. # My Dell Inspiron 8000 now powers off! Submitted by: takayoshi kochi-san kochi at netbsd dot org
* Import of Intel ACPI 20030228 vendor distributionnjl2003-04-294-0/+1690
|
* Import of Intel ACPI 20030228 vendor distributionnjl2003-04-29151-4901/+4925
|
* Vendor import of the Intel ACPI CA 20021118 drop.iwasaki2002-11-2790-1550/+2067
| | | | Approved by: re
* Vendor import of the Intel ACPI CA 20021002 drop.iwasaki2002-10-0454-1444/+2045
|
* Vendor import of the Intel ACPI CA 20020815 drop.iwasaki2002-08-2990-1043/+3876
|
* Vendor import of the Intel ACPI CA 20020725 drop.iwasaki2002-07-3075-2377/+8799
|
* Vendor import of the Intel ACPI CA 20020611 drop.iwasaki2002-07-09128-3956/+5162
|
* Vendor import of the Intel ACPI CA 200200404 drop.iwasaki2002-06-3074-1083/+1701
|
* Import of the 20020308 Intel ACPI CA update.msmith2002-03-1621-58/+153
|
* Import of the 20020308 Intel ACPI CA update.msmith2002-03-161-0/+153
|
* Vendor import of the Intel ACPI CA 20020217 drop.msmith2002-02-23138-7720/+8290
|
* Vendor import of the Intel ACPI CA 20011120 snapshot.msmith2001-11-2897-4422/+3853
|
* Import the Intel ACPI CA 20011018 snapshotmsmith2001-10-3182-2746/+2194
|
* Import the Intel ACPI CA 20011018 snapshotmsmith2001-10-314-0/+2439
|
* Actually delete this file; aborting 'cvs delete -f' has unexpeted results...msmith2001-10-051-195/+0
|
* Kill a couple of files off the vendor branch, as suggested by ru.msmith2001-10-051-190/+0
|
* Import of the Intel ACPI CA 20010920 snapshot.msmith2001-10-041-0/+424
|
* Import of the Intel ACPI CA 20010920 snapshot.msmith2001-10-0480-2036/+2304
|
* Vendor-branch import of the Intel ACPI CA 20010831 snapshot.msmith2001-09-07112-2392/+1992
|
* Vendor import of the Intel ACPI CA 20010816 update.msmith2001-08-2696-2429/+2401
|
* Commit the hwsleep.c patch for suspend/resume onto the vendor branch.peter2001-07-251-2/+4
| | | | | | This has supposedly been incorporated into the Intel code already, so this will get cleanly replaced with the "official" version when it is next imported and will not cause any conflicts or hiccups.
* Vendor import of the Intel ACPI CA 20010717 snapshot.msmith2001-07-2182-1401/+1320
|
* Vendor import of the Intel ACPI CA 20010717 snapshot.msmith2001-07-211-0/+190
|
* Vendor import of the Intel ACPI CA 20010615 snapshot.msmith2001-06-2919-364/+729
|
* Import the 20010518 Intel ACPI CA release. Note that Intel's directory layoutmsmith2001-05-29130-8536/+9394
| | | | | keeps changing, so to reduce repository thrash everything has been moved into a single directory. (repo copy involved)
* Import the 20010518 Intel ACPI CA release. Note that Intel's directory layoutmsmith2001-05-292-0/+639
| | | | | | keeps changing, so to reduce repository thrash everything has been moved into a single directory. (repo copy involved)
OpenPOWER on IntegriCloud