Messages in this thread |  | | Date | Wed, 12 Sep 2001 10:01:52 +0200 | From | Roberto Nibali <> | Subject | Re: Linux 2.2.20pre10 |
| |
Hi Alan,
> If you know any reason this should not be 2.2.20 final now is a very very > good time to say. I intend to call this patch 2.2.20 in a week or so barring > any last minute problems. Please save anything but actual bugfixes for > 2.2.21.
Could you please include following patch to your tree? I need this because we deploy machines with more then 16 interfaces. It's not a problem for me to patch the kernel but a patch less to carry on each new kernel release is something less to be able to forget. I know, it's not an actual bugfix but it's also nothing to worry about since it definitely doesn't break anything nor unnecessary bloats the kernel.
--- linux-2.2.20pre10/drivers/net/net_init.c Wed Sep 12 09:39:15 2001 +++ linux-2.2.20pre10-ratz/drivers/net/net_init.c Wed Sep 12 09:44:11 2001@@ -62,7 +62,7 @@ */ /* The list of used and available "eth" slots (for "eth0", "eth1", etc.) */ -#define MAX_ETH_CARDS 16 +#define MAX_ETH_CARDS 32 static struct device *ethdev_index[MAX_ETH_CARDS];
Regards and thanks for including the starfire.c changes from Ion, Roberto Nibali, ratz
-- mailto: `echo NrOatSz@tPacA.cMh | sed 's/[NOSPAM]//g'` - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |