Re: [ patch 7/7] drivers/serial/jsm: new serial device driver

2005-03-04 Thread Wen Xiong
Christoph Hellwig wrote: +config SERIAL_JSM +tristate "Digi International NEO PCI Support" +select SERIAL_CORE shouldn't this depend on CONFIG_PCI? diff -Nuar linux-2.6.9.orig/drivers/serial/jsm/Makefile linux-2.6.9.new/drivers/serial/jsm/Makefile --- linux-2.6.9.orig/driver

Re: [ patch 7/7] drivers/serial/jsm: new serial device driver

2005-02-27 Thread Christoph Hellwig
> +config SERIAL_JSM > +tristate "Digi International NEO PCI Support" > +select SERIAL_CORE shouldn't this depend on CONFIG_PCI? > diff -Nuar linux-2.6.9.orig/drivers/serial/jsm/Makefile > linux-2.6.9.new/drivers/serial/jsm/Makefile > --- linux-2.6.9.orig/drivers/serial/jsm/Makef

[ patch 7/7] drivers/serial/jsm: new serial device driver

2005-02-27 Thread Wen Xiong
This patch includes drivers/serial/Kconfig, drivers/serial/Makefile, serial_core.h and Makefile for jsm device driver. Signed-off-by: Wen Xiong <[EMAIL PROTECTED]> diff -Nuar linux-2.6.9.orig/drivers/serial/Kconfig linux-2.6.9.new/drivers/serial/Kconfig --- linux-2.6.9.orig/drivers/serial/Kconfi