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: Tue, 21 Aug 2007 20:48:43 +0000 From: David Hollis <dhollis@...ehollis.com> To: Erik Slagter <erik@...gter.name> Cc: netdev@...r.kernel.org Subject: Re: Linksys Gigabit USB2.0 adapter (asix) regression On Mon, 2007-08-20 at 18:23 +0200, Erik Slagter wrote: > > /* > > if ((eeprom >> 8) != 1) { > > asix_write_gpio(dev, 0x003c, 30); > > asix_write_gpio(dev, 0x001c, 300); > > asix_write_gpio(dev, 0x003c, 30); > > } else { > > */ > > dbg("gpio phymode == 1 path"); > > asix_write_gpio(dev, AX_GPIO_GPO1EN, 30); > > asix_write_gpio(dev, AX_GPIO_GPO1EN | AX_GPIO_GPO_1, > > 30); > > // } > > Tried, but now it doesn't work at all, no LEDs and no traffic. Ok, that's what I expected. It's very interesting that this was working with older kernels, and now it isn't. Very little has changed in the last few releases. I would think that it could be some type of changes 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 <dhollis@...ehollis.com> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists