Public bug reported:

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 :( ...

** Affects: unicorn (Ubuntu)
     Importance: Undecided
         Status: New

-- 
patch for generating unicorn_pci_atm module on 2.6.24-16-generic and later
https://bugs.launchpad.net/bugs/245590
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to