vfs: check userland buffers before reading them.
[haiku.git] / src / add-ons / kernel / drivers / network / usb_davicom / usb_davicom.settings
blob8953617ec7b1649cdd96af5708b812ee424e7ab3
1 ##
2 ##      Davicom DM9601 USB 1.1 Ethernet Driver.
3 ##      Copyright (c) 2008, 2011 Siarzhuk 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_davicom.log
14 ## if disabled - all output goes to syslog
16 # logfile /var/log/usb_davicom.log
18 ## reset_logfile [on|off] - truncate private log file on driver/system restart
19 ## default value: off
22 # reset_logfile on
25 ## add_timestamp  [on|off]  - add time of writing the string in private log file.
26 ## default value: on
29 # add_timestamp off
31 ###########################################################################
33 ## Following settings are usable only with special version of the driver
34 ## compiled with UDAV_TRACE defined. Look into Driver.h for details.
37 ## trace_state [on|off] - activate state tracing. Statistic about of 
38 ##                       media state.
39 ## default value: off
41 # trace_state on
43 ## trace_rx [on|off] - activate data receivening tracing. Statistic about of 
44 ##                       transferred data amount.
45 ## default value: off
47 # trace_rx on
49 ## trace_tx [on|off] - activate data transmitting tracing. Statistic about of 
50 ##                       transferred data amount.
51 ## default value: off
53 # trace_tx on
55 ## trace_stats [on|off] - activate tx/rx error counters tracing. 
56 ##                       
57 ## default value: off
59 # trace_stats on