Deleted Added
full compact
OsdEnvironment.c (135453) OsdEnvironment.c (150003)
1/*-
2 * Copyright (c) 2000,2001 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:

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

21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 */
27
28#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2000,2001 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:

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

21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 */
27
28#include <sys/cdefs.h>
29__FBSDID("$FreeBSD: head/sys/ia64/acpica/OsdEnvironment.c 135453 2004-09-19 03:50:46Z marcel $");
29__FBSDID("$FreeBSD: head/sys/ia64/acpica/OsdEnvironment.c 150003 2005-09-11 18:39:03Z obrien $");
30
31#include <sys/types.h>
32#include <sys/linker_set.h>
33#include <sys/sysctl.h>
34#include <machine/efi.h>
35
30
31#include <sys/types.h>
32#include <sys/linker_set.h>
33#include <sys/sysctl.h>
34#include <machine/efi.h>
35
36#include "acpi.h"
36#include <contrib/dev/acpica/acpi.h>
37
38static struct uuid acpi_root_uuid = EFI_TABLE_ACPI20;
39
40static u_long acpi_root_phys;
41
42SYSCTL_ULONG(_machdep, OID_AUTO, acpi_root, CTLFLAG_RD, &acpi_root_phys, 0,
43 "The physical address of the RSDP");
44

--- 30 unchanged lines hidden ---
37
38static struct uuid acpi_root_uuid = EFI_TABLE_ACPI20;
39
40static u_long acpi_root_phys;
41
42SYSCTL_ULONG(_machdep, OID_AUTO, acpi_root, CTLFLAG_RD, &acpi_root_phys, 0,
43 "The physical address of the RSDP");
44

--- 30 unchanged lines hidden ---