Bug#336178: bcm5700-source: Compile fails for kernel 2.6.14 (struct pci_dev slot_name)

2005-11-13 Thread Richard Burton
Andrew, bcm5700 compiled fine for me on 2.6.14. In my source the line you mention isn't on line 2478. I had a look to see if it was in there somewhere else and found this starting at line 2735: #if (LINUX_VERSION_CODE = 0x020422) strcpy(info.bus_info, pUmDevice-pdev-slot_name); #else

Bug#336178: bcm5700-source: Compile fails for kernel 2.6.14 (struct pci_dev slot_name)

2005-10-28 Thread Andrew Bettison
Package: bcm5700-source Version: 8.1.55-2 Severity: important Tags: patch The file modules/bcm5700/src/b57um.c contains a reference to the 'slot_name' element of struct dev_pci, which is now gone in kernel 2.6.14. Patch (compiles but not tested): Replace line 2478 in b57um.c: