diff options
author | 2004-11-06 14:41:32 +0000 | |
---|---|---|
committer | 2004-11-06 14:41:32 +0000 | |
commit | 39b0ad88272056c495dbe5136313a34aa135b964 (patch) | |
tree | 49d6ab6382e274d656d7bb39ef050fb2e58c68dd /net-dialup/ltmodem/files | |
parent | Stable on ppc. (diff) | |
download | historical-39b0ad88272056c495dbe5136313a34aa135b964.tar.gz historical-39b0ad88272056c495dbe5136313a34aa135b964.tar.bz2 historical-39b0ad88272056c495dbe5136313a34aa135b964.zip |
add ltmodem-8.31_alpha8
Diffstat (limited to 'net-dialup/ltmodem/files')
-rw-r--r-- | net-dialup/ltmodem/files/digest-ltmodem-8.31_alpha8 | 2 | ||||
-rw-r--r-- | net-dialup/ltmodem/files/ltmodem_devfs | 5 | ||||
-rw-r--r-- | net-dialup/ltmodem/files/ltmodem_modules | 6 |
3 files changed, 13 insertions, 0 deletions
diff --git a/net-dialup/ltmodem/files/digest-ltmodem-8.31_alpha8 b/net-dialup/ltmodem/files/digest-ltmodem-8.31_alpha8 new file mode 100644 index 000000000000..9a0aa5649215 --- /dev/null +++ b/net-dialup/ltmodem/files/digest-ltmodem-8.31_alpha8 @@ -0,0 +1,2 @@ +MD5 6a00c3fcb939f46d4d2ce62669e65fb0 ltmodem-8.31a8.tar.gz 526000 +MD5 d82067a8f4735bd8f53a8bdcfcbc1bb5 ltmodem-2.6-alk-6.tar.bz2 410714 diff --git a/net-dialup/ltmodem/files/ltmodem_devfs b/net-dialup/ltmodem/files/ltmodem_devfs new file mode 100644 index 000000000000..b07d60a881cb --- /dev/null +++ b/net-dialup/ltmodem/files/ltmodem_devfs @@ -0,0 +1,5 @@ + +# /dev/ttySLT0 and /dev/modem symbolic links to /dev/tts/LT0 +REGISTER ^tts/LT0$ CFUNCTION GLOBAL symlink $devname modem +UNREGISTER ^tts/LT0$ CFUNCTION GLOBAL unlink modem + diff --git a/net-dialup/ltmodem/files/ltmodem_modules b/net-dialup/ltmodem/files/ltmodem_modules new file mode 100644 index 000000000000..1cfb57733c63 --- /dev/null +++ b/net-dialup/ltmodem/files/ltmodem_modules @@ -0,0 +1,6 @@ +# lt_drivers: autoloading and insertion parameter usage +alias char-major-62 ltserial +alias /dev/tts/LT0 ltserial +alias /dev/modem ltserial +# options lt_modem vendor_id=0x115d device_id=0x0420 Forced=3,0x130,0x2f8 +# section for lt_drivers ends |