diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-11-15 11:51:03 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-11-15 11:51:03 -0800 |
commit | fab349cceb25f92bac1400601c5ef8345a166958 (patch) | |
tree | aba18d45b3620a210a939777857853c67a61d5c3 /Documentation/serial/riscom8.txt | |
parent | d091c2f58ba32029495a933b721e8e02fbd12caa (diff) | |
parent | 31c00fc15ebd35c1647775dbfc167a15d46657fd (diff) | |
download | op-kernel-dev-fab349cceb25f92bac1400601c5ef8345a166958.zip op-kernel-dev-fab349cceb25f92bac1400601c5ef8345a166958.tar.gz |
Merge branch 'doc-subdirs' of git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs
* 'doc-subdirs' of git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs:
Create/use more directory structure in the Documentation/ tree.
Diffstat (limited to 'Documentation/serial/riscom8.txt')
-rw-r--r-- | Documentation/serial/riscom8.txt | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Documentation/serial/riscom8.txt b/Documentation/serial/riscom8.txt new file mode 100644 index 0000000..14f61fd --- /dev/null +++ b/Documentation/serial/riscom8.txt @@ -0,0 +1,36 @@ +* NOTE - this is an unmaintained driver. The original author cannot be located. + +SDL Communications is now SBS Technologies, and does not have any +information on these ancient ISA cards on their website. + +James Nelson <james4765@gmail.com> - 12-12-2004 + + This is the README for RISCom/8 multi-port serial driver + (C) 1994-1996 D.Gorodchanin + See file LICENSE for terms and conditions. + +NOTE: English is not my native language. + I'm sorry for any mistakes in this text. + +Misc. notes for RISCom/8 serial driver, in no particular order :) + +1) This driver can support up to 4 boards at time. + Use string "riscom8=0xXXX,0xXXX,0xXXX,0xXXX" at LILO prompt, for + setting I/O base addresses for boards. If you compile driver + as module use modprobe options "iobase=0xXXX iobase1=0xXXX iobase2=..." + +2) The driver partially supports famous 'setserial' program, you can use almost + any of its options, excluding port & irq settings. + +3) There are some misc. defines at the beginning of riscom8.c, please read the + comments and try to change some of them in case of problems. + +4) I consider the current state of the driver as BETA. + +5) SDL Communications WWW page is http://www.sdlcomm.com. + +6) You can use the MAKEDEV program to create RISCom/8 /dev/ttyL* entries. + +7) Minor numbers for first board are 0-7, for second 8-15, etc. + +22 Apr 1996. |