~vcs-imports/ipfire/ipfire-2.x

« back to all changes in this revision

Viewing changes to src/patches/linux-2.4.23-olitec-isdn.patch

  • Committer: ipfire
  • Date: 2006-02-15 21:15:54 UTC
  • Revision ID: git-v1:cd1a2927226c734d96478e12bb768256fb64a06a


git-svn-id: http://svn.ipfire.org/svn/ipfire/IPFire/source@16 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
3
***************
 
4
*** 862,865 ****
 
5
--- 862,866 ----
 
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
 
13
***************
 
14
*** 2130,2133 ****
 
15
--- 2130,2134 ----
 
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},
 
19
  #endif
 
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
 
23
***************
 
24
*** 559,563 ****
 
25
        }
 
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))
 
30
--- 559,563 ----
 
31
        }
 
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))
 
36
***************
 
37
*** 578,581 ****
 
38
--- 578,584 ----
 
39
                                        seekcard = PCI_DEVICE_ID_PLX_DJINN_ITOO;
 
40
                                        break;
 
41
+                               case PCI_DEVICE_ID_PLX_DJINN_ITOO:
 
42
+                                       seekcard = PCI_DEVICE_ID_PLX_R753_2;
 
43
+                                       break;
 
44
                        }
 
45
                }
 
46
***************
 
47
*** 621,624 ****
 
48
--- 624,635 ----
 
49
                        cs->subtyp = R753;
 
50
                        test_and_set_bit(HW_IPAC, &cs->HW_Flags);
 
51
+                       printk(KERN_INFO
 
52
+                           "Gazel: config irq:%d ipac:0x%X  cfg:0x%X\n",
 
53
+                       cs->irq, cs->hw.gazel.ipac, cs->hw.gazel.cfg_reg);
 
54
+                       break;
 
55
+               case PCI_DEVICE_ID_PLX_R753_2:
 
56
+                       printk(KERN_INFO "Gazel: Card PCI R753 0x1187 found\n");
 
57
+                       cs->subtyp = R753;
 
58
+                       test_and_set_bit(HW_IPAC, &cs->HW_Flags);
 
59
                        printk(KERN_INFO
 
60
                            "Gazel: config irq:%d ipac:0x%X  cfg:0x%X\n",