From 6034603194817650c438bc0baa3a0a4267000cb0 Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 18 Apr 2001 04:42:11 +0000 Subject: Add support for the OZ6832. Submitted by: Martin Nilsson --- sys/dev/pccbb/pccbb.c | 2 ++ sys/dev/pccbb/pccbbreg.h | 1 + 2 files changed, 3 insertions(+) (limited to 'sys') 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 -- cgit v1.1