diff options
Diffstat (limited to 'debian/patches/24_pci_irq_fix.patch')
| -rw-r--r-- | debian/patches/24_pci_irq_fix.patch | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/debian/patches/24_pci_irq_fix.patch b/debian/patches/24_pci_irq_fix.patch index 21c961c..4f1c0f9 100644 --- a/debian/patches/24_pci_irq_fix.patch +++ b/debian/patches/24_pci_irq_fix.patch @@ -20,10 +20,11 @@ the device is not being used for unassigned IRQ. happens in some motherboard). -diff -ru gnumach-vanilla/linux/src/drivers/net/pci-scan.c gnumach-irqpciquickfix/linux/src/drivers/net/pci-scan.c ---- gnumach-vanilla/linux/src/drivers/net/pci-scan.c 2006-01-22 16:54:41.000000000 +0100 -+++ gnumach-irqpciquickfix/linux/src/drivers/net/pci-scan.c 2006-01-28 06:19:58.000000000 +0100 -@@ -347,7 +347,7 @@ +Index: b/linux/src/drivers/net/pci-scan.c +=================================================================== +--- a/linux/src/drivers/net/pci-scan.c ++++ b/linux/src/drivers/net/pci-scan.c +@@ -347,7 +347,7 @@ int pci_drv_register(struct drv_id_info pci_tbl[chip_idx].name, pciaddr, irq); if ( ! (pci_flags & PCI_UNUSED_IRQ) && @@ -32,5 +33,3 @@ diff -ru gnumach-vanilla/linux/src/drivers/net/pci-scan.c gnumach-irqpciquickfix if (pci_bus == 32) /* Broken CardBus activation. */ printk(KERN_WARNING "Resources for CardBus device '%s' have" " not been allocated.\n" - - |
