Nate Lawson
b5155e8fbc
This commit was generated by cvs2svn to compensate for changes in r120239,
...
which included commits to RCS files with non-trunk default branches.
2003-09-19 19:08:55 +00:00
Nate Lawson
050b6a0427
Fix an overflow in the resource list code for Address16, 32, 64, and
...
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
2003-09-19 19:08:55 +00:00
Warner Losh
5ccace6f2c
Prefer new location of pci include files (which have only been in the
...
tree for two or more years now), except in a few places where there's
code to be compatible with older versions of FreeBSD.
2003-08-22 15:28:22 +00:00
Nate Lawson
3b8fe955eb
Fix a few more s/UINT32/ACPI_SIZE issues. iasl and acpidb now build on
...
ia64.
Tested on: pluto2
Pointed out by: tinderbox
2003-08-12 04:56:45 +00:00
Nate Lawson
725d623fae
This commit was generated by cvs2svn to compensate for changes in r118812,
...
which included commits to RCS files with non-trunk default branches.
2003-08-12 04:56:45 +00:00
Nate Lawson
fcf000c13c
Fix AcpiOsMapMemory to match the function definition. Don't use UINT32
...
as a cast for a pointer. Change has been submitted to the vendor.
Pointed out by: marcel, obrien
2003-08-11 05:54:31 +00:00
Nate Lawson
5f06786496
This commit was generated by cvs2svn to compensate for changes in r118765,
...
which included commits to RCS files with non-trunk default branches.
2003-08-11 05:54:31 +00:00
Nate Lawson
ade9d6fdcf
Fix a bug that would result in a very long sleep. Change has been
...
submitted to the vendor.
Obtained from: iwasaki
2003-08-07 18:19:12 +00:00
Nate Lawson
0eb1dbb16e
This commit was generated by cvs2svn to compensate for changes in r118624,
...
which included commits to RCS files with non-trunk default branches.
2003-08-07 18:19:12 +00:00
Nate Lawson
c7fe6a7bfb
Import the userland interface from acpica 0619
2003-08-07 16:59:44 +00:00
Nate Lawson
65782e561a
This commit was generated by cvs2svn to compensate for changes in r118617,
...
which included commits to RCS files with non-trunk default branches.
2003-08-07 16:59:44 +00:00
Nate Lawson
59db4265c5
Import common/ files from acpica 0619
2003-08-07 16:38:54 +00:00
Nate Lawson
64f80a8302
This commit was generated by cvs2svn to compensate for changes in r118613,
...
which included commits to RCS files with non-trunk default branches.
2003-08-07 16:38:54 +00:00
Nate Lawson
53289f6a61
Import compiler/ files from acpica 0619
2003-08-07 16:38:31 +00:00
Nate Lawson
b9361fabdb
This commit was generated by cvs2svn to compensate for changes in r118611,
...
which included commits to RCS files with non-trunk default branches.
2003-08-07 16:38:31 +00:00
Nate Lawson
22d162d7d1
Remove the user include of ctype.h and instead include it for each utility
...
that uses strupr().
2003-08-07 15:52:42 +00:00
Nate Lawson
7f325bba26
Comment out ctype.h. It's not ok to always include in the !_KERNEL case
...
since the bootblocks have their own local includes. Sorry for breaking
world.
2003-08-07 14:17:23 +00:00
Nate Lawson
ad173a0cbe
Add includes to fix user-compilation of acpica. Also clarify a comment
...
about overriding the OS name.
2003-08-07 04:46:17 +00:00
Bruce Evans
ded45a40b0
Broke the warning that this driver uses pessimal (u_short) types for
...
i/o ports by calling the implementation-detail level below inb() and
outb() instead of inb() and outb(). Unpessimizing the types is too
hard since they are mainly used in microcode.
2003-08-06 10:52:16 +00:00
Sam Leffler
4ef03bf0e3
This commit was generated by cvs2svn to compensate for changes in r118339,
...
which included commits to RCS files with non-trunk default branches.
2003-08-02 05:48:03 +00:00
Sam Leffler
8ff991ff7d
Version 0.9.5.2:
...
o correct BSSID setup in ah_writeAssocid for 5211 and 5212 (fixes
reception of broadcast frames after association)
o correct transmit retry counts returned by 5211 in ah_procTxDesc
o add missing regulatory domain support that caused use of 11b channels to be
disallowed with some cards (e.g. mini-pci cards in certain IBM laptops)
o miscellaneous fixes to regulatory domain support
o increase size of 5212 ANI table to avoid overflow
o add monitor mode
o remove OS_QSORT support
o fix handling of HAL_RXDESC_INTREQ in ah_setupRxDesc
o rewrite 5212 descriptor handling for portability
o FreeBSD: track alq_open API change
2003-08-02 05:48:03 +00:00
Peter Wemm
3718a191eb
Make this compile on 64 bit systems again. You cannot just cast a 32 bit
...
int to a 64 bit pointer. This file is already off the vendor branch.
2003-07-28 10:25:26 +00:00
Nate Lawson
8a7e9ab4b7
Fix the ACPI_DEBUG build for the non-module case. Move the #define into
...
acfreebsd.h and remove it from the Makefile. Now ACPI_DEBUG implies
ACPI_DISASSEMBLER.
Noticed by: marcel
2003-07-15 19:18:41 +00:00
Nate Lawson
4bad3a1025
Remove a multiply-defined function. The change has been submitted to the
...
vendor.
2003-07-14 02:58:00 +00:00
Nate Lawson
726c457a48
This commit was generated by cvs2svn to compensate for changes in r117535,
...
which included commits to RCS files with non-trunk default branches.
2003-07-14 02:58:00 +00:00
Nate Lawson
0078ca95f5
Fix handling of _BST in the new dist.
...
Submitted by: kochi@netbsd.org
2003-07-13 22:52:51 +00:00
Nate Lawson
377a65490a
This commit was generated by cvs2svn to compensate for changes in r117527,
...
which included commits to RCS files with non-trunk default branches.
2003-07-13 22:52:51 +00:00
Nate Lawson
1fd6e80f3e
Patch for global lock error messages that the vendor will import eventually.
...
Originally committed as 1.1.1.17
2003-07-13 22:50:30 +00:00
Nate Lawson
767fb63125
This commit was generated by cvs2svn to compensate for changes in r117525,
...
which included commits to RCS files with non-trunk default branches.
2003-07-13 22:50:30 +00:00
Nate Lawson
a4ae793658
Commit local patches for files off the vendor branch.
2003-07-13 22:47:01 +00:00
Nate Lawson
4f42014b1c
Unmodified files from the vendor 0619 dist that should no longer be off the
...
vendor branch.
2003-07-13 22:45:34 +00:00
Nate Lawson
4146e46ceb
ACPICA import from the 0619 dist.
2003-07-13 22:44:13 +00:00
Nate Lawson
5303348047
This commit was generated by cvs2svn to compensate for changes in r117521,
...
which included commits to RCS files with non-trunk default branches.
2003-07-13 22:44:13 +00:00
Sam Leffler
d9d1087cff
Initial import of Atheros Hardware Access Layer (HAL)
2003-06-25 06:06:52 +00:00
Sam Leffler
92b901ac4d
This commit was generated by cvs2svn to compensate for changes in r116801,
...
which included commits to RCS files with non-trunk default branches.
2003-06-25 06:06:52 +00:00
Nate Lawson
f47e25c34e
Fix a bug in register access. This should fix warning messages of:
...
ACPI-0340: *** Error: Could not release ACPI Global Lock, AE_BAD_PARAMETER
Submitted by: jhb
2003-06-23 17:38:38 +00:00
Nate Lawson
121053bff9
This commit was generated by cvs2svn to compensate for changes in r116748,
...
which included commits to RCS files with non-trunk default branches.
2003-06-23 17:38:38 +00:00
Nate Lawson
d0e9cc3b3a
Revert to using TABLE_ID_DSDT as the default. It looks like the dynamic
...
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)
2003-05-28 17:32:31 +00:00
Nate Lawson
2ce0a0b9ec
This commit was generated by cvs2svn to compensate for changes in r115367,
...
which included commits to RCS files with non-trunk default branches.
2003-05-28 17:32:31 +00:00
Nate Lawson
006b3ddb51
Fix false AE_NOT_FOUND messages, reported in NetBSD port-i386/20897.
...
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
2003-05-27 19:19:05 +00:00
Nate Lawson
480170d0b4
This commit was generated by cvs2svn to compensate for changes in r115351,
...
which included commits to RCS files with non-trunk default branches.
2003-05-27 19:19:05 +00:00
Warner Losh
0f78c17f6f
Fix halt -p. I've done this with an import because kochi-san reports
...
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
2003-05-03 17:16:40 +00:00
Warner Losh
d2d8d8cf9d
This commit was generated by cvs2svn to compensate for changes in r114584,
...
which included commits to RCS files with non-trunk default branches.
2003-05-03 17:16:40 +00:00
John Baldwin
e0f7366574
Restore local changes accidentally lost in the last import.
...
Reviewed by: njl
2003-05-01 20:40:03 +00:00
Nate Lawson
adfda8d3b3
Resolve conflicts.
2003-04-29 19:11:00 +00:00
Nate Lawson
f6c1dddac5
Updated import-preparation script. It now removes vendor paths from header
...
info. With these changes, no manual prep of the dist was necessary.
2003-04-29 18:48:17 +00:00
Nate Lawson
b1684d35da
Resolve conflicts
2003-04-29 18:46:31 +00:00
Nate Lawson
d0a7944aac
Import of Intel ACPI 20030228 vendor distribution
2003-04-29 18:39:30 +00:00
Nate Lawson
94c7fa9ffd
This commit was generated by cvs2svn to compensate for changes in r114239,
...
which included commits to RCS files with non-trunk default branches.
2003-04-29 18:39:30 +00:00
Nate Lawson
17b7010ddc
Import of Intel ACPI 20030228 vendor distribution
2003-04-29 18:39:29 +00:00