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
9f2fec0f
Commit
9f2fec0f
authored
May 06, 2002
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
bbb283cc
f9001d42
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
1 deletion
+9
-1
arch/alpha/kernel/pci.c
arch/alpha/kernel/pci.c
+3
-1
drivers/pci/pci.c
drivers/pci/pci.c
+2
-0
drivers/pci/pool.c
drivers/pci/pool.c
+1
-0
drivers/pci/probe.c
drivers/pci/probe.c
+2
-0
drivers/pci/proc.c
drivers/pci/proc.c
+1
-0
No files found.
arch/alpha/kernel/pci.c
View file @
9f2fec0f
...
@@ -192,7 +192,7 @@ pcibios_align_resource(void *data, struct resource *res, unsigned long size)
...
@@ -192,7 +192,7 @@ pcibios_align_resource(void *data, struct resource *res, unsigned long size)
#undef MB
#undef MB
#undef GB
#undef GB
void
__init
static
void
__init
pcibios_init
(
void
)
pcibios_init
(
void
)
{
{
if
(
!
alpha_mv
.
init_pci
)
if
(
!
alpha_mv
.
init_pci
)
...
@@ -200,6 +200,8 @@ pcibios_init(void)
...
@@ -200,6 +200,8 @@ pcibios_init(void)
alpha_mv
.
init_pci
();
alpha_mv
.
init_pci
();
}
}
subsys_initcall
(
pcibios_init
);
char
*
__init
char
*
__init
pcibios_setup
(
char
*
str
)
pcibios_setup
(
char
*
str
)
{
{
...
...
drivers/pci/pci.c
View file @
9f2fec0f
...
@@ -9,6 +9,8 @@
...
@@ -9,6 +9,8 @@
* Copyright 1997 -- 2000 Martin Mares <mj@ucw.cz>
* Copyright 1997 -- 2000 Martin Mares <mj@ucw.cz>
*/
*/
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/pci.h>
#include <linux/pci.h>
#include <linux/module.h>
#include <linux/module.h>
#include <linux/spinlock.h>
#include <linux/spinlock.h>
...
...
drivers/pci/pool.c
View file @
9f2fec0f
#include <linux/pci.h>
#include <linux/pci.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/module.h>
/*
/*
...
...
drivers/pci/probe.c
View file @
9f2fec0f
...
@@ -2,7 +2,9 @@
...
@@ -2,7 +2,9 @@
* probe.c - PCI detection and setup code
* probe.c - PCI detection and setup code
*/
*/
#include <linux/init.h>
#include <linux/pci.h>
#include <linux/pci.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/module.h>
#undef DEBUG
#undef DEBUG
...
...
drivers/pci/proc.c
View file @
9f2fec0f
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
* Copyright (c) 1997--1999 Martin Mares <mj@ucw.cz>
* Copyright (c) 1997--1999 Martin Mares <mj@ucw.cz>
*/
*/
#include <linux/init.h>
#include <linux/pci.h>
#include <linux/pci.h>
#include <linux/module.h>
#include <linux/module.h>
#include <linux/proc_fs.h>
#include <linux/proc_fs.h>
...
...
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