[parisc-linux] CONFIG_SERIAL_GSC

Grant Grundler grundler@cup.hp.com
Wed, 9 Feb 2000 13:00:00 -0800 (PST)


Hi folks,
Can someone explain why "#define CONFIG_SERIAL_GSC" is in serial.h?

Users of asm/serial.h are:

grundler <765>find . -name '*.[ch]' | xargs fgrep "asm/serial.h"
./arch/mips/baget/vacserial.c:#include <asm/serial.h>
./drivers/char/ip2main.c:#include <asm/serial.h>
./drivers/char/mac_SCC.h:/* MSch: gone to <asm/serial.h> */
./drivers/char/serial.c:#include <asm/serial.h>
./drivers/char/synclink.c:#include <asm/serial.h>
./drivers/gsc/lasi.c:#include <asm/serial.h>


I have the impression it's going to be difficult to build a "PCI"
serial driver with CONFIG_SERIAL_GSC defined.

thanks,
grant