Deleted Added
full compact
OsdHardware.c (148318) OsdHardware.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:

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

25 * SUCH DAMAGE.
26 */
27
28/*
29 * 6.7 : Hardware Abstraction
30 */
31
32#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:

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

25 * SUCH DAMAGE.
26 */
27
28/*
29 * 6.7 : Hardware Abstraction
30 */
31
32#include <sys/cdefs.h>
33__FBSDID("$FreeBSD: head/sys/dev/acpica/Osd/OsdHardware.c 148318 2005-07-22 23:10:02Z njl $");
33__FBSDID("$FreeBSD: head/sys/dev/acpica/Osd/OsdHardware.c 150003 2005-09-11 18:39:03Z obrien $");
34
34
35#include "acpi.h"
35#include <contrib/dev/acpica/acpi.h>
36
37#include <machine/bus.h>
38#include <machine/pci_cfgreg.h>
39#include <dev/pci/pcireg.h>
40
41/*
42 * ACPICA's rather gung-ho approach to hardware resource ownership is a little
43 * troublesome insofar as there is no easy way for us to know in advance

--- 212 unchanged lines hidden ---
36
37#include <machine/bus.h>
38#include <machine/pci_cfgreg.h>
39#include <dev/pci/pcireg.h>
40
41/*
42 * ACPICA's rather gung-ho approach to hardware resource ownership is a little
43 * troublesome insofar as there is no easy way for us to know in advance

--- 212 unchanged lines hidden ---