1
*** old/pci_ids.h Mon Aug 25 13:44:44 2003
2
--- include/linux/pci_ids.h Fri Oct 10 17:55:38 2003
6
#define PCI_DEVICE_ID_PLX_DJINN_ITOO 0x1151
7
#define PCI_DEVICE_ID_PLX_R753 0x1152
8
+ #define PCI_DEVICE_ID_PLX_R753_2 0x1187
9
#define PCI_DEVICE_ID_PLX_9050 0x9050
10
#define PCI_DEVICE_ID_PLX_9060 0x9060
11
*** old/config.c Mon Aug 25 13:44:42 2003
12
--- drivers/isdn/hisax/config.c Fri Oct 10 17:56:02 2003
16
{PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_R753, PCI_ANY_ID, PCI_ANY_ID},
17
{PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_DJINN_ITOO, PCI_ANY_ID, PCI_ANY_ID},
18
+ {PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_R753_2, PCI_ANY_ID, PCI_ANY_ID},
20
#ifdef CONFIG_HISAX_QUADRO
21
*** old/gazel.c Fri Dec 21 18:41:54 2001
22
--- drivers/isdn/hisax/gazel.c Fri Oct 10 18:04:52 2003
26
seekcard = PCI_DEVICE_ID_PLX_R685;
27
! for (nbseek = 0; nbseek < 3; nbseek++) {
28
if ((dev_tel = pci_find_device(PCI_VENDOR_ID_PLX, seekcard, dev_tel))) {
29
if (pci_enable_device(dev_tel))
32
seekcard = PCI_DEVICE_ID_PLX_R685;
33
! for (nbseek = 0; nbseek < 4; nbseek++) {
34
if ((dev_tel = pci_find_device(PCI_VENDOR_ID_PLX, seekcard, dev_tel))) {
35
if (pci_enable_device(dev_tel))
39
seekcard = PCI_DEVICE_ID_PLX_DJINN_ITOO;
41
+ case PCI_DEVICE_ID_PLX_DJINN_ITOO:
42
+ seekcard = PCI_DEVICE_ID_PLX_R753_2;
50
test_and_set_bit(HW_IPAC, &cs->HW_Flags);
52
+ "Gazel: config irq:%d ipac:0x%X cfg:0x%X\n",
53
+ cs->irq, cs->hw.gazel.ipac, cs->hw.gazel.cfg_reg);
55
+ case PCI_DEVICE_ID_PLX_R753_2:
56
+ printk(KERN_INFO "Gazel: Card PCI R753 0x1187 found\n");
58
+ test_and_set_bit(HW_IPAC, &cs->HW_Flags);
60
"Gazel: config irq:%d ipac:0x%X cfg:0x%X\n",