9026 Commits

Author SHA1 Message Date
aystarik
887f7de8ca allow iasl to compile
date	2002.05.14.20.31.00;	author agrover;	state Exp;
2005-06-29 20:25:26 +00:00
aystarik
36a0eba080 change ACPI_BITS_PER_LONG to Bob-approved ACPI_MACHINE_WIDTH
date	2002.05.11.00.39.00;	author agrover;	state Exp;
2005-06-29 20:25:25 +00:00
aystarik
257e333540 Updated IA64 #ifdef
date	2002.05.01.22.59.00;	author psdiefen;	state Exp;
2005-06-29 20:25:23 +00:00
aystarik
277f42ef7a date 2002.05.01.22.57.00; author psdiefen; state Exp; 2005-06-29 20:25:22 +00:00
aystarik
0c4ebdcc9d Fixed IA64 wbinvd compile issue
date	2002.04.09.23.00.00;	author psdiefen;	state Exp;
2005-06-29 20:25:21 +00:00
aystarik
b42f174525 Fix for wbinvd() #define on IA64
date	2002.04.03.20.16.00;	author psdiefen;	state Exp;
2005-06-29 20:25:20 +00:00
aystarik
eaf3cd32f0 date 2002.03.27.02.00.00; author agrover; state Exp; 2005-06-29 20:25:19 +00:00
aystarik
f3aae49e5a change the too-x86-specific ACPI_WBINVD macro to something better
date	2002.03.27.00.51.00;	author agrover;	state Exp;
2005-06-29 20:25:18 +00:00
aystarik
c46243c5a2 date 2001.04.19.23.13.00; author agrover; state Exp; 2005-06-29 20:25:12 +00:00
aystarik
7bff3cf1ca date 2001.04.19.17.50.00; author agrover; state Exp; 2005-06-29 20:25:11 +00:00
aystarik
293bc08de0 adapt for kernel or non-kernel use
date	2001.02.22.00.14.00;	author agrover;	state Exp;
2005-06-29 20:25:09 +00:00
aystarik
16fb74261e date 2001.02.05.17.31.00; author psdiefen; state Exp; 2005-06-29 20:25:08 +00:00
aystarik
a82cb6a6e9 Added ACPI_DIV64 macro
date	2001.02.05.17.27.00;	author psdiefen;	state Exp;
2005-06-29 20:25:07 +00:00
aystarik
272b784bbe date 2000.12.14.00.25.00; author agrover; state Exp; 2005-06-29 20:25:04 +00:00
aystarik
570215f8d8 Added 2000 to the copyright in the legal header
date	2000.12.08.20.56.00;	author rmoore1;	state Exp;
2005-06-29 20:25:03 +00:00
aystarik
8072f11456 disable 64 bit ints on ia32
date	2000.11.03.01.12.00;	author agrover;	state Exp;
2005-06-29 20:25:02 +00:00
aystarik
4edd3aadf6 removed tab
date	2000.10.25.18.24.00;	author agrover;	state Exp;
2005-06-29 20:25:01 +00:00
aystarik
23822111e2 make work with debugger
date	2000.10.24.20.39.00;	author agrover;	state Exp;
2005-06-29 20:25:00 +00:00
aystarik
fce1a8c5e9 comment update
date	2005.06.28.21.58.00;	author rmoore1;	state Exp;
2005-06-29 20:24:58 +00:00
aystarik
ca60627a18 date 2002.12.12.22.05.00; author rmoore1; state Exp; 2005-06-29 20:24:48 +00:00
aystarik
50a6ca46d6 pragma
date	2002.04.17.16.27.00;	author rmoore1;	state Exp;
2005-06-29 20:24:43 +00:00
aystarik
056d3397a5 Math macros not needed on IA64
date	2001.12.12.17.56.00;	author rmoore1;	state Exp;
2005-06-29 20:24:38 +00:00
aystarik
5deb88ac3f date 2001.12.12.00.13.00; author rmoore1; state Exp; 2005-06-29 20:24:37 +00:00
aystarik
69e6130515 Added __FUNCTION__
date	2005.06.28.21.58.00;	author rmoore1;	state Exp;
2005-06-29 20:24:35 +00:00
aystarik
117d9edf47 gcc bitches about unused variables, but we don't want to turn off this
warning globally, only for specific variables. This adds a compiler-specific
define to use for this purpose.


date	2002.12.06.00.28.00;	author agrover;	state Exp;
2005-06-29 20:24:26 +00:00
aystarik
679062c103 moved arch-specific defines out of acgcc.h and added an
ACPI_BITS_PER_LONG macro that platform headers need to define.


