Deleted Added
full compact
27c27
< * $FreeBSD: head/sys/dev/acpica/Osd/OsdDebug.c 114246 2003-04-29 18:50:34Z njl $
---
> * $FreeBSD: head/sys/dev/acpica/Osd/OsdDebug.c 128225 2004-04-14 03:39:08Z njl $
36,37d35
< #include <sys/systm.h>
< #include <sys/cons.h>
39d36
<
41d37
< #include <machine/resource.h>
43d38
< #include <sys/rman.h>
45,47d39
< #include <ddb/ddb.h>
< #include <ddb/db_output.h>
<
62c54
< return(AE_OK);
---
> return (AE_OK);
65,66c57,58
< return(AE_NOT_EXIST);
< #endif
---
> return (AE_NOT_EXIST);
> #endif /* DDB */
70c62,63
< AcpiOsDbgAssert(void *FailedAssertion, void *FileName, UINT32 LineNumber, char *Message)
---
> AcpiOsDbgAssert(void *FailedAssertion, void *FileName, UINT32 LineNumber,
> char *Message)
77,79c70
< AcpiOsSignal (
< UINT32 Function,
< void *Info)
---
> AcpiOsSignal(UINT32 Function, void *Info)
84c75
< switch(Function) {
---
> switch (Function) {
98c89
< return(AE_BAD_PARAMETER);
---
> return (AE_BAD_PARAMETER);
100c91,92
< return(AE_OK);
---
>
> return (AE_OK);
119c111
< #endif
---
> #endif /* ACPI_DEBUGGER */