Re: [PACTH 1/1] drivers/net/usb: AX88178 100Mbps problem

2008-01-30 Thread David Hollis
On Mon, 2008-01-28 at 22:32 +0900, Reinin Oyama wrote: > Asix 88178 does not work under 100Mbps connection. > This patch correct the problem. > kernel version: 2.6.24 Please don't post the patch as a .gz, it's very small so just post it as text. Otherwise: Acked-by: D

Re: [PATCH] PHYLIB: Locking fixes for PHY I/O potentially sleeping

2008-01-22 Thread David Hollis
hy_write() to warn against > calling them from an interrupt context. > * Use work queue for PHY state machine handling since > it can potentially sleep > * Change phydev lock from spinlock to mutex Cool, now I think I might be able to use the PAL for USB Ethernet devic

Re: [PATCH] USB: net: Fix asix read transfer buffer allocations.

2007-10-24 Thread David Hollis
o NULL > for zero-length transfers and uses ETH_ALEN size for allocating MAC > address buffer. > > Signed-off-by: Valentine Barshak <[EMAIL PROTECTED]> Acked-by: David Hollis <[EMAIL PROTECTED]> > --- > drivers/net/usb/asix.c | 44 +++

Re: Linksys Gigabit USB2.0 adapter (asix) regression

2007-09-07 Thread David Hollis
driver in the past few months. -- David Hollis <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Linksys Gigabit USB2.0 adapter (asix) regression

2007-08-21 Thread David Hollis
nges in usbnet, but that would seem to affect far more devices. My AX88178 devices (not the Linksys one, they are manufacturing samples) still work fine. I may have to pickup on the Linksys ones to figure out what is up with it. -- David Hollis <[EMAIL PROTECTED]> - To unsubscribe from

Re: Linksys Gigabit USB2.0 adapter (asix) regression

2007-07-30 Thread David Hollis
Please note I cannot send mail to you: "(conversation with > dhollis.dyndns.org[71.251.104.159] timed out while sending MAIL FROM)" I've fixed that issue so my mail delivery isn't sporadic. -- David Hollis <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line &q

Re: Linksys Gigabit USB2.0 adapter (asix) regression

2007-06-26 Thread David Hollis
ader' to ethernet packets as they are transmitted down the USB pipe. The device strips this off and puts the packets on the wire. This could be where the issue lies. Are you on x86 by chance or something else? -- David Hollis <[EMAIL PROTECTED]> - To unsubscribe from this list: send th

Re: Linksys Gigabit USB2.0 adapter (asix) regression

2007-06-22 Thread David Hollis
in that device and if I need to add support for it. -- David Hollis <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] asix.c - Add Belkin F5D5055 ids

2007-05-23 Thread David Hollis
(Originally sent to linux-usb-devel) The attached patch adds the device IDs for the Belkin F5D5055 device. Reported by Andy Juniper <[EMAIL PROTECTED]> Signed-off-by: David Hollis <[EMAIL PROTECTED]> -- David Hollis <[EMAIL PROTECTED]> --- a/drivers/net/usb/asix.

Re: phylib usage

2007-04-13 Thread David Hollis
be fairly straightforward to work around. > Locking is the biggest sticking point for me. The only other issue I see is the string for the bus name (doesn't it turn out like phy0:0 or something, it's been awhile). I don't seem to have a way to map back to what it turns in

Re: phylib usage

2007-04-13 Thread David Hollis
t driver code, it looks like they all fiddle with the PHYs in basically the same way, though some drivers do more, some less. Most likely due to lack of access to errata and such or issues just not cropping up that need to be fixed. -- David Hollis <[EMAIL PROTECTED]> - To unsubscribe from t

phylib usage

2007-04-10 Thread David Hollis
quirks of the PHY. Having it all abstracted makes for one location to deal with things and everybody wins. -- David Hollis <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: FC5 iptables-restore failure

2007-02-15 Thread David Hollis
; > Yeah, going and madly turning 1000 things on seemed to make it happy. If you ran system-config-securitylevel to do that, that probably made it re-generate the /etc/sysconfig/iptables file which is dumped to iptables. -- David Hollis <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [USBNET] ASIX: Add IO-DATA ETG-US2 Support.

2007-01-26 Thread David Hollis
On Fri, 2007-01-26 at 22:57 +0900, YOSHIFUJI Hideaki / 吉藤英明 wrote: > Signed-off-by: YOSHIFUJI Hideaki <[EMAIL PROTECTED]> Acked-by: David Hollis <[EMAIL PROTECTED]> > --- > drivers/usb/net/asix.c |4 > 1 files changed, 4 insertions(+), 0 deletions(-) > >

Re: Generic PHY lib vs. locking

2006-12-22 Thread David Hollis
.c drive to use the PHY layer but the locking killed that effort since USB devices can't do spinlocks without hosing things up. -- David Hollis <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED

Re: mii-tool gigabit support.

2006-09-29 Thread David Hollis
conf or something like that. This way, ethtool doesn't have to be changed/updated/patched/likely-bug-added for every single device known to man. Just a thought. -- David Hollis <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe netdev" in the

Re: wireless-2.6 status (25 January 2006)

2006-01-26 Thread David Hollis
On Thu, 2006-01-26 at 11:04 -0800, Ben Greear wrote: > > It appears to be the case. It might be technically possible to > hack up madwifi as a module w/out the HAL and force end-users to > download and install the HAL (and taint their kernel) to have a useful > setup. That would go against much

Re: [PATCH]: PHY Layer fixup

2005-08-26 Thread David Hollis
On Thu, 2005-08-25 at 15:51 -0500, Andy Fleming wrote: > On Aug 25, 2005, at 15:04, David Hollis wrote: > > > > > > Question for you, I'm trying to setup my mdio_bus driver and I don't > > know how I can get it registered at the appropriate time. I can

Re: [PATCH]: PHY Layer fixup

2005-08-25 Thread David Hollis
ect the phys that are present? Maybe there would be either a function I could call later to do the auto-detect or to manually add a phy address to the bus? -- David Hollis <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part