Deleted Added
full compact
OsdInterrupt.c (148318) OsdInterrupt.c (150003)
1/*-
2 * Copyright (c) 2000 Michael Smith
3 * Copyright (c) 2000 BSDi
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 16 unchanged lines hidden (view full) ---

25 * SUCH DAMAGE.
26 */
27
28/*
29 * 6.5 : Interrupt handling
30 */
31
32#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2000 Michael Smith
3 * Copyright (c) 2000 BSDi
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 16 unchanged lines hidden (view full) ---

25 * SUCH DAMAGE.
26 */
27
28/*
29 * 6.5 : Interrupt handling
30 */
31
32#include <sys/cdefs.h>
33__FBSDID("$FreeBSD: head/sys/dev/acpica/Osd/OsdInterrupt.c 148318 2005-07-22 23:10:02Z njl $");
33__FBSDID("$FreeBSD: head/sys/dev/acpica/Osd/OsdInterrupt.c 150003 2005-09-11 18:39:03Z obrien $");
34
35#include <sys/param.h>
36#include <sys/kernel.h>
37#include <sys/bus.h>
38#include <machine/bus.h>
39#include <machine/resource.h>
40#include <sys/rman.h>
41
34
35#include <sys/param.h>
36#include <sys/kernel.h>
37#include <sys/bus.h>
38#include <machine/bus.h>
39#include <machine/resource.h>
40#include <sys/rman.h>
41
42#include "acpi.h"
42#include <contrib/dev/acpica/acpi.h>
43#include <dev/acpica/acpivar.h>
44
45#define _COMPONENT ACPI_OS_SERVICES
46ACPI_MODULE_NAME("INTERRUPT")
47
48static UINT32 InterruptOverride = 0;
49
50ACPI_STATUS

--- 95 unchanged lines hidden ---
43#include <dev/acpica/acpivar.h>
44
45#define _COMPONENT ACPI_OS_SERVICES
46ACPI_MODULE_NAME("INTERRUPT")
47
48static UINT32 InterruptOverride = 0;
49
50ACPI_STATUS

--- 95 unchanged lines hidden ---