Deleted Added
full compact
at91reg.h (237429) at91reg.h (238331)
1/*-
2 * Copyright (c) 2009 Greg Ansley All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

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

19 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23 * SUCH DAMAGE.
24 */
25
26/*
1/*-
2 * Copyright (c) 2009 Greg Ansley All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

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

19 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23 * SUCH DAMAGE.
24 */
25
26/*
27 * $FreeBSD: head/sys/arm/at91/at91reg.h 237429 2012-06-22 05:54:34Z imp $
27 * $FreeBSD: head/sys/arm/at91/at91reg.h 238331 2012-07-10 02:39:03Z imp $
28 */
29
30#ifndef _AT91REG_H_
31#define _AT91REG_H_
32
33#include "opt_at91.h"
34
35/* Where builtin peripherals start in KVM */

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

80#define AT91_EXID_SAM9G45 0x00000004
81
82#define AT91_EXID_SAM9G15 0x00000000
83#define AT91_EXID_SAM9G35 0x00000001
84#define AT91_EXID_SAM9X35 0x00000002
85#define AT91_EXID_SAM9G25 0x00000003
86#define AT91_EXID_SAM9X25 0x00000004
87
28 */
29
30#ifndef _AT91REG_H_
31#define _AT91REG_H_
32
33#include "opt_at91.h"
34
35/* Where builtin peripherals start in KVM */

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

80#define AT91_EXID_SAM9G45 0x00000004
81
82#define AT91_EXID_SAM9G15 0x00000000
83#define AT91_EXID_SAM9G35 0x00000001
84#define AT91_EXID_SAM9X35 0x00000002
85#define AT91_EXID_SAM9G25 0x00000003
86#define AT91_EXID_SAM9X25 0x00000004
87
88#define AT91_IRQ_SYSTEM 1
89
88#endif /* _AT91REG_H_ */
90#endif /* _AT91REG_H_ */