I・O DATA社が販売している高速RS-232C拡張ボードRSA-DV II/Sを、 本来のスピードで使うためのパッチを公開します。 カーネル2.2.16中のソースとの間のdiffのunifiedフォーマットの出力を、 bzip2で圧縮したものです。 他の版のカーネルだと手で変更を加える必要があるかも知れません。
ハードを理解せずにプログラムしているのでかなり不安なしろものですが、 以下のようにすれば取り敢えずは動きます。
cd /usr/src/linux && bzip2 -dc /path/to/serial_rsa.diff.bz2 | patch -p0とパッチをあてて、 serialドライバをモジュールとしてロードするようにカーネルを再構築、
modprobe serial probe_rsa=IOPORTまたは
modprobe serial force_rsa=IOPORTとしてモジュールをロード、
Any questions or comments about this page are greatly appreciated.
Almost all contents in this site are written by Kiyokazu SUTO (i.e. me) unless especially noted. I want to put all of them into the PUBLIC DOMAIN, even though some lawyers mention that it is impossible in my country.