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
43adf430
Commit
43adf430
authored
Feb 11, 2002
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new pci id to via-rhine net driver.
parent
04dac2e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
drivers/net/via-rhine.c
drivers/net/via-rhine.c
+8
-2
No files found.
drivers/net/via-rhine.c
View file @
43adf430
...
...
@@ -81,11 +81,14 @@
- Add ethtool support
- Replace some MII-related magic numbers with constants
LK1.1.14 (jgarzik):
- Merge new PCI id from 'linuxfet' driver.
*/
#define DRV_NAME "via-rhine"
#define DRV_VERSION "1.1.1
3
"
#define DRV_RELDATE "
Nov-17-2001
"
#define DRV_VERSION "1.1.1
4
"
#define DRV_RELDATE "
Feb-12-2002
"
/* A few user-configurable values.
...
...
@@ -347,6 +350,8 @@ static struct via_rhine_chip_info via_rhine_chip_info[] __devinitdata =
CanHaveMII
|
HasWOL
},
{
"VIA VT3043 Rhine"
,
RHINE_IOTYPE
,
128
,
CanHaveMII
|
ReqTxAlign
}
{
"VIA VT6105 Rhine-III"
,
RHINE_IOTYPE
,
256
,
CanHaveMII
|
HasWOL
},
};
static
struct
pci_device_id
via_rhine_pci_tbl
[]
__devinitdata
=
...
...
@@ -354,6 +359,7 @@ static struct pci_device_id via_rhine_pci_tbl[] __devinitdata =
{
0x1106
,
0x6100
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
VT86C100A
},
{
0x1106
,
0x3065
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
VT6102
},
{
0x1106
,
0x3043
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
VT3043
},
{
0x1106
,
0x3106
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
VT6105
},
{
0
,}
/* terminate list */
};
MODULE_DEVICE_TABLE
(
pci
,
via_rhine_pci_tbl
);
...
...
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