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
f0e373dc
Commit
f0e373dc
authored
Jun 25, 2003
by
Ralf Bächle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[netdrvr] sgiseeq update
parent
e3e33952
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
102 additions
and
122 deletions
+102
-122
drivers/net/Kconfig
drivers/net/Kconfig
+1
-1
drivers/net/Space.c
drivers/net/Space.c
+0
-11
drivers/net/sgiseeq.c
drivers/net/sgiseeq.c
+100
-109
drivers/net/sgiseeq.h
drivers/net/sgiseeq.h
+1
-1
No files found.
drivers/net/Kconfig
View file @
f0e373dc
...
@@ -1843,7 +1843,7 @@ config DE620
...
@@ -1843,7 +1843,7 @@ config DE620
The module will be called de620.
The module will be called de620.
config SGISEEQ
config SGISEEQ
bool
"SGI Seeq ethernet controller support"
tristate
"SGI Seeq ethernet controller support"
depends on NET_ETHERNET && SGI_IP22
depends on NET_ETHERNET && SGI_IP22
help
help
Say Y here if you have an Seeq based Ethernet network card. This is
Say Y here if you have an Seeq based Ethernet network card. This is
...
...
drivers/net/Space.c
View file @
f0e373dc
...
@@ -82,7 +82,6 @@ extern int sonic_probe(struct net_device *);
...
@@ -82,7 +82,6 @@ extern int sonic_probe(struct net_device *);
extern
int
SK_init
(
struct
net_device
*
);
extern
int
SK_init
(
struct
net_device
*
);
extern
int
seeq8005_probe
(
struct
net_device
*
);
extern
int
seeq8005_probe
(
struct
net_device
*
);
extern
int
smc_init
(
struct
net_device
*
);
extern
int
smc_init
(
struct
net_device
*
);
extern
int
sgiseeq_probe
(
struct
net_device
*
);
extern
int
atarilance_probe
(
struct
net_device
*
);
extern
int
atarilance_probe
(
struct
net_device
*
);
extern
int
sun3lance_probe
(
struct
net_device
*
);
extern
int
sun3lance_probe
(
struct
net_device
*
);
extern
int
sun3_82586_probe
(
struct
net_device
*
);
extern
int
sun3_82586_probe
(
struct
net_device
*
);
...
@@ -343,14 +342,6 @@ static struct devprobe m68k_probes[] __initdata = {
...
@@ -343,14 +342,6 @@ static struct devprobe m68k_probes[] __initdata = {
{
NULL
,
0
},
{
NULL
,
0
},
};
};
static
struct
devprobe
sgi_probes
[]
__initdata
=
{
#ifdef CONFIG_SGISEEQ
{
sgiseeq_probe
,
0
},
#endif
{
NULL
,
0
},
};
static
struct
devprobe
mips_probes
[]
__initdata
=
{
static
struct
devprobe
mips_probes
[]
__initdata
=
{
#ifdef CONFIG_MIPS_JAZZ_SONIC
#ifdef CONFIG_MIPS_JAZZ_SONIC
{
sonic_probe
,
0
},
{
sonic_probe
,
0
},
...
@@ -385,8 +376,6 @@ static int __init ethif_probe(struct net_device *dev)
...
@@ -385,8 +376,6 @@ static int __init ethif_probe(struct net_device *dev)
return
0
;
return
0
;
if
(
probe_list
(
dev
,
mips_probes
)
==
0
)
if
(
probe_list
(
dev
,
mips_probes
)
==
0
)
return
0
;
return
0
;
if
(
probe_list
(
dev
,
sgi_probes
)
==
0
)
return
0
;
if
(
probe_list
(
dev
,
eisa_probes
)
==
0
)
if
(
probe_list
(
dev
,
eisa_probes
)
==
0
)
return
0
;
return
0
;
if
(
probe_list
(
dev
,
mca_probes
)
==
0
)
if
(
probe_list
(
dev
,
mca_probes
)
==
0
)
...
...
drivers/net/sgiseeq.c
View file @
f0e373dc
This diff is collapsed.
Click to expand it.
drivers/net/sgiseeq.h
View file @
f0e373dc
/*
$Id: sgiseeq.h,v 1.4 1999/10/09 00:01:24 ralf Exp $
/*
* sgiseeq.h: Defines for the Seeq8003 ethernet controller.
* sgiseeq.h: Defines for the Seeq8003 ethernet controller.
*
*
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
...
...
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