Deleted Added
full compact
sbus.c (127977) sbus.c (130068)
1/*-
2 * Copyright (c) 1998 The NetBSD Foundation, Inc.
3 * All rights reserved.
4 *
5 * This code is derived from software contributed to The NetBSD Foundation
6 * by Paul Kranenburg.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

91 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
92 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
93 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
94 * SUCH DAMAGE.
95 *
96 * from: @(#)sbus.c 8.1 (Berkeley) 6/11/93
97 * from: NetBSD: sbus.c,v 1.46 2001/10/07 20:30:41 eeh Exp
98 *
1/*-
2 * Copyright (c) 1998 The NetBSD Foundation, Inc.
3 * All rights reserved.
4 *
5 * This code is derived from software contributed to The NetBSD Foundation
6 * by Paul Kranenburg.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

91 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
92 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
93 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
94 * SUCH DAMAGE.
95 *
96 * from: @(#)sbus.c 8.1 (Berkeley) 6/11/93
97 * from: NetBSD: sbus.c,v 1.46 2001/10/07 20:30:41 eeh Exp
98 *
99 * $FreeBSD: head/sys/sparc64/sbus/sbus.c 127977 2004-04-07 05:00:01Z imp $
99 * $FreeBSD: head/sys/sparc64/sbus/sbus.c 130068 2004-06-04 11:52:25Z phk $
100 */
101
102/*
103 * Sbus support.
104 */
105#include <sys/param.h>
106#include <sys/systm.h>
107#include <sys/bus.h>
108#include <sys/kernel.h>
109#include <sys/malloc.h>
100 */
101
102/*
103 * Sbus support.
104 */
105#include <sys/param.h>
106#include <sys/systm.h>
107#include <sys/bus.h>
108#include <sys/kernel.h>
109#include <sys/malloc.h>
110#include <sys/module.h>
110#include <sys/pcpu.h>
111#include <sys/reboot.h>
112
113#include <dev/ofw/openfirm.h>
114
115#include <machine/bus.h>
116#include <machine/bus_private.h>
117#include <machine/iommureg.h>

--- 773 unchanged lines hidden ---
111#include <sys/pcpu.h>
112#include <sys/reboot.h>
113
114#include <dev/ofw/openfirm.h>
115
116#include <machine/bus.h>
117#include <machine/bus_private.h>
118#include <machine/iommureg.h>

--- 773 unchanged lines hidden ---