Deleted Added
full compact
at91_machdep.c (185539) at91_machdep.c (191408)
1/*-
2 * Copyright (c) 1994-1998 Mark Brinicombe.
3 * Copyright (c) 1994 Brini.
4 * All rights reserved.
5 *
6 * This code is derived from software written for Brini by Mark Brinicombe
7 *
8 * Redistribution and use in source and binary forms, with or without

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

41 * This file needs a lot of work.
42 *
43 * Created : 17/09/94
44 */
45
46#include "opt_msgbuf.h"
47
48#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 1994-1998 Mark Brinicombe.
3 * Copyright (c) 1994 Brini.
4 * All rights reserved.
5 *
6 * This code is derived from software written for Brini by Mark Brinicombe
7 *
8 * Redistribution and use in source and binary forms, with or without

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

41 * This file needs a lot of work.
42 *
43 * Created : 17/09/94
44 */
45
46#include "opt_msgbuf.h"
47
48#include <sys/cdefs.h>
49__FBSDID("$FreeBSD: head/sys/arm/at91/at91_machdep.c 185539 2008-12-02 02:26:15Z peter $");
49__FBSDID("$FreeBSD: head/sys/arm/at91/at91_machdep.c 191408 2009-04-22 23:54:41Z stas $");
50
51#define _ARM32_BUS_DMA_PRIVATE
52#include <sys/param.h>
53#include <sys/systm.h>
54#include <sys/sysproto.h>
55#include <sys/signalvar.h>
56#include <sys/imgact.h>
57#include <sys/kernel.h>

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

174 */
175 AT91RM92_OHCI_BASE,
176 AT91RM92_OHCI_PA_BASE,
177 AT91RM92_OHCI_SIZE,
178 VM_PROT_READ|VM_PROT_WRITE,
179 PTE_NOCACHE,
180 },
181 {
50
51#define _ARM32_BUS_DMA_PRIVATE
52#include <sys/param.h>
53#include <sys/systm.h>
54#include <sys/sysproto.h>
55#include <sys/signalvar.h>
56#include <sys/imgact.h>
57#include <sys/kernel.h>

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

174 */
175 AT91RM92_OHCI_BASE,
176 AT91RM92_OHCI_PA_BASE,
177 AT91RM92_OHCI_SIZE,
178 VM_PROT_READ|VM_PROT_WRITE,
179 PTE_NOCACHE,
180 },
181 {
182 /* CompactFlash controller. */
183 AT91RM92_CF_BASE,
184 AT91RM92_CF_PA_BASE,
185 AT91RM92_CF_SIZE,
186 VM_PROT_READ|VM_PROT_WRITE,
187 PTE_NOCACHE,
188 },
189 {
182 0,
183 0,
184 0,
185 0,
186 0,
187 }
188};
189

--- 210 unchanged lines hidden ---
190 0,
191 0,
192 0,
193 0,
194 0,
195 }
196};
197

--- 210 unchanged lines hidden ---