[Bug 493160] New: add new id to sky2 driver
http://bugzilla.novell.com/show_bug.cgi?id=493160 Summary: add new id to sky2 driver Classification: openSUSE Product: openSUSE 11.0 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Kernel AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: meissner@novell.com QAContact: qa@suse.de Found By: Customer stumbled across this wiki page: http://en.opensuse.org/Configure_Marvell_Network_Card Where a customer actually _binary_patches_ our 11.0 kernel to add a new PCI id to the sky2 driver. perl -pe 's/\0\0\x6c\x43/\0\0\x55\x43/g' sky2.ko.orig > \ sky2.ko Perhaps you can integrate this new ID into GIT for 11.0 ... { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4355) }, /* ? */ -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=493160 User meissner@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=493160#c1 --- Comment #1 from Marcus Meissner <meissner@novell.com> 2009-04-08 03:40:33 MDT --- also in the forum: http://forums.opensuse.org/network-internet/389337-marvel-ethernet-card-tosh... -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=493160 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |kernel-maintainers@forge.pr |ovo.novell.com |ovo.novell.com -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=493160 User jeffm@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=493160#c2 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|kernel-maintainers@forge.pr |jeffm@novell.com |ovo.novell.com | --- Comment #2 from Jeff Mahoney <jeffm@novell.com> 2009-05-18 11:23:16 MDT --- No, we don't add IDs to released products. We do offer a facility to add PCI IDs at runtime though so this binary patching of the kernel module is unnecessary. I'll update the wiki and that forum. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=493160 User jeffm@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=493160#c3 --- Comment #3 from Jeff Mahoney <jeffm@novell.com> 2009-05-18 11:44:22 MDT --- BTW, for reference, the right way to do this is to add the following into a file in /etc/modprobe.d/ install sky2 modprobe --ignore-install sky2 ; /bin/echo "11ab 4355" > /sys/bus/pci/drivers/sky2/new_id -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=493160 User jeffm@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=493160#c4 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P4 - Low Status|ASSIGNED |CLOSED Resolution| |WONTFIX --- Comment #4 from Jeff Mahoney <jeffm@novell.com> 2009-05-18 12:02:41 MDT --- Or, now that I think about it, YaST can do this already. yast2 -> System -> Kernel Settings -> Add -> From List -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com