Deleted Added
full compact
pccbbreg.h (75645) pccbbreg.h (77195)
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

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

20 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 *
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

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

20 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 *
28 * $FreeBSD: head/sys/dev/pccbb/pccbbreg.h 75645 2001-04-18 05:45:15Z imp $
28 * $FreeBSD: head/sys/dev/pccbb/pccbbreg.h 77195 2001-05-25 19:12:58Z imp $
29 */
30
31/*
32 * Register definitions for PCI to Cardbus Bridge chips
33 */
34
35
36/* PCI header registers */

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

151#define PCCBB_SOCKET_CTRL_VCC_OFF 0x00
152#define PCCBB_SOCKET_CTRL_VCC_5V 0x20
153#define PCCBB_SOCKET_CTRL_VCC_3V 0x30
154#define PCCBB_SOCKET_CTRL_VCC_XV 0x40
155#define PCCBB_SOCKET_CTRL_VCC_YV 0x50
156
157#define PCCBB_SOCKET_CTRL_STOPCLK 0x80
158
29 */
30
31/*
32 * Register definitions for PCI to Cardbus Bridge chips
33 */
34
35
36/* PCI header registers */

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

151#define PCCBB_SOCKET_CTRL_VCC_OFF 0x00
152#define PCCBB_SOCKET_CTRL_VCC_5V 0x20
153#define PCCBB_SOCKET_CTRL_VCC_3V 0x30
154#define PCCBB_SOCKET_CTRL_VCC_XV 0x40
155#define PCCBB_SOCKET_CTRL_VCC_YV 0x50
156
157#define PCCBB_SOCKET_CTRL_STOPCLK 0x80
158
159
160/* Vendor/Device IDs */
161#define PCI_DEVICE_ID_PCIC_OZ6729 0x67291217ul
162#define PCI_DEVICE_ID_PCIC_OZ6730 0x673A1217ul
163#define PCI_DEVICE_ID_PCIC_OZ6832 0x68321217ul /* Also 6833 */
164#define PCI_DEVICE_ID_PCIC_OZ6860 0x68361216ul /* Also 6836? */
165#define PCI_DEVICE_ID_PCIC_OZ6872 0x68721217ul /* Also 6812 */
166#define PCI_DEVICE_ID_PCIC_OZ6912
167#define PCI_DEVICE_ID_PCIC_OZ6922
168#define PCI_DEVICE_ID_PCIC_OZ6933
169#define PCI_DEVICE_ID_PCIC_CLPD6729 0x11001013ul
170#define PCI_DEVICE_ID_PCIC_CLPD6832 0x11101013ul
171#define PCI_DEVICE_ID_PCIC_CLPD6833 0x11131013ul
172#define PCI_DEVICE_ID_PCIC_TI1130 0xac12104cul
173#define PCI_DEVICE_ID_PCIC_TI1131 0xac15104cul
174#define PCI_DEVICE_ID_PCIC_TI1211 0xac1e104cul
175#define PCI_DEVICE_ID_PCIC_TI1220 0xac17104cul
176#define PCI_DEVICE_ID_PCIC_TI1221 0xac19104cul
177#define PCI_DEVICE_ID_PCIC_TI1225 0xac1c104cul
178#define PCI_DEVICE_ID_PCIC_TI1250 0xac16104cul
179#define PCI_DEVICE_ID_PCIC_TI1251 0xac1d104cul
180#define PCI_DEVICE_ID_PCIC_TI1251B 0xac1f104cul
181#define PCI_DEVICE_ID_PCIC_TI1410 0xac50104cul
182#define PCI_DEVICE_ID_PCIC_TI1420 0xac51104cul
183#define PCI_DEVICE_ID_PCIC_TI1450 0xac1b104cul
184#define PCI_DEVICE_ID_PCIC_TI1451 0xac52104cul
185#define PCI_DEVICE_ID_PCIC_TI4451 0xac42104cul
186#define PCI_DEVICE_ID_TOSHIBA_TOPIC95 0x06031179ul
187#define PCI_DEVICE_ID_TOSHIBA_TOPIC95B 0x060a1179ul
188#define PCI_DEVICE_ID_TOSHIBA_TOPIC97 0x060f1179ul
189#define PCI_DEVICE_ID_TOSHIBA_TOPIC100 0x06171179ul
190#define PCI_DEVICE_ID_RICOH_RL5C465 0x04651180ul
191#define PCI_DEVICE_ID_RICOH_RL5C466 0x04661180ul
192#define PCI_DEVICE_ID_RICOH_RL5C475 0x04751180ul
193#define PCI_DEVICE_ID_RICOH_RL5C476 0x04761180ul
194#define PCI_DEVICE_ID_RICOH_RL5C477 0x04771180ul
195#define PCI_DEVICE_ID_RICOH_RL5C478 0x04781180ul
159#include <dev/pccbb/pccbbdevid.h>