Add support for the OZ6832.
Submitted by: Martin Nilsson <martin@svenskabutiker.se>
This commit is contained in:
parent
6d359f31fc
commit
029f7392a5
@ -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},
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user