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
nexedi
linux
Commits
a6b44dfe
Commit
a6b44dfe
authored
Jul 16, 2003
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
http://linux-acpi.bkbits.net/linux-acpi
into home.osdl.org:/home/torvalds/v2.5/linux
parents
dc595eb9
8f1052ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
include/linux/pci.h
include/linux/pci.h
+4
-4
No files found.
include/linux/pci.h
View file @
a6b44dfe
...
...
@@ -456,10 +456,10 @@ struct pci_bus {
void
*
sysdata
;
/* hook for sys-specific extension */
struct
proc_dir_entry
*
procdir
;
/* directory entry in /proc/bus/pci */
unsigned
int
number
;
/* bus number */
unsigned
int
primary
;
/* number of primary bridge */
unsigned
int
secondary
;
/* number of secondary bridge */
unsigned
int
subordinate
;
/* max number of subordinate buses */
unsigned
char
number
;
/* bus number */
unsigned
char
primary
;
/* number of primary bridge */
unsigned
char
secondary
;
/* number of secondary bridge */
unsigned
char
subordinate
;
/* max number of subordinate buses */
char
name
[
48
];
...
...
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