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
6cdcd300
Commit
6cdcd300
authored
Feb 29, 2004
by
Roger Luethi
Committed by
Russell King
Feb 29, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Update via-rhine Kconfig entry
Previous Kconfig change was incorrect, this is a better one.
parent
4b832804
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
10 deletions
+8
-10
drivers/net/Kconfig
drivers/net/Kconfig
+8
-10
No files found.
drivers/net/Kconfig
View file @
6cdcd300
...
@@ -1676,25 +1676,23 @@ config VIA_RHINE
...
@@ -1676,25 +1676,23 @@ config VIA_RHINE
select CRC32
select CRC32
select MII
select MII
help
help
If you have a VIA "rhine" based network card (Rhine-I (3043),
If you have a VIA "Rhine" based network card (Rhine-I (VT86C100A),
Rhine-2 (VT86c100A) or Rhine-III (VT6105)), say Y here.
Rhine-II (VT6102), or Rhine-III (VT6105)), say Y here. Rhine-type
Ethernet functions can also be found integrated on South Bridges
(e.g. VT8235).
To compile this driver as a module, choose M here and read
To compile this driver as a module, choose M here. The module
<file:Documentation/networking/net-modules.txt>. The module
will be called via-rhine.
will be called via-rhine.
config VIA_RHINE_MMIO
config VIA_RHINE_MMIO
bool "Use MMIO instead of PIO
(EXPERIMENTAL)
"
bool "Use MMIO instead of PIO"
depends on VIA_RHINE
&& EXPERIMENTAL
depends on VIA_RHINE
help
help
This instructs the driver to use PCI shared memory (MMIO) instead of
This instructs the driver to use PCI shared memory (MMIO) instead of
programmed I/O ports (PIO). Enabling this gives an improvement in
programmed I/O ports (PIO). Enabling this gives an improvement in
processing time in parts of the driver.
processing time in parts of the driver.
It is not known if this works reliably on all "rhine" based cards,
If unsure, say Y.
but it has been tested successfully on some DFE-530TX adapters.
If unsure, say N.
config LAN_SAA9730
config LAN_SAA9730
bool "Philips SAA9730 Ethernet support (EXPERIMENTAL)"
bool "Philips SAA9730 Ethernet support (EXPERIMENTAL)"
...
...
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