From: David Schleef Date: Mon, 14 Jan 2002 22:50:26 +0000 (+0000) Subject: Clear up some confusion X-Git-Tag: r0_7_18~18 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a4485ce456c00eafb7e11667facfae87201f9f05;p=comedilib.git Clear up some confusion --- diff --git a/etc/modules.conf b/etc/modules.conf index 71aa78a..a089b22 100644 --- a/etc/modules.conf +++ b/etc/modules.conf @@ -4,8 +4,16 @@ # alias char-major-98 comedi -post-install comedi /etc/comedi.conf -#alias char-major-98-0 your_driver -#post-install your_driver /usr/sbin/comedi_config /dev/comedi0 your_driver options +alias char-major-98-0 your_driver +post-install your_driver /usr/sbin/comedi_config /dev/comedi0 your_driver options + +# +# If you use the dt282x driver, it's convenient to install the dt282x.conf +# script and use that to configure the driver. Remember to edit the +# file for your system. +# + +#alias char-major-98-0 dt282x +#post-install dt282x /etc/dt282x.conf