-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jeff Kirsher
committed
Aug 11, 2011
1 parent
1868655
commit b35a205
Showing
10 changed files
with
41 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 628a604842b68cb0fc483e7cd5fcfb836be633d5 | ||
refs/heads/master: 8efc91254fda97ee78e2e0b8e016120e664131de |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# | ||
# Racal-Interlan device configuration | ||
# | ||
|
||
config NET_VENDOR_RACAL | ||
bool "Racal-Interlan (Micom) NI devices" | ||
depends on ISA | ||
---help--- | ||
If you have a network (Ethernet) card belonging to this class, such | ||
as the NI5010, NI5210 or NI6210, say Y and read the Ethernet-HOWTO, | ||
available from <http://www.tldp.org/docs.html#howto>. | ||
|
||
Note that the answer to this question doesn't directly affect the | ||
kernel: saying N will just cause the configurator to skip all | ||
the questions about NI cards. If you say Y, you will be asked for | ||
your specific card in the following questions. | ||
|
||
if NET_VENDOR_RACAL | ||
|
||
config NI5010 | ||
tristate "NI5010 support (EXPERIMENTAL)" | ||
depends on ISA && EXPERIMENTAL && BROKEN_ON_SMP | ||
---help--- | ||
If you have a network (Ethernet) card of this type, say Y and read | ||
the Ethernet-HOWTO, available from | ||
<http://www.tldp.org/docs.html#howto>. Note that this is still | ||
experimental code. | ||
|
||
To compile this driver as a module, choose M here. The module | ||
will be called ni5010. | ||
|
||
endif # NET_VENDOR_RACAL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# | ||
# Makefile for the Racal-Interlan network device drivers. | ||
# | ||
|
||
obj-$(CONFIG_NI5010) += ni5010.o |
File renamed without changes.
File renamed without changes.