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: <1192570275.14601.10.camel@sakura.staff.proxad.net> Date: Tue, 16 Oct 2007 23:31:15 +0200 From: Maxime Bizon <mbizon@...ebox.fr> To: Lennert Buytenhek <buytenh@...tstofly.org> Cc: netdev@...r.kernel.org, tzachi@...vell.com, nico@....org Subject: Re: [PATCH,RFC] Marvell Orion SoC ethernet driver On Tue, 2007-10-16 at 21:28 +0200, Lennert Buytenhek wrote: Hello, > +#define PORT_CONF 0x400 > +#define PORT_CONF_EXT 0x404 > +#define PORT_MAC_LO 0x414 > +#define PORT_MAC_HI 0x418 > +#define PORT_SDMA 0x41c > +#define PORT_SERIAL 0x43c > +#define PORT_STAT 0x444 > +#define PORT_TXQ_CMD 0x448 > +#define PORT_MTU 0x458 > +#define PORT_CAUSE 0x460 > +#define PORT_CAUSE_EXT 0x464 > +#define PORT_MASK 0x468 > +#define PORT_MASK_EXT 0x46c > +#define PORT_TX_THRESH 0x474 This driver seems to support the same hardware as mv643xx_eth, any chance you could use it to avoid code duplication ? Regards, -- Maxime - 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