README 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Module options
  2. --------------
  3. The mwave module takes the following options. Note that these options
  4. are not saved by the BIOS and so do not persist after unload and reload.
  5. mwave_debug=value, where value is bitwise OR of trace flags:
  6. 0x0001 mwavedd api tracing
  7. 0x0002 smapi api tracing
  8. 0x0004 3780i tracing
  9. 0x0008 tp3780i tracing
  10. Tracing only occurs if the driver has been compiled with the
  11. MW_TRACE macro #defined (i.e. let ccflags-y := -DMW_TRACE
  12. in the Makefile).
  13. mwave_3780i_irq=5/7/10/11/15
  14. If the dsp irq has not been setup and stored in bios by the
  15. thinkpad configuration utility then this parameter allows the
  16. irq used by the dsp to be configured.
  17. mwave_3780i_io=0x130/0x350/0x0070/0xDB0
  18. If the dsp io range has not been setup and stored in bios by the
  19. thinkpad configuration utility then this parameter allows the
  20. io range used by the dsp to be configured.
  21. mwave_uart_irq=3/4
  22. If the mwave's uart irq has not been setup and stored in bios by the
  23. thinkpad configuration utility then this parameter allows the
  24. irq used by the mwave uart to be configured.
  25. mwave_uart_io=0x3f8/0x2f8/0x3E8/0x2E8
  26. If the uart io range has not been setup and stored in bios by the
  27. thinkpad configuration utility then this parameter allows the
  28. io range used by the mwave uart to be configured.
  29. Example to enable the 3780i DSP using ttyS1 resources:
  30. insmod mwave mwave_3780i_irq=10 mwave_3780i_io=0x0130 mwave_uart_irq=3 mwave_uart_io=0x2f8
  31. Accessing the driver
  32. --------------------
  33. You must also create a node for the driver:
  34. mkdir -p /dev/modems
  35. mknod --mode=660 /dev/modems/mwave c 10 219