Skip to content

Commit

Permalink
[PATCH] parport: add parallel port support for SGI O2
Browse files Browse the repository at this point in the history
Add support for the built-in parallel port on SGI O2 (a.k.a.  IP32).
Define a new configuration option: PARPORT_IP32.  The module is named
parport_ip32.

Hardware support for SPP, EPP and ECP modes along with DMA support when
available are currently implemented.

Signed-off-by: Arnaud Giersch <arnaud.giersch@free.fr>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Arnaud Giersch authored and Linus Torvalds committed Feb 3, 2006
1 parent bd3bfeb commit 8e75f74
Show file tree
Hide file tree
Showing 4 changed files with 2,269 additions and 0 deletions.
9 changes: 9 additions & 0 deletions drivers/parport/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@ config PARPORT_ARC
depends on ARM && PARPORT
select PARPORT_NOT_PC

config PARPORT_IP32
tristate "SGI IP32 builtin port (EXPERIMENTAL)"
depends on SGI_IP32 && PARPORT && EXPERIMENTAL
select PARPORT_NOT_PC
help
Say Y here if you need support for the parallel port on
SGI O2 machines. This code is also available as a module (say M),
called parport_ip32. If in doubt, saying N is the safe plan.

config PARPORT_AMIGA
tristate "Amiga builtin port"
depends on AMIGA && PARPORT
Expand Down
1 change: 1 addition & 0 deletions drivers/parport/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ obj-$(CONFIG_PARPORT_MFC3) += parport_mfc3.o
obj-$(CONFIG_PARPORT_ATARI) += parport_atari.o
obj-$(CONFIG_PARPORT_SUNBPP) += parport_sunbpp.o
obj-$(CONFIG_PARPORT_GSC) += parport_gsc.o
obj-$(CONFIG_PARPORT_IP32) += parport_ip32.o
Loading

0 comments on commit 8e75f74

Please sign in to comment.