aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2001-04-11 06:40:35 +0000
committerWarner Losh <imp@FreeBSD.org>2001-04-11 06:40:35 +0000
commit80914f7e42897b7cdeac467550426029b7ac6a22 (patch)
treead88de6c3c384096cf989e9f5e357cafa110fbbf
parentaf9fb623c7438576665d13badd85a8ad1f38fda5 (diff)
Notes
-rw-r--r--sys/dev/pccbb/pccbb.c4
-rw-r--r--sys/dev/pccbb/pccbbreg.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c
index 8081716c3610..93be4000dec3 100644
--- a/sys/dev/pccbb/pccbb.c
+++ b/sys/dev/pccbb/pccbb.c
@@ -175,6 +175,10 @@ struct yenta_chipinfo {
{PCI_DEVICE_ID_PCIC_CLPD6833, "CLPD6833 PCI-CardBus Bridge",
CB_CIRRUS, PCCBB_PCIC_MEM_32},
+ /* 02Micro */
+ {PCI_DEVICE_ID_PCIC_OZ6872, "O2Mirco OZ6872 PCI-CardBus Bridge",
+ CB_CIRRUS, PCCBB_PCIC_MEM_32},
+
/* sentinel */
{0 /* null id */, "unknown",
CB_UNKNOWN, 0},
diff --git a/sys/dev/pccbb/pccbbreg.h b/sys/dev/pccbb/pccbbreg.h
index 9758335de001..5610f2160f75 100644
--- a/sys/dev/pccbb/pccbbreg.h
+++ b/sys/dev/pccbb/pccbbreg.h
@@ -160,6 +160,7 @@
/* Vendor/Device IDs */
#define PCI_DEVICE_ID_PCIC_OZ6729 0x67291217ul
#define PCI_DEVICE_ID_PCIC_OZ6730 0x673A1217ul
+#define PCI_DEVICE_ID_PCIC_OZ6872 0x68721217ul
#define PCI_DEVICE_ID_PCIC_CLPD6729 0x11001013ul
#define PCI_DEVICE_ID_PCIC_CLPD6832 0x11101013ul
#define PCI_DEVICE_ID_PCIC_CLPD6833 0x11131013ul