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
5417f5ea
Commit
5417f5ea
authored
Jan 15, 2003
by
Marc Zyngier
Committed by
Linus Torvalds
Jan 15, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
EISA sysfs updates to 3c509 and 3c59x drivers
parent
1416b996
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
377 additions
and
221 deletions
+377
-221
drivers/net/3c509.c
drivers/net/3c509.c
+212
-123
drivers/net/3c59x.c
drivers/net/3c59x.c
+165
-94
drivers/net/Space.c
drivers/net/Space.c
+0
-4
No files found.
drivers/net/3c509.c
View file @
5417f5ea
This diff is collapsed.
Click to expand it.
drivers/net/3c59x.c
View file @
5417f5ea
This diff is collapsed.
Click to expand it.
drivers/net/Space.c
View file @
5417f5ea
...
...
@@ -55,7 +55,6 @@ extern int hp_probe(struct net_device *dev);
extern
int
hp_plus_probe
(
struct
net_device
*
dev
);
extern
int
express_probe
(
struct
net_device
*
);
extern
int
eepro_probe
(
struct
net_device
*
);
extern
int
el3_probe
(
struct
net_device
*
);
extern
int
at1500_probe
(
struct
net_device
*
);
extern
int
at1700_probe
(
struct
net_device
*
);
extern
int
fmv18x_probe
(
struct
net_device
*
);
...
...
@@ -210,9 +209,6 @@ static struct devprobe mca_probes[] __initdata = {
* look for EISA/PCI/MCA cards in addition to ISA cards).
*/
static
struct
devprobe
isa_probes
[]
__initdata
=
{
#ifdef CONFIG_EL3
/* ISA, EISA, MCA 3c5x9 */
{
el3_probe
,
0
},
#endif
#ifdef CONFIG_HP100
/* ISA, EISA & PCI */
{
hp100_probe
,
0
},
#endif
...
...
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