Deleted Added
full compact
pccbbreg.h (140197) pccbbreg.h (148102)
1/*-
2 * Copyright (c) 2000,2001 Jonathan Chen.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
1/*-
2 * Copyright (c) 2000,2001 Jonathan Chen.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * $FreeBSD: head/sys/dev/pccbb/pccbbreg.h 140197 2005-01-13 19:05:25Z imp $
26 * $FreeBSD: head/sys/dev/pccbb/pccbbreg.h 148102 2005-07-17 19:31:39Z imp $
27 */
28
29/*
30 * Copyright (c) 1998, 1999 and 2000
31 * HAYAKAWA Koichi. All rights reserved.
32 *
33 * Redistribution and use in source and binary forms, with or without
34 * modification, are permitted provided that the following conditions

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

77#define CBB_IOALIGN 4
78#define CBB_IOALIGN_BITS 2
79
80#define CBBR_INTRLINE 0x3c /* len=1 */
81#define CBBR_INTRPIN 0x3d /* len=1 */
82#define CBBR_BRIDGECTRL 0x3e /* len=2 */
83# define CBBM_BRIDGECTRL_MASTER_ABORT 0x0020
84# define CBBM_BRIDGECTRL_RESET 0x0040
27 */
28
29/*
30 * Copyright (c) 1998, 1999 and 2000
31 * HAYAKAWA Koichi. All rights reserved.
32 *
33 * Redistribution and use in source and binary forms, with or without
34 * modification, are permitted provided that the following conditions

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

77#define CBB_IOALIGN 4
78#define CBB_IOALIGN_BITS 2
79
80#define CBBR_INTRLINE 0x3c /* len=1 */
81#define CBBR_INTRPIN 0x3d /* len=1 */
82#define CBBR_BRIDGECTRL 0x3e /* len=2 */
83# define CBBM_BRIDGECTRL_MASTER_ABORT 0x0020
84# define CBBM_BRIDGECTRL_RESET 0x0040
85# define CBBM_BRIDGECTRL_INTR_IREQ_EN 0x0080
85# define CBBM_BRIDGECTRL_INTR_IREQ_ISA_EN 0x0080
86# define CBBM_BRIDGECTRL_PREFETCH_0 0x0100
87# define CBBM_BRIDGECTRL_PREFETCH_1 0x0200
88# define CBBM_BRIDGECTRL_WRITE_POST_EN 0x0400
89 /* additional bit for RF5C46[567] */
90# define CBBM_BRIDGECTRL_RL_3E0_EN 0x0800
91# define CBBM_BRIDGECTRL_RL_3E2_EN 0x1000
92
93#define CBBR_LEGACY 0x44 /* len=4 */

--- 152 unchanged lines hidden ---
86# define CBBM_BRIDGECTRL_PREFETCH_0 0x0100
87# define CBBM_BRIDGECTRL_PREFETCH_1 0x0200
88# define CBBM_BRIDGECTRL_WRITE_POST_EN 0x0400
89 /* additional bit for RF5C46[567] */
90# define CBBM_BRIDGECTRL_RL_3E0_EN 0x0800
91# define CBBM_BRIDGECTRL_RL_3E2_EN 0x1000
92
93#define CBBR_LEGACY 0x44 /* len=4 */

--- 152 unchanged lines hidden ---