-
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.
yaml --- r: 219615 b: refs/heads/master c: 921a86e h: refs/heads/master i: 219613: 75f0414 219611: a20d17f 219607: d481130 219599: 67af810 219583: b649f8b v: v3
- Loading branch information
Krzysztof Halasa
authored and
Greg Kroah-Hartman
committed
Aug 31, 2010
1 parent
cbfbd1c
commit f0935e0
Showing
19 changed files
with
4,295 additions
and
1 deletion.
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: b0b57633089ee4726aefe20760132c41bbd83fff | ||
refs/heads/master: 921a86e0e306e42452e16894f2cc792659ede16b |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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,13 @@ | ||
config SBE_2T3E3 | ||
tristate "SBE wanPMC-2T3E3 support" | ||
depends on HDLC && PCI | ||
help | ||
Driver for wanPMC-2T3E3 cards by SBE Inc. | ||
|
||
If you have such a card, say Y here and see | ||
<http://www.kernel.org/pub/linux/utils/net/hdlc/>. | ||
|
||
To compile this as a module, choose M here: the | ||
module will be called sbe-2t3e3. | ||
|
||
If unsure, say N. |
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,4 @@ | ||
obj-$(CONFIG_SBE_2T3E3) += sbe-2t3e3.o | ||
|
||
sbe-2t3e3-objs := module.o netdev.o maps.o \ | ||
main.o cpld.o intr.o ctrl.o io.o dc.o exar7250.o exar7300.o |
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,6 @@ | ||
TODO: | ||
- additional cleaning and tests | ||
- wait for the new configuration interface in generic HDLC layer and | ||
when available, convert the driver to it | ||
|
||
Please send patches to Krzysztof Halasa <khc@pm.waw.pl>. |
Oops, something went wrong.