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: David Hollis [EMAIL PROTECTED

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

2008-01-22 Thread David Hollis
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 devices. -- David Hollis [EMAIL PROTECTED

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

2007-10-24 Thread David Hollis
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 +++- 1 files changed, 31 insertions(+), 13 deletions

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

2007-08-21 Thread David Hollis
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 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-07-30 Thread David Hollis
[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 unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org

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

2007-06-26 Thread David Hollis
' 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 the line unsubscribe

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

2007-06-22 Thread David Hollis
into that directory) After you build the module, load it with insmod ./asix.ko, plug in your device and send me the dmesg output. I'm particularly interested in the PHYID=0x12345678 line. That will tell me what PHY chip is being used in that device and if I need to add support for it. -- David Hollis

[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.c 2007-05-11 08:18:35.0

Re: phylib usage

2007-04-13 Thread David Hollis
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 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

Re: phylib usage

2007-04-13 Thread David Hollis
seem to have a way to map back to what it turns in to, or I haven't figured out a way yet. Nothing insurmountable. -- 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

phylib usage

2007-04-10 Thread David Hollis
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
config option names. Sure you weren't bitten by that ? 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

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(-) diff --git a/drivers/usb/net/asix.c b

Re: Generic PHY lib vs. locking

2006-12-22 Thread David Hollis
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] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: mii-tool gigabit support.

2006-09-29 Thread David Hollis
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 body of a message to [EMAIL PROTECTED

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 of

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't read the PHY IDs until after I've diddled

Re: [PATCH]: PHY Layer fixup

2005-08-25 Thread David Hollis
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