Files @ e4a7e1055c05
Branch filter:

Location: ohnobinki_overlay/net-wireless/madwifi-ng/files/mydebug.patch

binki
meida-sound/sound-juicer: removed, outdated and I do not use it
--- /madwifi-0.9.4/ath/if_ath_pci.c	2008-01-30 15:56:11.000000000 -0500
+++ /madwifi-0.9.4/ath/if_ath_pci.c	2008-06-23 20:44:49.000000000 -0400
@@ -169,6 +169,6 @@
 
 	phymem = pci_resource_start(pdev, 0);
 	if (!request_mem_region(phymem, pci_resource_len(pdev, 0), "ath")) {
-		printk(KERN_ERR "ath_pci: cannot reserve PCI memory region\n");
+		  printk(KERN_ERR "ath_pci: cannot reserve PCI memory region at %lx-%llx, length%llx\n", phymem, phymem + pci_resource_len(pdev, 0), pci_resource_len(pdev, 0));
 		goto bad;
 	}