]> git.neil.brown.name Git - history.git/commit
[PATCH] Fix 8139too ring size for dreamcast/embedded
authorPaul Mundt <lethal@linux-sh.org>
Thu, 27 May 2004 08:53:44 +0000 (04:53 -0400)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 27 May 2004 08:53:44 +0000 (04:53 -0400)
commit393ce840cf979b04fb03dd71df196381839b410b
tree5c343af62dfd90f4952edf3bcd93acec426ee218
parent3d61e38740b49885e4b13ef6501b9ecc6432e4df
[PATCH] Fix 8139too ring size for dreamcast/embedded

Presently 2.6.6 backs out the CONFIG_8139_RXBUF_IDX in favor of using a
hardcoded 8139_RXBUF_IDX (again). This seems to have been done due to
some issues occuring with 8139_RXBUF_IDX =3D=3D 3, however (as the Kconfig
pointed out), we still need 8139_RXBUF_IDX =3D=3D 1 in the CONFIG_SH_DREAMC=
AST
case.

The patch which made this change can be seen at:

{MIME-mangled URL}

Before that, CONFIG_8139_RXBUF_IDX was set to 1 both in the
CONFIG_SH_DREAMCAST and CONFIG_EMBEDDED cases. This patch adds that
back into the current 8139too.
drivers/net/8139too.c