Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
1aca9c82
Commit
1aca9c82
authored
Jan 18, 2004
by
Andrew Morton
Committed by
Linus Torvalds
Jan 18, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] sn: Make pcibr debug variables static
From: Pat Gefre <pfg@sgi.com> Make pcibr debug variables static
parent
db980d26
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
arch/ia64/sn/io/sn2/pcibr/pcibr_dvr.c
arch/ia64/sn/io/sn2/pcibr/pcibr_dvr.c
+3
-3
No files found.
arch/ia64/sn/io/sn2/pcibr/pcibr_dvr.c
View file @
1aca9c82
...
...
@@ -31,9 +31,9 @@
* -pcibr_debug_slot is the pci slot you want to trace.
*/
uint32_t
pcibr_debug_mask
=
0x0
;
/* 0x00000000 to disable */
char
*
pcibr_debug_module
=
"all"
;
/* 'all' for all modules */
int
pcibr_debug_widget
=
-
1
;
/* '-1' for all widgets */
int
pcibr_debug_slot
=
-
1
;
/* '-1' for all slots */
static
char
*
pcibr_debug_module
=
"all"
;
/* 'all' for all modules */
static
int
pcibr_debug_widget
=
-
1
;
/* '-1' for all widgets */
static
int
pcibr_debug_slot
=
-
1
;
/* '-1' for all slots */
/* kbrick widgetnum-to-bus layout */
int
p_busnum
[
MAX_PORT_NUM
]
=
{
/* widget# */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment