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: Sat, 17 Mar 2007 08:30:54 -0700 From: Brad Boyer <flar@...andria.com> To: Finn Thain <fthain@...egraphics.com.au> Cc: Geert Uytterhoeven <geert@...ux-m68k.org>, Jeff Garzik <jgarzik@...ox.com>, netdev@...r.kernel.org, linux-m68k@...r.kernel.org Subject: Re: [PATCH 11/13] mac68k: macmace fixes On Sat, Mar 17, 2007 at 08:08:33PM +1100, Finn Thain wrote: > Index: linux-2.6.20/drivers/net/Kconfig > =================================================================== > --- linux-2.6.20.orig/drivers/net/Kconfig 2007-03-06 19:22:38.000000000 +1100 > +++ linux-2.6.20/drivers/net/Kconfig 2007-03-06 20:15:52.000000000 +1100 > @@ -347,8 +347,8 @@ config MACSONIC > be called macsonic. > > config MACMACE > - bool "Macintosh (AV) onboard MACE ethernet (EXPERIMENTAL)" > - depends on NET_ETHERNET && MAC && EXPERIMENTAL > + bool "Macintosh (AV) onboard MACE ethernet" > + depends on NET_ETHERNET && MAC > select CRC32 > help > Support for the onboard AMD 79C940 MACE Ethernet controller used in Have you tried making this a tristate option? It looked like the code had all the proper hooks to be built as a module, but it currently isn't allowed by the Kconfig. Brad Boyer flar@...andria.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