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
This commit is contained in:
Warner Losh 2004-07-22 20:19:57 +00:00
parent e2b194a02d
commit d9975d06e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132552
2 changed files with 14 additions and 1 deletions

View File

@ -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},

View File

@ -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