Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2011
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. cat /mnt/haiku/myfs/home/config/settings/kernel/drivers/usb_davicom
  2. ##
  3. ## ASIX AX88172/AX88772/AX88178 USB 2.0 Ethernet Driver.
  4. ## Copyright (c) 2008 S.Zharski <imker@gmx.li>
  5. ## Distributed under the terms of the MIT license.
  6. ##
  7.  
  8. ## trace [on|off] - activate additional tracing.
  9. ## default value: off
  10.  
  11. trace on
  12.  
  13. ## logfile [full path to private log file]
  14. ## default path value: /var/log/usb_davicom.log
  15. ## if disabled - all output goes to syslog
  16.  
  17. logfile /var/log/usb_davicom.log
  18.  
  19. ## reset_logfile [on|off] - truncate private log file on driver/system restart
  20. ## default value: off
  21. ##
  22.  
  23. reset_logfile on
  24.  
  25. ## add_timestamp [on|off] - add time of writing the string in private log file.
  26. ## default value: on
  27. ##
  28.  
  29. add_timestamp off
  30.  
  31. ## trace_state [on|off] - activate state tracing. Statistic about of
  32. ## media state.
  33. ## default value: off
  34.  
  35. # trace_state on
  36.  
  37. ## trace_rx [on|off] - activate data receivening tracing. Statistic about of
  38. ## transferred data amount.
  39. ## default value: off
  40.  
  41. # trace_rx on
  42.  
  43. ## trace_tx [on|off] - activate data transmitting tracing. Statistic about of
  44. ## transferred data amount.
  45. ## default value: off
  46.  
  47. trace_tx on
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement