.\" .\" This document is free to modify and distribute. .\" .TH ocs 1 "June 2001" "The Debian Project" .SH NAME ocs \- creates and maintains the database for cscope on a recursive directory set .SH SYNOPSIS .B ocs [-x] [-f] [-q] [-u] .br .SH DESCRIPTION This manual page briefly documents .B ocs , a shell script wrapper that automates the creation and maintainence of a .BR cscope(1) database on a recursive set of directories. Under normal circumstances, .B ocs generates a cscope database on a recursive group of directories starting from the current working directory, before launching .BR cscope(1) in interactive mode. .br .SH OPTIONS .B .IP -x Enable debugging. .br .B .IP -f Force. Do not ask about regenerating 'TMP' lists (lists generated by .B ocs ), just do it; Allow the regeneration of 'CSD' (lists generated by .BR cscope(1) ) lists. .br .B .IP -q Tell cscope to build a fast reverse index. Database disk space usage is doubled, but searching speed is increased. .br .B .IP -u Request that the database be updated or regenerated. .br .SH FILES .IP ./cscope.rc If this is an executable shell script, it will be included in the body of .B ocs in order to override intenal filenames and other options. See the comments at the top of .B /usr/bin/ocs for more information. .SH BUGS None noted. .SH SEE ALSO .BR cscope(1), .BR /usr/bin/ocs. .SH AUTHORS .br This manpage originally prepared by .B Nick Rusnov for the Debian Project. right'>Tobias Klauser
summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMiaoqing Pan <miaoqing@codeaurora.org>2016-08-04 15:48:34 +0800
committerKalle Valo <kvalo@qca.qualcomm.com>2016-09-02 19:32:04 +0300
commitdb7b542e4a789156a4fb61278f2074795fe2eb9c (patch)
tree31c1e81eff8cd418aa03727bd91f3c253199a792 /Documentation
parent4e80ffab0e722911842b59299dbf8033709673e5 (diff)
ath9k: fix AR5416 access GPIO warning
The warning was seen on AR5416 chip, which invoke ath9k_hw_gio_get() before the GPIO initialized correctly. WARNING: CPU: 1 PID: 1159 at ~/drivers/net/wireless/ath/ath9k/hw.c:2776 ath9k_hw_gpio_get+0x148/0x1a0 [ath9k_hw] ... CPU: 1 PID: 1159 Comm: systemd-udevd Not tainted 4.7.0-rc7-aptosid-amd64 #1 aptosid 4.7~rc7-1~git92.slh.3 Hardware name: /DH67CL, BIOS BLH6710H.86A.0160.2012.1204.1156 12/04/2012 0000000000000286 00000000f912d633 ffffffff81290fd3 0000000000000000 0000000000000000 ffffffff81063fd4 ffff88040c6dc018 0000000000000000 0000000000000002 0000000000000000 0000000000000100 ffff88040c6dc018 Call Trace: [<ffffffff81290fd3>] ? dump_stack+0x5c/0x79 [<ffffffff81063fd4>] ? __warn+0xb4/0xd0 [<ffffffffa0668fb8>] ? ath9k_hw_gpio_get+0x148/0x1a0 [ath9k_hw] Signed-off-by: Miaoqing Pan <miaoqing@codeaurora.org> Reported-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'Documentation')