staging: comedi: update adl_pci7296 driver
authorH Hartley Sweeten <hartleys@visionengravers.com>
Fri, 3 Aug 2012 18:33:01 +0000 (11:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Aug 2012 01:30:23 +0000 (18:30 -0700)
commit32bb1544800c6d08c9a682548c94a27d1eb41875
treeb027d90a98c6eeb0367fa164f33143b88c783340
parent657f77d173d32d53b8217561446e59160ee0fb91
staging: comedi: update adl_pci7296 driver

Currently this driver only supports the 96-channel PCI-7296.
The 24 and 48 channel PCI-7224 and PCI-7248 boards share the
same register map and just have less 8255 devices providing
the i/o channels.

This adds the PCI PnP support for the other boards in the
ADLink PCI-72xx series.

Also, remove the legacy attach using the comedi_config utility.
This driver now supports the comedi PCI auto config attach
mechanism and the legacy attach is not supported or required
by this driver.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/Kconfig
drivers/staging/comedi/drivers/adl_pci7296.c