Re: [patch 1/3] natsemi: Consistently use interrupt enable/disable functions

2007-03-15 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: The natsemi drivers include functions for enabling and disabling interrupts from the chip but these are not used in all code paths. This patch changes the code paths that touch the interrupt enable register to use the functions. In all cases this adds an extra PCI read

Re: [patch 1/3] natsemi: Consistently use interrupt enable/disable functions

2007-03-15 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: The natsemi drivers include functions for enabling and disabling interrupts from the chip but these are not used in all code paths. This patch changes the code paths that touch the interrupt enable register to use the functions. In all cases this adds an extra PCI read

[patch 1/3] natsemi: Consistently use interrupt enable/disable functions

2007-03-14 Thread broonie
The natsemi drivers include functions for enabling and disabling interrupts from the chip but these are not used in all code paths. This patch changes the code paths that touch the interrupt enable register to use the functions. In all cases this adds an extra PCI read to post the operation but

[patch 1/3] natsemi: Consistently use interrupt enable/disable functions

2007-03-14 Thread broonie
The natsemi drivers include functions for enabling and disabling interrupts from the chip but these are not used in all code paths. This patch changes the code paths that touch the interrupt enable register to use the functions. In all cases this adds an extra PCI read to post the operation but