qlge: Expand coverage of hw lock for config register.
authorRon Mercer <ron.mercer@qlogic.com>
Thu, 2 Jul 2009 06:06:06 +0000 (06:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 4 Jul 2009 02:10:18 +0000 (19:10 -0700)
commit4322c5bee85ed58042ec04235ec7086065ad5074
treeefe4347f866ffb5bd7dbd0694d94c7b0110144d9
parenta1ed05263b74921742b454ef52c30b609ec6940f
qlge: Expand coverage of hw lock for config register.

The hardware semaphore covers the configuration register as well as the
ICB registers.  The ICB high and low regs contain the address of the
initialization control block and the config register is used to signal
the hardware that a block is ready to be downloaded.  Currently we were
only protecting the ICB regs.  This changes expands to cover the config
register as well.

Signed-off-by: Ron Mercer <ron.mercer@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/qlge/qlge_main.c