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:
   strcpy(info.bus_info, pUmDevice->pdev->slot_name);
with:
   strcpy(info.bus_info, pci_name(pUmDevice->pdev));


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11ab1
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages bcm5700-source depends on:
ii  module-assistant              0.9.10     tool to make module package creati

Versions of packages bcm5700-source recommends:
ii  debconf-utils                 1.4.58     debconf utilities
ii  debhelper                     4.9.13     helper programs for debian/rules
ii  dpkg-dev                      1.13.11    package building tools for Debian
hi  kernel-package                9.008      A utility for building Linux kerne

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to