[PATCH 2.6.22 2/4]S2IO: Removing MSI support from the driver

2007-07-12 Thread Veena Parat
- Removed MSI support from driver - unused feature - Incorporated Jeff Garzik's comments on elimination of inline typecasting Signed-off-by: Veena Parat <[EMAIL PROTECTED]> --- diff -Nurp 2.0.23.1P1/drivers/net/s2io.c 2.0.23.1P2/drivers/net/s2io.c --- 2.0.23.1P1/drivers/net/s2io.c 2007-07-

Re: [PATCH 2.6.22 2/4]S2IO: Removing MSI support from the driver

2007-07-02 Thread Jeff Garzik
Veena Parat wrote: 1.Removed MSI support from driver - unused feature 2.Removed pci_request_regions call to allocate bar2 as it is not used in driver 3.Removed pci_release_regions since pci_request_regions is not done This is wrong. pci_request_regions() grabs all the regions for the associat

[PATCH 2.6.22 2/4]S2IO: Removing MSI support from the driver

2007-06-19 Thread Veena Parat
1.Removed MSI support from driver - unused feature 2.Removed pci_request_regions call to allocate bar2 as it is not used in driver 3.Removed pci_release_regions since pci_request_regions is not done Signed-off-by: Veena Parat <[EMAIL PROTECTED]> --- diff -urpN patch_1/drivers/net/s2io.c patch_2/dr