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
ff24a29c
Commit
ff24a29c
authored
May 10, 2002
by
Juan Quintela
Committed by
Jeff Garzik
May 10, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tulip net driver 2114x phy init fix
parent
7883b2f7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
drivers/net/tulip/21142.c
drivers/net/tulip/21142.c
+2
-1
drivers/net/tulip/ChangeLog
drivers/net/tulip/ChangeLog
+5
-0
drivers/net/tulip/tulip_core.c
drivers/net/tulip/tulip_core.c
+2
-2
No files found.
drivers/net/tulip/21142.c
View file @
ff24a29c
...
...
@@ -172,8 +172,9 @@ void t21142_lnk_change(struct net_device *dev, int csr5)
int
i
;
for
(
i
=
0
;
i
<
tp
->
mtable
->
leafcount
;
i
++
)
if
(
tp
->
mtable
->
mleaf
[
i
].
media
==
dev
->
if_port
)
{
int
startup
=
!
((
tp
->
chip_id
==
DC21143
&&
tp
->
revision
==
65
));
tp
->
cur_index
=
i
;
tulip_select_media
(
dev
,
1
);
tulip_select_media
(
dev
,
startup
);
setup_done
=
1
;
break
;
}
...
...
drivers/net/tulip/ChangeLog
View file @
ff24a29c
2002-05-11 Juan Quintela <quintela@mandrakesoft.com>
* 21142.c (t21142_lnk_change): Revert earlier patch
to always reset phy; only conditionally do so now.
2002-05-03 Jeff Garzik <jgarzik@mandrakesoft.com>
* tulip_core (tulip_pci_tbl): Add new "comet"
...
...
drivers/net/tulip/tulip_core.c
View file @
ff24a29c
...
...
@@ -15,8 +15,8 @@
*/
#define DRV_NAME "tulip"
#define DRV_VERSION "1.1.1
2
"
#define DRV_RELDATE "Ma
r 07
, 2002"
#define DRV_VERSION "1.1.1
3
"
#define DRV_RELDATE "Ma
y 11
, 2002"
#include <linux/config.h>
#include <linux/module.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