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
73f1e07f
Commit
73f1e07f
authored
Aug 04, 2002
by
Wilson Chen
Committed by
Jeff Garzik
Aug 04, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add two pci ids to 8139too net driver
parent
e44c0d47
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
drivers/net/8139too.c
drivers/net/8139too.c
+6
-0
No files found.
drivers/net/8139too.c
View file @
73f1e07f
...
...
@@ -221,6 +221,8 @@ typedef enum {
FE2000VX
,
ALLIED8139
,
RTL8129
,
FNW3603TX
,
FNW3800TX
,
}
board_t
;
...
...
@@ -240,6 +242,8 @@ static struct {
{
"AboCom FE2000VX (RealTek RTL8139)"
,
RTL8139_CAPS
},
{
"Allied Telesyn 8139 CardBus"
,
RTL8139_CAPS
},
{
"RealTek RTL8129"
,
RTL8129_CAPS
},
{
"Planex FNW-3603-TX 10/100 CardBus"
,
RTL8139_CAPS
},
{
"Planex FNW-3800-TX 10/100 CardBus"
,
RTL8139_CAPS
},
};
...
...
@@ -254,6 +258,8 @@ static struct pci_device_id rtl8139_pci_tbl[] __devinitdata = {
{
0x1186
,
0x1340
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
DFE690TXD
},
{
0x13d1
,
0xab06
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
FE2000VX
},
{
0x1259
,
0xa117
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
ALLIED8139
},
{
0x14ea
,
0xab06
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
FNW3603TX
},
{
0x14ea
,
0xab07
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
FNW3800TX
},
#ifdef CONFIG_8139TOO_8129
{
0x10ec
,
0x8129
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
RTL8129
},
...
...
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