patch for generating unicorn_pci_atm module on 2.6.24-16-generic and later

Bug #245590 reported by Jerome
4
Affects Status Importance Assigned to Milestone
unicorn (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: unicorn

unicorn 0.9.3-2
Ubuntu 8.04

On unicorn_pcidrv.c source (/PCI directory), I need to remove deprecated variable : "SA_SHIRQ" and to use a new one : "IRQF_SHARED" for a compilation without error on 2.6.24-16-generic kernel (Hardy Heron - 8.04).

995c995
< status = request_irq(pci_dev->irq, unicorn_isr, SA_SHIRQ, "unicorn_pci", dev);
---
> status = request_irq(pci_dev->irq, unicorn_isr, IRQF_SHARED, "unicorn_pci", dev);

Also, seems there is no ATM module on current kernel, how can I set my network interface ?
Generated module is loaded but I do not have a dsl0 or eth0 interface :( ...

Revision history for this message
Jerome (romjerome) wrote :
Revision history for this message
Philippe Coval (rzr) wrote :

there is a version of this package in my ppa , does it worth to be mergec into karmic since unicorn has been removed of debian
--
http://rzr.online.fr/q/unicorn

Revision history for this message
Matthias Klose (doko) wrote :

sorry, closing this issue without having it addressed. please recheck for bionic (18.04)

Changed in unicorn (Ubuntu):
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.