[PATCH] Altix: ioc3 serial support
authorPatrick Gefre <pfg@sgi.com>
Sat, 14 Jan 2006 21:20:40 +0000 (13:20 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 15 Jan 2006 02:25:20 +0000 (18:25 -0800)
commit2d0cfb527944c2cfee2cffab14f52d483e329fcf
treeb2e3340b52d83b51674f3782a208850d53d3d24d
parent7170be5f586b59bdcdab082778a5d9203ba7b667
[PATCH] Altix: ioc3 serial support

Add driver support for a 2 port PCI IOC3-based serial card on Altix boxes:

This is a re-submission.  On the original submission I was asked to
organize the code so that the MIPS ioc3 ethernet and serial parts could be
used with this driver.  Stanislaw Skowronek was kind enough to provide the
shim layer for this - thanks Stanislaw.  This patch includes the shim layer
and the Altix PCI ioc3 serial driver.  The MIPS merged ioc3 ethernet and
serial support is forthcoming.

Signed-off-by: Patrick Gefre <pfg@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ia64/configs/gensparse_defconfig
arch/ia64/configs/sn2_defconfig
drivers/serial/Kconfig
drivers/serial/Makefile
drivers/serial/ioc3_serial.c [new file with mode: 0644]
drivers/sn/Kconfig
drivers/sn/Makefile
drivers/sn/ioc3.c [new file with mode: 0644]
include/asm-ia64/sn/ioc3.h [new file with mode: 0644]
include/linux/ioc3.h [new file with mode: 0644]