date	2002.05.08.22.30.00;	author agrover;	state Exp;
2005-06-29 20:24:23 +00:00
aystarik
13a5dfb3bd add wbinvd macro
date	2002.03.22.19.19.00;	author agrover;	state Exp;
2005-06-29 20:24:19 +00:00
aystarik
fef117ca12 Cleanup - extraneous spaces and tab removal
date	2001.11.02.00.06.00;	author rmoore1;	state Exp;
2005-06-29 20:24:13 +00:00
aystarik
ed91b6bf80 BIG CHECKIN
turning on printf format checking revealed we've been a little lax. Sins
include:
1) using %X when we should use %p
2) using %ld instead of %d
3) using %x for ACPI_INTEGERS (you need to use HIDWORD() and %x%x)
4) using %4.4s and not casting to a char*
5) using %s with void*

I also reformatted the OSL add_device messages a little.

Anything breaks, let me know. :)  -- Andy


date	2001.10.17.03.58.00;	author agrover;	state Exp;
2005-06-29 20:24:12 +00:00
aystarik
0ab723c9b7 remove wbinvd
date	2001.09.17.23.42.00;	author agrover;	state Exp;
2005-06-29 20:24:11 +00:00
aystarik
b5b0891ef9 remove ;'s after our new macros
hi and lo vals in DIV were reversed


date	2001.09.17.22.16.00;	author agrover;	state Exp;
2005-06-29 20:24:10 +00:00
aystarik
69f95d841d fixed ACPI_SHIFT macro
date	2001.09.17.20.57.00;	author agrover;	state Exp;
2005-06-29 20:24:09 +00:00
aystarik
ca94e68b64 Added internal divide functions for 64-bit integer divide/modulo
date	2001.09.14.23.05.00;	author rmoore1;	state Exp;
2005-06-29 20:24:08 +00:00
aystarik
617fbcbcd5 put wbinvd for the correct arch
date	2001.08.31.23.01.00;	author agrover;	state Exp;
2005-06-29 20:24:07 +00:00
aystarik
c1e82ee300 implement wbinvd
date	2001.08.24.22.11.00;	author agrover;	state Exp;
2005-06-29 20:24:06 +00:00
aystarik
426a70e30a date 2001.08.24.22.09.00; author agrover; state Exp; 2005-06-29 20:24:05 +00:00
aystarik
e2616f08bb Code cleanup (acpisrc -c)
date	2001.02.23.23.28.00;	author rmoore1;	state Exp;
2005-06-29 20:24:02 +00:00
aystarik
fd5747dbe6 JI's IA64 changes
date	2001.02.02.23.04.00;	author agrover;	state Exp;
2005-06-29 20:24:01 +00:00
aystarik
752dcbba28 ASM fixes (JI)
date	2000.11.22.02.49.00;	author agrover;	state Exp;
2005-06-29 20:23:58 +00:00
aystarik
f717fb740d Update from FreeBSD
date	2004.05.21.23.16.00;	author rmoore1;	state Exp;
2005-06-29 20:23:48 +00:00
aystarik
230240c85c Update from FreeBSD
date	2004.05.21.23.15.00;	author rmoore1;	state Exp;
2005-06-29 20:23:47 +00:00
aystarik
87c7f36047 automated code cleanup
date	2004.04.27.18.27.00;	author rmoore1;	state Exp;
2005-06-29 20:23:44 +00:00
aystarik
e3e5de9b51 date 2004.02.11.22.22.00; author rmoore1; state Exp; 2005-06-29 20:23:43 +00:00
aystarik
cd9652e2bf update as per freebsd people's wishes
date	2002.07.15.17.54.00;	author agrover;	state Exp;
2005-06-29 20:23:35 +00:00
aystarik
3bff7e9870 Cleanup prior to label
date	2001.04.26.23.09.00;	author rmoore1;	state Exp;
2005-06-29 20:23:29 +00:00
aystarik
2ef32ac9b6 IWASAKI's changes
date	2001.03.26.23.48.00;	author agrover;	state Exp;
2005-06-29 20:23:26 +00:00
aystarik
5310dd2655 newline
date	2000.12.21.17.37.00;	author agrover;	state Exp;
2005-06-29 20:23:24 +00:00
aystarik
81461cf109 Rename some defines for clarity
date	2005.06.22.22.21.00;	author rmoore1;	state Exp;
2005-06-29 20:23:20 +00:00
aystarik
20493e937a New defines for ACPI apps
date	2005.06.17.19.53.00;	author rmoore1;	state Exp;
2005-06-29 20:23:19 +00:00
aystarik
b84e50f85a strupr not POSIX, always use local AcpiUtStrupr
date	2005.04.07.22.25.00;	author rmoore1;	state Exp;
2005-06-29 20:23:18 +00:00