From: gouji-new Date: Wed, 6 May 2009 10:44:45 +0000 (+0000) Subject: ixgbe: Proposed PARCH PCIE legacy I/O port free intel 10Gb NIC driver X-Git-Tag: v2.6.31-rc1~330^2~461 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ce77666da48513058e330634a766d4752324f8e;p=pandora-kernel.git ixgbe: Proposed PARCH PCIE legacy I/O port free intel 10Gb NIC driver Traditionally Intel based NIC drivers request I/O port even though it doesn't need that really. Intel PCIE 10Gb driver (ixgbe) also requests I/O port but it doesn't need it either. This is a little inconvenient situation because sometimes we have to handle those cards on the slots where any I/O space is not attached. So we made pach which makes ixgbe driver legacy I/O port free. Signed-off-by: Masayuki Gouji Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed