Deleted Added
full compact
ebus.c (117119) ebus.c (119291)
1/*
2 * Copyright (c) 1999, 2000 Matthew R. Green
3 * Copyright (c) 2001 Thomas Moestl <tmm@FreeBSD.org>
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:

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

23 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
24 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * from: NetBSD: ebus.c,v 1.26 2001/09/10 16:27:53 eeh Exp
30 *
1/*
2 * Copyright (c) 1999, 2000 Matthew R. Green
3 * Copyright (c) 2001 Thomas Moestl <tmm@FreeBSD.org>
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:

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

23 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
24 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * from: NetBSD: ebus.c,v 1.26 2001/09/10 16:27:53 eeh Exp
30 *
31 * $FreeBSD: head/sys/sparc64/ebus/ebus.c 117119 2003-07-01 14:52:47Z tmm $
31 * $FreeBSD: head/sys/sparc64/ebus/ebus.c 119291 2003-08-22 07:39:05Z imp $
32 */
33
34#include "opt_ebus.h"
35
36/*
37 * UltraSPARC 5 and beyond ebus support.
38 *
39 * note that this driver is not complete:

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

58
59#include <ofw/openfirm.h>
60#include <ofw/ofw_pci.h>
61
62#include <machine/bus.h>
63#include <machine/ofw_bus.h>
64#include <machine/resource.h>
65
32 */
33
34#include "opt_ebus.h"
35
36/*
37 * UltraSPARC 5 and beyond ebus support.
38 *
39 * note that this driver is not complete:

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

58
59#include <ofw/openfirm.h>
60#include <ofw/ofw_pci.h>
61
62#include <machine/bus.h>
63#include <machine/ofw_bus.h>
64#include <machine/resource.h>
65
66#include
67#include
66#include <dev/pci/pcireg.h>
67#include <dev/pci/pcivar.h>
68
69#include <sparc64/pci/ofw_pci.h>
70
71/*
72 * The register, ranges and interrupt map properties are identical to the ISA
73 * ones.
74 */
75#include <sparc64/isa/ofw_isa.h>

--- 382 unchanged lines hidden ---
68
69#include <sparc64/pci/ofw_pci.h>
70
71/*
72 * The register, ranges and interrupt map properties are identical to the ISA
73 * ones.
74 */
75#include <sparc64/isa/ofw_isa.h>

--- 382 unchanged lines hidden ---