lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sat, 4 Nov 2006 03:51:46 +0100 From: Adrian Bunk <bunk@...sta.de> To: David Brownell <david-b@...bell.net> Cc: Greg KH <greg@...ah.com>, Randy Dunlap <randy.dunlap@...cle.com>, toralf.foerster@....de, netdev@...r.kernel.org, linux-usb-devel@...ts.sourceforge.net, link@...gy.org, akpm@...l.org, zippel@...ux-m68k.org, torvalds@...l.org, linux-kernel@...r.kernel.org Subject: [2.6 patch] USB_RTL8150 must select MII On Thu, Nov 02, 2006 at 06:47:15PM -0800, David Brownell wrote: > On Thursday 02 November 2006 6:27 pm, Adrian Bunk wrote: > > > It seems to lack the "select MII" at the USB_RTL8150 option that was in > > Randy's first patch? > > I was just addressing the usbnet issues ... that driver doesn't > use the usbnet framework. OK, the patch for this driver is below. > - Dave cu Adrian <-- snip --> USB_RTL8150 must select MII to avoid link errors. Stolen from a patch by Randy Dunlap. Signed-off-by: Adrian Bunk <bunk@...sta.de> --- linux-2619-rc3-pv.orig/drivers/usb/net/Kconfig +++ linux-2619-rc3-pv/drivers/usb/net/Kconfig @@ -84,6 +84,7 @@ config USB_PEGASUS config USB_RTL8150 tristate "USB RTL8150 based ethernet device support (EXPERIMENTAL)" depends on EXPERIMENTAL + select MII help Say Y here if you have RTL8150 based usb-ethernet adapter. Send me <petkan@...rs.sourceforge.net> any comments you may have. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists