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
249cb6f3
Commit
249cb6f3
authored
Apr 03, 2002
by
Eli Kupermann
Committed by
Jeff Garzik
Apr 03, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
e100 net driver update 2/3:
Adding missing pci write flush to the procedure e100_exec_cmd
parent
af58d7d6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
drivers/net/e100/e100_main.c
drivers/net/e100/e100_main.c
+2
-1
No files found.
drivers/net/e100/e100_main.c
View file @
249cb6f3
...
...
@@ -182,7 +182,7 @@ static void e100_non_tx_background(unsigned long);
/* Global Data structures and variables */
char
e100_copyright
[]
__devinitdata
=
"Copyright (c) 2002 Intel Corporation"
;
#define E100_VERSION "2.0.27-pre
1
"
#define E100_VERSION "2.0.27-pre
2
"
#define E100_FULL_DRIVER_NAME "Intel(R) PRO/100 Fast Ethernet Adapter - Loadable driver, ver "
...
...
@@ -427,6 +427,7 @@ static inline void
e100_exec_cmd
(
struct
e100_private
*
bdp
,
u8
cmd_low
)
{
writeb
(
cmd_low
,
&
(
bdp
->
scb
->
scb_cmd_low
));
readw
(
&
(
bdp
->
scb
->
scb_status
));
/* flashes last write, read-safe */
}
/**
...
...
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