Ditto for HAL

svn path=/trunk/; revision=16127
This commit is contained in:
Alex Ionescu 2005-06-19 22:53:49 +00:00
parent b4cb154b4a
commit 16c356bfa1
41 changed files with 79 additions and 43 deletions

View file

@ -14,8 +14,9 @@
#include <ddk/ntddk.h> #include <ddk/ntddk.h>
#include <roscfg.h> #include <roscfg.h>
#define NDEBUG
#include <internal/debug.h> #include <internal/debug.h>
#define NDEBUG
#include <debug.h>
typedef struct _LOADER_PARAMETER_BLOCK *PLOADER_PARAMETER_BLOCK; typedef struct _LOADER_PARAMETER_BLOCK *PLOADER_PARAMETER_BLOCK;
typedef struct _KD_PORT_INFORMATION *PKD_PORT_INFORMATION; typedef struct _KD_PORT_INFORMATION *PKD_PORT_INFORMATION;

View file

@ -13,8 +13,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* Hmm, needed for KDBG := 1. Why? */ /* Hmm, needed for KDBG := 1. Why? */
extern POBJECT_TYPE IMPORTED IoAdapterObjectType; extern POBJECT_TYPE IMPORTED IoAdapterObjectType;

View file

@ -10,8 +10,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* CONSTANTS *****************************************************************/ /* CONSTANTS *****************************************************************/

View file

@ -15,8 +15,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* GLOBALS *******************************************************************/ /* GLOBALS *******************************************************************/

View file

@ -121,8 +121,9 @@
* since there is already support for them via the VideoPortInt10 routine. * since there is already support for them via the VideoPortInt10 routine.
*/ */
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
#define SCREEN_SYNCHRONIZATION #define SCREEN_SYNCHRONIZATION

View file

@ -11,8 +11,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* Adapters for each channel */ /* Adapters for each channel */
PADAPTER_OBJECT HalpEisaAdapter[8]; PADAPTER_OBJECT HalpEisaAdapter[8];

View file

@ -11,8 +11,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/

View file

@ -11,8 +11,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
VOID VOID
HalpStartEnumerator (VOID) HalpStartEnumerator (VOID)

View file

@ -12,8 +12,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/

View file

@ -11,8 +11,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* GLOBALS *****************************************************************/ /* GLOBALS *****************************************************************/

View file

@ -9,8 +9,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* FUNCTIONS ****************************************************************/ /* FUNCTIONS ****************************************************************/

View file

@ -9,8 +9,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* GLOBALS ******************************************************************/ /* GLOBALS ******************************************************************/

View file

@ -11,8 +11,9 @@
/* INCLUDES ***************************************************************/ /* INCLUDES ***************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/

View file

@ -12,8 +12,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
#define DEFAULT_BAUD_RATE 19200 #define DEFAULT_BAUD_RATE 19200

View file

@ -32,8 +32,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* FUNCTIONS ****************************************************************/ /* FUNCTIONS ****************************************************************/

View file

@ -9,8 +9,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* FUNCTIONS ****************************************************************/ /* FUNCTIONS ****************************************************************/

View file

@ -18,8 +18,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* MACROS ******************************************************************/ /* MACROS ******************************************************************/

View file

@ -9,8 +9,9 @@
* Created 18/10/99 * Created 18/10/99
*/ */
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* FUNCTIONS ****************************************************************/ /* FUNCTIONS ****************************************************************/

View file

@ -14,8 +14,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/

View file

@ -9,8 +9,9 @@
* Created 11/10/99 * Created 11/10/99
*/ */
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
static VOID static VOID

View file

@ -9,8 +9,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* FUNCTIONS ****************************************************************/ /* FUNCTIONS ****************************************************************/

View file

@ -17,8 +17,9 @@
/* INCLUDES ****************************************************************/ /* INCLUDES ****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* Hmm, needed for KDBG := 1. Why? */ /* Hmm, needed for KDBG := 1. Why? */
#undef KeGetCurrentIrql #undef KeGetCurrentIrql

View file

@ -11,8 +11,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* FUNCTIONS ****************************************************************/ /* FUNCTIONS ****************************************************************/

View file

@ -10,8 +10,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>

View file

