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
0e044241
Commit
0e044241
authored
Jul 27, 2004
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Plain Diff
Merge pobox.com:/spare/repo/netdev-2.6/velocity
into pobox.com:/spare/repo/netdev-2.6/ALL
parents
e867bd28
1b8ac798
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
281 additions
and
291 deletions
+281
-291
drivers/net/Kconfig
drivers/net/Kconfig
+1
-0
drivers/net/via-velocity.c
drivers/net/via-velocity.c
+277
-289
drivers/net/via-velocity.h
drivers/net/via-velocity.h
+2
-2
include/linux/pci_ids.h
include/linux/pci_ids.h
+1
-0
No files found.
drivers/net/Kconfig
View file @
0e044241
...
...
@@ -1746,6 +1746,7 @@ config VIA_VELOCITY
tristate "VIA Velocity support"
depends on NET_PCI && PCI
select CRC32
select CRC16
select MII
help
If you have a VIA "Velocity" based network card say Y here.
...
...
drivers/net/via-velocity.c
View file @
0e044241
This diff is collapsed.
Click to expand it.
drivers/net/via-velocity.h
View file @
0e044241
...
...
@@ -37,7 +37,6 @@
#define OPTION_DEFAULT { [0 ... MAX_UNITS-1] = -1}
#define REV_ID_VT6110 (0)
#define DEVICE_ID (0x3119)
#define BYTE_REG_BITS_ON(x,p) do { writeb(readb((p))|(x),(p));} while (0)
#define WORD_REG_BITS_ON(x,p) do { writew(readw((p))|(x),(p));} while (0)
...
...
@@ -1772,7 +1771,8 @@ struct velocity_info {
struct
velocity_td_info
*
td_infos
[
TX_QUEUE_NO
];
int
rd_curr
;
int
rd_used
;
int
rd_dirty
;
u32
rd_filled
;
struct
rx_desc
*
rd_ring
;
struct
velocity_rd_info
*
rd_info
;
/* It's an array */
...
...
include/linux/pci_ids.h
View file @
0e044241
...
...
@@ -1231,6 +1231,7 @@
#define PCI_DEVICE_ID_VIA_8233C_0 0x3109
#define PCI_DEVICE_ID_VIA_8361 0x3112
#define PCI_DEVICE_ID_VIA_XM266 0x3116
#define PCI_DEVICE_ID_VIA_612X 0x3119
#define PCI_DEVICE_ID_VIA_862X_0 0x3123
#define PCI_DEVICE_ID_VIA_8753_0 0x3128
#define PCI_DEVICE_ID_VIA_8233A 0x3147
...
...
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