summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-12-23 05:28:36 +0000
committerimp <imp@FreeBSD.org>2004-12-23 05:28:36 +0000
commit296ed3d95daf1cf1f0c920fdc10ab4514d443ad5 (patch)
tree131833dff22796bc82a64de611da31250f4c5f31 /sys/dev/pccbb
parent8ae1fed8870bb88ec9ae232f99b10e9a102459da (diff)
downloadFreeBSD-src-296ed3d95daf1cf1f0c920fdc10ab4514d443ad5.zip
FreeBSD-src-296ed3d95daf1cf1f0c920fdc10ab4514d443ad5.tar.gz
Add recognition of O2Micro 711M1.
Submitted by: Gordon Bergling
Diffstat (limited to 'sys/dev/pccbb')
-rw-r--r--sys/dev/pccbb/pccbb_pci.c1
-rw-r--r--sys/dev/pccbb/pccbbdevid.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/pccbb/pccbb_pci.c b/sys/dev/pccbb/pccbb_pci.c
index b3c1363..2801415 100644
--- a/sys/dev/pccbb/pccbb_pci.c
+++ b/sys/dev/pccbb/pccbb_pci.c
@@ -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},
diff --git a/sys/dev/pccbb/pccbbdevid.h b/sys/dev/pccbb/pccbbdevid.h
index 73df7aa..85df56a 100644
--- a/sys/dev/pccbb/pccbbdevid.h
+++ b/sys/dev/pccbb/pccbbdevid.h
@@ -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
OpenPOWER on IntegriCloud