From d9975d06e11077dfc47ff34e7d4e9ff3830755d6 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 22 Jul 2004 20:19:57 +0000 Subject: [PATCH] Add IDs from TI's web site. Reports from the field and inspection of the data sheets leads me to believe these will just work. Those parts with the various media readers on them may not have the required FreeBSD drivers that will attach to the subdevices that will be seen on some of these parts. PCI 1515, 1530, 1620, 4520, 6411, 6420, 7410, 7510, 7610 Prompted by: Havard Eidnes --- sys/dev/pccbb/pccbb.c | 13 +++++++++++++ sys/dev/pccbb/pccbbdevid.h | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c index 4e9fa735598..d9a65f95ee6 100644 --- a/sys/dev/pccbb/pccbb.c +++ b/sys/dev/pccbb/pccbb.c @@ -150,11 +150,24 @@ struct yenta_chipinfo { {PCIC_ID_TI1450, "TI1450 PCI-CardBus Bridge", CB_TI125X}, /*SIC!*/ {PCIC_ID_TI1451, "TI1451 PCI-CardBus Bridge", CB_TI12XX}, {PCIC_ID_TI1510, "TI1510 PCI-CardBus Bridge", CB_TI12XX}, + {PCIC_ID_TI1515, "TI1515 PCI-CardBus Bridge", CB_TI12XX}, {PCIC_ID_TI1520, "TI1520 PCI-CardBus Bridge", CB_TI12XX}, + {PCIC_ID_TI1530, "TI1530 PCI-CardBus Bridge", CB_TI12XX}, + {PCIC_ID_TI1620, "TI1620 PCI-CardBus Bridge", CB_TI12XX}, {PCIC_ID_TI4410, "TI4410 PCI-CardBus Bridge", CB_TI12XX}, {PCIC_ID_TI4450, "TI4450 PCI-CardBus Bridge", CB_TI12XX}, {PCIC_ID_TI4451, "TI4451 PCI-CardBus Bridge", CB_TI12XX}, {PCIC_ID_TI4510, "TI4510 PCI-CardBus Bridge", CB_TI12XX}, + {PCIC_ID_TI4520, "TI4520 PCI-CardBus Bridge", CB_TI12XX}, + {PCIC_ID_TI6411, "TI[67]x[12]1 PCI-CardBus Bridge", CB_TI12XX}, + {PCIC_ID_TI6420, "TI[67]x20 PCI-CardBus Bridge", CB_TI12XX}, + {PCIC_ID_TI6420SC, "TI[67]x20 (SC) PCI-CardBus Bridge", CB_TI12XX}, + {PCIC_ID_TI7410, "TI7410 PCI-CardBus Bridge", CB_TI12XX}, + {PCIC_ID_TI7510, "TI7510 PCI-CardBus Bridge", CB_TI12XX}, + {PCIC_ID_TI7610, "TI7610 PCI-CardBus Bridge", CB_TI12XX}, + {PCIC_ID_TI7610M, "TI7610 (M) PCI-CardBus Bridge", CB_TI12XX}, + {PCIC_ID_TI7610SD, "TI7610 (SD) PCI-CardBus Bridge", CB_TI12XX}, + {PCIC_ID_TI7610MS, "TI7610 (MS) PCI-CardBus Bridge", CB_TI12XX}, /* ENE */ {PCIC_ID_ENE_CB710, "ENE CB710 PCI-CardBus Bridge", CB_TI12XX}, diff --git a/sys/dev/pccbb/pccbbdevid.h b/sys/dev/pccbb/pccbbdevid.h index deacb86af4a..73df7aa50e8 100644 --- a/sys/dev/pccbb/pccbbdevid.h +++ b/sys/dev/pccbb/pccbbdevid.h @@ -86,7 +86,7 @@ #define PCIC_ID_TI4520 0xac46104cul #define PCIC_ID_TI6411 0x8031104cul /* PCI[67]x[12]1 */ #define PCIC_ID_TI6420 0xac8d104cul /* PCI[67]x20 Smartcard dis */ -#define PCIC_ID_TI6420SD 0xac8e104cul /* PCI[67]x20 Smartcard en */ +#define PCIC_ID_TI6420SC 0xac8e104cul /* PCI[67]x20 Smartcard en */ #define PCIC_ID_TI7410 0xac49104cul #define PCIC_ID_TI7510 0xac47104cul #define PCIC_ID_TI7610 0xac48104cul -- 2.45.2