Hi,
Here, just a minor patch on unicorn sources, working with "2.6.24-16-generic" kernel on hardy heron (8.04 LTS)
I have an issue with ATM module (which seems not to be loaded), but to patch unicorn_pcidrv.c will allow to build unicorn_pci_atm module under this kernel (and later) and provide a better support for this "old" material (but still be used on France and Italie).
Hope this may help. regards, Jérôme
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);
-- Ubuntu-motu mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu
