Deleted Added
full compact
hid.h (190681) hid.h (190953)
1/*-
2 * Copyright (c) 2000 Tsubai Masanari. 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 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
24 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 *
26 * $NetBSD: hid.h,v 1.2 2001/08/22 21:05:25 matt Exp $
1/*-
2 * Copyright (c) 2000 Tsubai Masanari. 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 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
24 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 *
26 * $NetBSD: hid.h,v 1.2 2001/08/22 21:05:25 matt Exp $
27 * $FreeBSD: head/sys/powerpc/include/hid.h 190681 2009-04-04 00:22:44Z nwhitehorn $
27 * $FreeBSD: head/sys/powerpc/include/hid.h 190953 2009-04-12 03:03:55Z nwhitehorn $
28 */
29
30#ifndef _POWERPC_HID_H_
31#define _POWERPC_HID_H_
32
33/* Hardware Implementation Dependent registers for the PowerPC */
34
35#define HID0_EMCP 0x80000000 /* Enable MCP */

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

142 * 7450: BHTCLR = Branch history clear
143 * 7450: XAEN = Extended Addressing Enabled
144 * 7450: LRSTK = Link Register Stack Enable
145 * 7450: FOLD = Branch folding enable
146 * 7457: HBATEN = High BAT Enable
147 * 7457: XBSEN = Extended BAT Block Size Enable
148 */
149
28 */
29
30#ifndef _POWERPC_HID_H_
31#define _POWERPC_HID_H_
32
33/* Hardware Implementation Dependent registers for the PowerPC */
34
35#define HID0_EMCP 0x80000000 /* Enable MCP */

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

142 * 7450: BHTCLR = Branch history clear
143 * 7450: XAEN = Extended Addressing Enabled
144 * 7450: LRSTK = Link Register Stack Enable
145 * 7450: FOLD = Branch folding enable
146 * 7457: HBATEN = High BAT Enable
147 * 7457: XBSEN = Extended BAT Block Size Enable
148 */
149
150#define HID5_970_DCBZ_SIZE_HI 0x01000000 /* dcbz does a 32-byte store */
151
150#endif /* _POWERPC_HID_H_ */
152#endif /* _POWERPC_HID_H_ */