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
4c1234ff
Commit
4c1234ff
authored
Jun 20, 2006
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'upstream' of
git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6
into upstream
parents
25f42b6a
1668b19f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
drivers/net/sundance.c
drivers/net/sundance.c
+6
-2
No files found.
drivers/net/sundance.c
View file @
4c1234ff
...
...
@@ -94,11 +94,13 @@
Version LK1.10 (Philippe De Muyter phdm@macqel.be):
- Make 'unblock interface after Tx underrun' work
Version LK1.11 (Pedro Alejandro Lopez-Valencia palopezv at gmail.com):
- Add support for IC Plus Corporation IP100A chipset
*/
#define DRV_NAME "sundance"
#define DRV_VERSION "1.01+LK1.1
0
"
#define DRV_RELDATE "
28-Oct-2005
"
#define DRV_VERSION "1.01+LK1.1
1
"
#define DRV_RELDATE "
14-Jun-2006
"
/* The user-configurable values.
...
...
@@ -287,6 +289,7 @@ static struct pci_device_id sundance_pci_tbl[] = {
{
0x1186
,
0x1002
,
0x1186
,
0x1040
,
0
,
0
,
3
},
{
0x1186
,
0x1002
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
4
},
{
0x13F0
,
0x0201
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
5
},
{
0x13F0
,
0x0200
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
6
},
{
0
,}
};
MODULE_DEVICE_TABLE
(
pci
,
sundance_pci_tbl
);
...
...
@@ -305,6 +308,7 @@ static const struct pci_id_info pci_id_tbl[] = {
{
"D-Link DFE-530TXS FAST Ethernet Adapter"
},
{
"D-Link DL10050-based FAST Ethernet Adapter"
},
{
"Sundance Technology Alta"
},
{
"IC Plus Corporation IP100A FAST Ethernet Adapter"
},
{
NULL
,},
/* 0 terminated list. */
};
...
...
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