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 linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <4693B33E.1020306@garzik.org> Date: Tue, 10 Jul 2007 12:26:38 -0400 From: Jeff Garzik <jeff@...zik.org> To: Auke Kok <auke-jan.h.kok@...el.com> CC: david.graham@...el.com, netdev@...r.kernel.org Subject: Re: [PATCH] e100: Fix Tyan motherboard e100 not receiving IPMI commands Auke Kok wrote: > From: David Graham <david.graham@...el.com> > > The 82550 & 51 parts have an extended configuration block that > includes a bit "GMRC", required to enable the expected TCO behavior, > in config byte offset 22d. The config block sent by the failing driver > does include the extension area, but this bit is not initialised, > and the downlaod only specifies 0x16 bytes to be sent to the NIC > (thaht's bytes 00..21d). By initializing the GMRC bit, and extending > the download size for D102+ MACs, the problem is resolved. > > Signed-off-by: David Graham <david.graham@...el.com> > Signed-off-by: Auke Kok <auke-jan.h.kok@...el.com> > --- > > drivers/net/e100.c | 12 +++++++++--- > 1 files changed, 9 insertions(+), 3 deletions(-) applied - 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