@ -8,8 +8,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* MACROS and CONSTANTS ******************************************************/ /* MACROS and CONSTANTS ******************************************************/

View file

@ -32,8 +32,9 @@
/* INCLUDES ***************************************************************/ /* INCLUDES ***************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* GLOBALS ******************************************************************/ /* GLOBALS ******************************************************************/

View file

@ -50,9 +50,6 @@ ObCreateObject (
OUT PVOID *Object OUT PVOID *Object
); );
/* Debug Header */
#include <debug.h>
/* Internal HAL Headers */ /* Internal HAL Headers */
#include "apic.h" #include "apic.h"
#include "bus.h" #include "bus.h"

View file

@ -27,8 +27,9 @@
/* INCLUDE ***********************************************************************/ /* INCLUDE ***********************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
#include <internal/ntoskrnl.h> #include <internal/ntoskrnl.h>
/* GLOBALS ***********************************************************************/ /* GLOBALS ***********************************************************************/

View file

@ -11,8 +11,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* FUNCTIONS ***************************************************************/ /* FUNCTIONS ***************************************************************/

View file

@ -9,8 +9,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* GLOBALS *****************************************************************/ /* GLOBALS *****************************************************************/

View file

@ -9,8 +9,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* FUNCTIONS ****************************************************************/ /* FUNCTIONS ****************************************************************/

View file

@ -9,8 +9,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* GLOBALS ******************************************************************/ /* GLOBALS ******************************************************************/

View file

@ -11,8 +11,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* GLOBALS ******************************************************************/; /* GLOBALS ******************************************************************/;

View file

@ -14,8 +14,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/

View file

@ -9,8 +9,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* FUNCTIONS ****************************************************************/ /* FUNCTIONS ****************************************************************/

View file

@ -11,8 +11,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#define NDEBUG
#include <hal.h> #include <hal.h>
#define NDEBUG
#include <debug.h>
/* FUNCTIONS ***************************************************************/ /* FUNCTIONS ***************************************************************/

View file

@ -14,8 +14,9 @@
#include <ddk/ntddk.h> #include <ddk/ntddk.h>
#include "halxbox.h" #include "halxbox.h"
#define NDEBUG
#include <internal/debug.h> #include <internal/debug.h>
#define NDEBUG
#include <debug.h>
BYTE XboxFont8x16[256 * 16] = BYTE XboxFont8x16[256 * 16] =
{ {

View file

@ -15,8 +15,9 @@
#include <hal.h> #include <hal.h>
#include "halxbox.h" #include "halxbox.h"
#define NDEBUG
#include <internal/debug.h> #include <internal/debug.h>
#define NDEBUG
#include <debug.h>
/* FUNCTIONS ***************************************************************/ /* FUNCTIONS ***************************************************************/

View file

@ -1,4 +1,4 @@
<module name="halxbox" type="kernelmodedll"> <module name="halxbox" type="kernelmodedll" warnings="true">
<importlibrary definition="../../hal/hal.def" /> <importlibrary definition="../../hal/hal.def" />
<include base="hal_generic">../include</include> <include base="hal_generic">../include</include>
<include base="ntoskrnl">include</include> <include base="ntoskrnl">include</include>

View file

@ -15,8 +15,9 @@
#include <ddk/ntdddisk.h> #include <ddk/ntdddisk.h>
#include "halxbox.h" #include "halxbox.h"
#define NDEBUG
#include <internal/debug.h> #include <internal/debug.h>
#define NDEBUG
#include <debug.h>
#define XBOX_SIGNATURE_SECTOR 3 #define XBOX_SIGNATURE_SECTOR 3
#define XBOX_SIGNATURE ('B' | ('R' << 8) | ('F' << 16) | ('R' << 24)) #define XBOX_SIGNATURE ('B' | ('R' << 8) | ('F' << 16) | ('R' << 24))

View file

@ -22,8 +22,9 @@
#include <bus.h> #include <bus.h>
#include "halxbox.h" #include "halxbox.h"
#define NDEBUG
#include <internal/debug.h> #include <internal/debug.h>
#define NDEBUG
#include <debug.h>
/* VARIABLES ***************************************************************/ /* VARIABLES ***************************************************************/