summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-04-11 06:40:35 +0000
committerimp <imp@FreeBSD.org>2001-04-11 06:40:35 +0000
commitc191775cad18b6c9f3bc594aa3681742b72e42bb (patch)
tree885a614957561e10bcf91d50b04bdd8eca36d32b /sys/dev
parent11b2b4beeaa2d6ec58e2c534ec66da329f544bf5 (diff)
downloadFreeBSD-src-c191775cad18b6c9f3bc594aa3681742b72e42bb.zip
FreeBSD-src-c191775cad18b6c9f3bc594aa3681742b72e42bb.tar.gz
Add O2Micro's OZ6872 Cardbus bridge.
Submitted by: Robert Sexton <robert@kudra.com>
Diffstat (limited to 'sys/dev')
-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 8081716..93be400 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 9758335..5610f21 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
OpenPOWER on IntegriCloud