Add O2Micro's OZ6872 Cardbus bridge.
Submitted by: Robert Sexton <robert@kudra.com>
This commit is contained in:
parent
af9fb623c7
commit
80914f7e42
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75414
@ -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},
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user