[PATCH] e1000: MSI support for PCI-e adapters

MSI support for PCI-e adapters

Signed-off-by: Mallikarjuna R Chilakala <mallikarjuna.chilakala@intel.com>
Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com>
Signed-off-by: John Ronciak <john.ronciak@intel.com>
diff -up net-drivers-2.6/drivers/net/e1000/e1000.h net-drivers-2.6/drivers/net/e1000.new/e1000.h
This commit is contained in:
Malli Chilakala
2005-04-28 19:39:13 -07:00
committed by Jeff Garzik
parent df25e16487
commit fa4f7ef3aa
2 changed files with 18 additions and 0 deletions

View File

@@ -257,5 +257,8 @@ struct e1000_adapter {
int msg_enable;
#ifdef CONFIG_PCI_MSI
boolean_t have_msi;
#endif
};
#endif /* _E1000_H_ */