Not to be confused with amplc_pc236! The first three patches are bug fixes and a minor change to functionality (replacing a DIO subdevice with a DO subdevice). The remaining patches tidy things up, replace printk() with dev_...(), and implement the comedi attach_pci() hook. drivers/staging/comedi/drivers/amplc_pc263.c | 524 +++++++++++--------------- 1 files changed, 216 insertions(+), 308 deletions(-) [PATCH 01/11] Correct initial state [PATCH 02/11] Change DIO subdevice to DO [PATCH 03/11] Add a missing case [PATCH 04/11] Use IS_ENABLED() [PATCH 05/11] Use module_comedi_{pci,}_driver() [PATCH 06/11] Remove forward function declarations [PATCH 07/11] Replace printk calls [PATCH 08/11] Remove unused fancy_name [PATCH 09/11] Change return type of pc263_find_pci() [PATCH 10/11] Remove thisboard and devpriv macros [PATCH 11/11] Add attach_pci() hook _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel