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
c7999225
Commit
c7999225
authored
Feb 11, 2002
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Various minor documentation / comment typo fixes
for net drivers 3c509, acenic, ni52, and skfp. Via Dave Jones.
parent
f5f896dd
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
drivers/net/3c509.c
drivers/net/3c509.c
+1
-1
drivers/net/acenic.c
drivers/net/acenic.c
+1
-1
drivers/net/ni52.c
drivers/net/ni52.c
+1
-1
drivers/net/skfp/h/cmtdef.h
drivers/net/skfp/h/cmtdef.h
+1
-1
No files found.
drivers/net/3c509.c
View file @
c7999225
...
...
@@ -43,7 +43,7 @@
v1.18 12Mar2001 Andrew Morton <andrewm@uow.edu.au>
- Avoid bogus detect of 3c590's (Andrzej Krzysztofowicz)
- Reviewed against 1.18 from scyld.com
v1.18 17Nov2001 Jeff Garzik <jgarzik@mandrakesoft.com>
v1.18
a
17Nov2001 Jeff Garzik <jgarzik@mandrakesoft.com>
- ethtool support
*/
...
...
drivers/net/acenic.c
View file @
c7999225
...
...
@@ -1528,7 +1528,7 @@ static int __init ace_init(struct net_device *dev)
ace_set_rxtx_parms
(
dev
,
0
);
if
(
board_idx
==
BOARD_IDX_OVERFLOW
)
{
printk
(
KERN_WARNING
"%s: more th
e
n %i NICs detected, "
printk
(
KERN_WARNING
"%s: more th
a
n %i NICs detected, "
"ignoring module parameters!
\n
"
,
dev
->
name
,
ACE_MAX_MOD_PARMS
);
}
else
if
(
board_idx
>=
0
)
{
...
...
drivers/net/ni52.c
View file @
c7999225
...
...
@@ -40,7 +40,7 @@
* The internal sysbus seems to be slow. So we often lose packets because of
* overruns while receiving from a fast remote host.
* This can slow down TCP connections. Maybe the newer ni5210 cards are better.
* my experience is, that if a machine sends with more th
e
n about 500-600K/s
* my experience is, that if a machine sends with more th
a
n about 500-600K/s
* the fifo/sysbus overflows.
*
* IMPORTANT NOTE:
...
...
drivers/net/skfp/h/cmtdef.h
View file @
c7999225
...
...
@@ -171,7 +171,7 @@
/* WARNING :
* EVENT_PCM* must be last in the above list
* if more th
e
n two ports are used, EVENT_PCM .. EVENT_PCMA+NUM_PHYS-1
* if more th
a
n two ports are used, EVENT_PCM .. EVENT_PCMA+NUM_PHYS-1
* are used !
*/
...
...
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