Re: [PATCH 2/2] external interrupts: IOC4 driver

2005-08-23 Thread Brent Casavant
On Sat, 20 Aug 2005, Christoph Hellwig wrote: > > +config EXTINT_SGI_IOC4 > > + tristate "Device driver for SGI IOC4 external interrupts" > > + depends on (IA64_GENERIC || IA64_SGI_SN2) && EXTINT && BLK_DEV_SGIIOC4 > > Is the ioc4 core abstraction config symbol really BLK_DEV_SGIIOC4? > That

Re: [PATCH 2/2] external interrupts: IOC4 driver

2005-08-20 Thread Christoph Hellwig
> +config EXTINT_SGI_IOC4 > + tristate "Device driver for SGI IOC4 external interrupts" > + depends on (IA64_GENERIC || IA64_SGI_SN2) && EXTINT && BLK_DEV_SGIIOC4 Is the ioc4 core abstraction config symbol really BLK_DEV_SGIIOC4? That probably wants fixing in a separate patch. > + T

[PATCH 2/2] external interrupts: IOC4 driver

2005-08-19 Thread Brent Casavant
This patch implements a device driver for the external interrupt capabilities of the SGI IOC4 I/O controller chip. This driver depends upon the ioc4 driver and the extint abstraction layer (provided in the first patch of this series). In addition to the base capabilities present in the abstracted

[PATCH 2/2] external interrupts: IOC4 driver

2005-07-28 Thread Brent Casavant
This patch implements a device driver for the external interrupt capabilities of the SGI IOC4 I/O controller chip. This driver depends upon the ioc4 driver and the extint abstraction layer (provided in the first patch of this series). In addition to the base capabilities present in the abstracted