Hi,

this is the only difference in hfc_pci.c between 1.1.2 and 1.1.3, this only happens when the driver is loaded initially, so i can't understand why this should result in a Kernel Panic after a few seconds.

[EMAIL PROTECTED]:/tmp/mISDN-1_1_2$ diff -u drivers/isdn/hardware/mISDN/hfc_pci.c ../mISDN-1_1_3/drivers/isdn/hardware/mISDN/hfc_pci.c --- drivers/isdn/hardware/mISDN/hfc_pci.c 2006-12-21 16:25:06.000000000 +0100 +++ ../mISDN-1_1_3/drivers/isdn/hardware/mISDN/hfc_pci.c 2007-05-09 11:53:28.000000000 +0200
@@ -1880,7 +1880,7 @@
       hc->hw.cirm = 0;
       hc->dch.state = 0;
       while (id_list[i].vendor_id) {
-               tmp_hfcpci = pci_find_device(id_list[i].vendor_id,
+               tmp_hfcpci = pci_get_device(id_list[i].vendor_id,
                               id_list[i].device_id, dev_hfcpci);
               i++;
               if (tmp_hfcpci) {




Nenad Radosavljevic wrote:
Hello !

It seems to me that hfcpci driver is broken between 1.1.2 and 1.1.3
releases of mISDN. It makes a kernel segfault couple of seconds after
loading - kernel is 2.6.17 from kernel.org

I had to return to 1.1.2 (on same kernel) wich works great, but if you
need console output posted here, I'll make a switch again.

Kind regards,
               Nenad Radosavljevic
_______________________________________________
Misdn-asterisk mailing list
[email protected]
http://lists.beronet.com/cgi-bin/mailman/listinfo/misdn-asterisk




--
*******************************************
beroNet GmbH
Christian Richter
Friedrichstr. 231
Haus D, 4. OG
10969 Berlin

FON:    +49 (0) 30 259389-0
FAX:    +49 (0) 30 259389-19
Email:  [EMAIL PROTECTED]
EWeb:   http://www.beronet.com
GF:             Thomas Häger
HRB:    Amtsgericht Berlin unter HRB97992B
*******************************************

Diese E-Mail enthält vertrauliche und / oder rechtlich geschützte 
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail 
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und 
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte 
Weitergabe dieser Mail ist nicht gestattet.

This e-mail may contain confidential and / or privileged information. If you 
are not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorised 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden.

_______________________________________________
Misdn-asterisk mailing list
[email protected]
http://lists.beronet.com/cgi-bin/mailman/listinfo/misdn-asterisk

Reply via email to