Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 19 changed files with 4,295 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b0b57633089ee4726aefe20760132c41bbd83fff
refs/heads/master: 921a86e0e306e42452e16894f2cc792659ede16b
2 changes: 2 additions & 0 deletions trunk/drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,7 @@ source "drivers/staging/quickstart/Kconfig"

source "drivers/staging/westbridge/Kconfig"

source "drivers/staging/sbe-2t3e3/Kconfig"

endif # !STAGING_EXCLUDE_BUILD
endif # STAGING
1 change: 1 addition & 0 deletions trunk/drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ obj-$(CONFIG_SOLO6X10) += solo6x10/
obj-$(CONFIG_TIDSPBRIDGE) += tidspbridge/
obj-$(CONFIG_ACPI_QUICKSTART) += quickstart/
obj-$(CONFIG_WESTBRIDGE_ASTORIA) += westbridge/astoria/
obj-$(CONFIG_SBE_2T3E3) += sbe-2t3e3/
894 changes: 894 additions & 0 deletions trunk/drivers/staging/sbe-2t3e3/2t3e3.h

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions trunk/drivers/staging/sbe-2t3e3/Kconfig
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.
4 changes: 4 additions & 0 deletions trunk/drivers/staging/sbe-2t3e3/Makefile
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
6 changes: 6 additions & 0 deletions trunk/drivers/staging/sbe-2t3e3/TODO
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>.
Loading

0 comments on commit f0935e0

Please sign in to comment.