BPicture: Fix archive constructor.
[haiku.git] / src / add-ons / kernel / drivers / network / usb_asix / usb_asix.settings
blob8b53b2b24cb61336d0362fa0040a8c39d8ae4ce7
1 ##
2 ##      ASIX AX88172/AX88772/AX88178 USB 2.0 Ethernet Driver.
3 ##      Copyright (c) 2008 S.Zharski <imker@gmx.li>
4 ##      Distributed under the terms of the MIT license.
5 ##      
7 ## trace [on|off] - activate additional tracing.
8 ## default value: off
10 # trace on 
12 ## logfile [full path to private log file] 
13 ## default path value: /var/log/usb_asix.log
14 ## if disabled - all output goes to syslog
16 #logfile /var/log/usb_asix.log
18 ## reset_logfile [on|off] - truncate private log file on driver/system restart
19 ## default value: off
22 # reset_logfile off
25 ## add_timestamp  [on|off]  - add time of writing the string in private log file.
26 ## default value: on
29 # add_timestamp off
31 ## trace_flow [on|off] - activate data flow tracing. Statistic about of 
32 ##                       transferred data amount and media state.
33 ## default value: off
35 # trace_flow on