[Prism54-devel] [Bug 123] New: latest cvs patches apply,
but there is old function definitions
bugzilla-daemon at mcgrof.com
bugzilla-daemon at mcgrof.com
Sun Apr 17 07:54:36 UTC 2005
http://prism54.org/cgi-bin/bugzilla/show_bug.cgi?id=123
Summary: latest cvs patches apply, but there is old function
definitions
Product: prim54
Version: 1.2
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: Kernel patches
AssignedTo: prism54-devel at prism54.org
ReportedBy: eero at pronics.com
.. like:
in:
islpci_hotplug.c:
pci_save_state with incorrect function parameters.
cvs sources have pci_save_state(arg1,arg2) but function in kernel
is pci_save_state(arg1), same in pci_restore_state.
also there is
islpci_mgt.c: pci_dma_sync_single_for_cpu function call that
does not exists in kernel 2.6.11. correct call is:pci_dma_sync_single_for_cpu?
Fixed in my sources and got driver working with 2.6.11.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Prism54-devel
mailing list