Add recognition of O2Micro 711M1.

Submitted by: Gordon Bergling
This commit is contained in:
Warner Losh 2004-12-23 05:28:36 +00:00
parent 6e6bc3ed0d
commit 2969a6a9d6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139225
2 changed files with 2 additions and 0 deletions

View File

@ -187,6 +187,7 @@ static struct yenta_chipinfo {
{PCIC_ID_OZ6922, "O2Micro OZ6922 PCI-CardBus Bridge", CB_O2MICRO},
{PCIC_ID_OZ6933, "O2Micro OZ6933 PCI-CardBus Bridge", CB_O2MICRO},
{PCIC_ID_OZ711E1, "O2Micro OZ711E1 PCI-CardBus Bridge", CB_O2MICRO},
{PCIC_ID_OZ711M1, "O2Micro OZ711M1 PCI-CardBus Bridge", CB_O2MICRO},
/* sentinel */
{0 /* null id */, "unknown", CB_UNKNOWN},

View File

@ -49,6 +49,7 @@
#define PCIC_ID_OZ6922 0x69251217ul
#define PCIC_ID_OZ6933 0x69331217ul
#define PCIC_ID_OZ711E1 0x71131217ul /* O2Micro 711E1 */
#define PCIC_ID_OZ711M1 0x71141217ul /* O2Micro 711M1 */
#define PCIC_ID_RICOH_RL5C465 0x04651180ul
#define PCIC_ID_RICOH_RL5C466 0x04661180ul
#define PCIC_ID_RICOH_RL5C475 0x04751180ul