Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Luna Jernberg <droidbittin@gmail.com> Tested-by: Ronald Warsow <rwarsow@gmx.de> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
Module options
|
|
--------------
|
|
|
|
The mwave module takes the following options. Note that these options
|
|
are not saved by the BIOS and so do not persist after unload and reload.
|
|
|
|
mwave_3780i_irq=5/7/10/11/15
|
|
If the dsp irq has not been setup and stored in bios by the
|
|
thinkpad configuration utility then this parameter allows the
|
|
irq used by the dsp to be configured.
|
|
|
|
mwave_3780i_io=0x130/0x350/0x0070/0xDB0
|
|
If the dsp io range has not been setup and stored in bios by the
|
|
thinkpad configuration utility then this parameter allows the
|
|
io range used by the dsp to be configured.
|
|
|
|
mwave_uart_irq=3/4
|
|
If the mwave's uart irq has not been setup and stored in bios by the
|
|
thinkpad configuration utility then this parameter allows the
|
|
irq used by the mwave uart to be configured.
|
|
|
|
mwave_uart_io=0x3f8/0x2f8/0x3E8/0x2E8
|
|
If the uart io range has not been setup and stored in bios by the
|
|
thinkpad configuration utility then this parameter allows the
|
|
io range used by the mwave uart to be configured.
|
|
|
|
Example to enable the 3780i DSP using ttyS1 resources:
|
|
|
|
insmod mwave mwave_3780i_irq=10 mwave_3780i_io=0x0130 mwave_uart_irq=3 mwave_uart_io=0x2f8
|
|
|
|
Accessing the driver
|
|
--------------------
|
|
|
|
You must also create a node for the driver:
|
|
mkdir -p /dev/modems
|
|
mknod --mode=660 /dev/modems/mwave c 10 219
|
|
|