[PATCH 4/7] tg3: PCI command adjustment

2007-10-19 Thread Matt Carlson
This patch changes the way the driver works with the PCI command register. It adjusts the access size from dwords to words. This patch is done both as a PCI configuration space cleanup and as preparatory work for PCI error recovery. Signed-off-by: Matt Carlson <[EMAIL PROTECTED]> Signed-off-by:

Re: [PATCH 4/7] tg3: PCI command adjustment

2007-10-21 Thread David Miller
From: "Matt Carlson" <[EMAIL PROTECTED]> Date: Fri, 19 Oct 2007 14:36:53 -0700 > This patch changes the way the driver works with the PCI command > register. It adjusts the access size from dwords to words. This patch > is done both as a PCI configuration space cleanup and as preparatory > work