From 808e0ce4efa4b05d5df503415edb5df3a45a9810 Mon Sep 17 00:00:00 2001 From: nsayer Date: Thu, 1 Apr 1999 15:28:10 +0000 Subject: Import PCI pccard bridge chip probing from PAO. Hopeful prelude for broadening chipset support in -current. Reviewed by: joerg Obtained from: PAO --- sys/pci/pcic_p.h | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'sys/pci/pcic_p.h') diff --git a/sys/pci/pcic_p.h b/sys/pci/pcic_p.h index 8b2bc27..855e1ab2 100644 --- a/sys/pci/pcic_p.h +++ b/sys/pci/pcic_p.h @@ -26,17 +26,26 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pcic_p.h,v 1.3 1998/01/20 21:11:03 nate Exp $ + * $Id: pcic_p.h,v 1.4 1999/01/25 12:59:31 torstenb Exp $ */ /* PCI/CardBus Device IDs */ +#define PCI_DEVICE_ID_PCIC_OZ6729 0x67291217ul +#define PCI_DEVICE_ID_PCIC_OZ6730 0x673A1217ul #define PCI_DEVICE_ID_PCIC_CLPD6729 0x11001013ul #define PCI_DEVICE_ID_PCIC_CLPD6832 0x11101013ul -#define PCI_DEVICE_ID_PCIC_O2MICRO 0x673A1217ul -#define PCI_DEVICE_ID_PCIC_TI1130 0xAC12104Cul -#define PCI_DEVICE_ID_PCIC_TI1131 0xAC15104Cul -#define PCI_DEVICE_ID_PCIC_TI1250 0xAC16104Cul - +#define PCI_DEVICE_ID_PCIC_TI1130 0xac12104cul +#define PCI_DEVICE_ID_PCIC_TI1131 0xac15104cul +#define PCI_DEVICE_ID_PCIC_TI1220 0xac17104cul +#define PCI_DEVICE_ID_PCIC_TI1221 0xac19104cul +#define PCI_DEVICE_ID_PCIC_TI1250 0xac16104cul +#define PCI_DEVICE_ID_TOSHIBA_TOPIC95 0x060a1179ul +#define PCI_DEVICE_ID_TOSHIBA_TOPIC97 0x060f1179ul +#define PCI_DEVICE_ID_RICOH_RL5C465 0x04651180ul +#define PCI_DEVICE_ID_RICOH_RL5C475 0x04751180ul +#define PCI_DEVICE_ID_RICOH_RL5C476 0x04761180ul +#define PCI_DEVICE_ID_RICOH_RL5C478 0x04781180ul + /* CL-PD6832 CardBus defines */ #define CLPD6832_IO_BASE0 0x002c #define CLPD6832_IO_LIMIT0 0x0030 -- cgit v1.1