summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-04-18 04:42:11 +0000
committerimp <imp@FreeBSD.org>2001-04-18 04:42:11 +0000
commit6034603194817650c438bc0baa3a0a4267000cb0 (patch)
tree041817ef54d9bf6b606ac78d27618f445d57ca5d /sys
parent3f3a6a4168d6fc20dc75059c467c7ac113a79eaa (diff)
downloadFreeBSD-src-6034603194817650c438bc0baa3a0a4267000cb0.zip
FreeBSD-src-6034603194817650c438bc0baa3a0a4267000cb0.tar.gz
Add support for the OZ6832.
Submitted by: Martin Nilsson <martin@svenskabutiker.se>
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pccbb/pccbb.c2
-rw-r--r--sys/dev/pccbb/pccbbreg.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c
index 93be400..c1637f42 100644
--- a/sys/dev/pccbb/pccbb.c
+++ b/sys/dev/pccbb/pccbb.c
@@ -176,6 +176,8 @@ struct yenta_chipinfo {
CB_CIRRUS, PCCBB_PCIC_MEM_32},
/* 02Micro */
+ {PCI_DEVICE_ID_PCIC_OZ6832, "O2Mirco OZ6832 PCI-CardBus Bridge",
+ CB_CIRRUS, PCCBB_PCIC_MEM_32},
{PCI_DEVICE_ID_PCIC_OZ6872, "O2Mirco OZ6872 PCI-CardBus Bridge",
CB_CIRRUS, PCCBB_PCIC_MEM_32},
diff --git a/sys/dev/pccbb/pccbbreg.h b/sys/dev/pccbb/pccbbreg.h
index 5610f21..3127ada 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_OZ6832 0x68321217ul
#define PCI_DEVICE_ID_PCIC_OZ6872 0x68721217ul
#define PCI_DEVICE_ID_PCIC_CLPD6729 0x11001013ul
#define PCI_DEVICE_ID_PCIC_CLPD6832 0x11101013ul
OpenPOWER on IntegriCloud