]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/net/tg3.c
tg3: Turn off ASF "driver alive" heartbeats for APE
authorMatt Carlson <mcarlson@broadcom.com>
Fri, 15 Aug 2008 21:08:55 +0000 (14:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Aug 2008 21:08:55 +0000 (14:08 -0700)
commitbc7959b2cbb57393b625b423c73e6fd07610257f
tree34866255e3e88d358847d2912da8c9193e07679e
parent3bda12589646caa22b2ed4ef7cf82d17ea59d7a6
tg3: Turn off ASF "driver alive" heartbeats for APE

The ENABLE_ASF flag is set when DASH is enabled on the NIC, but DASH
does not run on the RX CPU.  Instead it runs on the APE.
Consequently, the driver does not need to send "driver alive" updates
to the RX CPU when the APE is present.

Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c