]> git.baikalelectronics.ru Git - kernel.git/commit
8139too: [cosmetic] fix incorrect register for flash-rom
authorMats Erik Andersson <mats.andersson64@comhem.se>
Wed, 16 Jul 2008 23:05:43 +0000 (01:05 +0200)
committerJeff Garzik <jgarzik@redhat.com>
Wed, 24 Sep 2008 22:49:05 +0000 (18:49 -0400)
commit7d5c867f5c196fe43a51049989a27268adb5dbd2
tree7361a5e381b64a29a3014b13adae149b2d4f5fb8
parent1f9e58dd48a47c4ca71b51267fb6b70c4d8de696
8139too: [cosmetic] fix incorrect register for flash-rom

I would like to submit a correction to the driver

     drivers/net/8139too.c,

which in no way changes the compiled driver, but does change
the value of a previously incorrect value for the configuration
register address of Flash PROM on the network processor rtl8139C.
This corrected value is in accordance with the datasheet
for rtl8139C, and in addition this new value is indeed used
in other functional drivers that use this adapter for
programming a Flash memory chip in situ. But as said,
the two new constants are never referenced in the driver
maintained by you: they are only informational and correct!

Mats Erik Andersson, meand@users.sourceforge.net

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/8139too.c