netdev
[Top] [All Lists]

[PATCH 2.6.11 3/8] tg3: Add msi support for 5750 C0

To: "David S. Miller" <davem@xxxxxxxxxxxxx>
Subject: [PATCH 2.6.11 3/8] tg3: Add msi support for 5750 C0
From: "Michael Chan" <mchan@xxxxxxxxxxxx>
Date: Sun, 20 Mar 2005 23:34:18 -0800
Cc: netdev@xxxxxxxxxxx
Sender: netdev-bounce@xxxxxxxxxxx
Thread-index: AcUQenBthEVwCOEDSUG7grDnD7JTOgdadRIAAABhWpAAAGS18A==
Thread-topic: [PATCH 2.6.11 3/8] tg3: Add msi support for 5750 C0
Add MSI support for 5750 C0 and newer chips. MSI is handled by a new
interrupt service routine that is very similar to the existing
tg3_interrupt() for INTx mode. The MSI version is optimized by not checking
for shared interrupt and not flushing the status block.

The code is also changed to reference the irq from tp->pdev->irq instead of
dev->irq.

Signed-off-by: Michael Chan <mchan@xxxxxxxxxxxx>

Attachment: tg3-3.patch
Description: tg3-3.patch

<Prev in Thread] Current Thread [Next in Thread>