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
3692caa6
Commit
3692caa6
authored
Aug 26, 2003
by
Hirofumi Ogawa
Committed by
Jeff Garzik
Aug 26, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[netdrvr 8139too] remove unused RxConfigMask
parent
52dde401
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
drivers/net/8139too.c
drivers/net/8139too.c
+0
-7
No files found.
drivers/net/8139too.c
View file @
3692caa6
...
@@ -514,42 +514,35 @@ enum chip_flags {
...
@@ -514,42 +514,35 @@ enum chip_flags {
const
static
struct
{
const
static
struct
{
const
char
*
name
;
const
char
*
name
;
u8
version
;
/* from RTL8139C docs */
u8
version
;
/* from RTL8139C docs */
u32
RxConfigMask
;
/* should clear the bits supported by this chip */
u32
flags
;
u32
flags
;
}
rtl_chip_info
[]
=
{
}
rtl_chip_info
[]
=
{
{
"RTL-8139"
,
{
"RTL-8139"
,
0x40
,
0x40
,
0xf0fe0040
,
/* XXX copied from RTL8139A, verify */
HasHltClk
,
HasHltClk
,
},
},
{
"RTL-8139 rev K"
,
{
"RTL-8139 rev K"
,
0x60
,
0x60
,
0xf0fe0040
,
HasHltClk
,
HasHltClk
,
},
},
{
"RTL-8139A"
,
{
"RTL-8139A"
,
0x70
,
0x70
,
0xf0fe0040
,
HasHltClk
,
/* XXX undocumented? */
HasHltClk
,
/* XXX undocumented? */
},
},
{
"RTL-8139B"
,
{
"RTL-8139B"
,
0x78
,
0x78
,
0xf0fc0040
,
HasLWake
,
HasLWake
,
},
},
{
"RTL-8130"
,
{
"RTL-8130"
,
0x7C
,
0x7C
,
0xf0fe0040
,
/* XXX copied from RTL8139A, verify */
HasLWake
,
HasLWake
,
},
},
{
"RTL-8139C"
,
{
"RTL-8139C"
,
0x74
,
0x74
,
0xf0fc0040
,
/* XXX copied from RTL8139B, verify */
HasLWake
,
HasLWake
,
},
},
...
...
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