Skip to content

Commit

Permalink
atm: Driver for Solos PCI ADSL2+ card.
Browse files Browse the repository at this point in the history
This adds basic support for the 'Solos' PCI ADSL2+ cards being developed
by Traverse Technologies and Xrio Ltd:
http://www.traverse.com.au/productview.php?product_id=116

Signed-off-by: Nathan Williams <nathan@traverse.com.au>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
dwmw2 authored and davem330 committed Dec 26, 2008
1 parent 236b87c commit 9c54004
Show file tree
Hide file tree
Showing 3 changed files with 797 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/atm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -391,4 +391,10 @@ config ATM_HE_USE_SUNI
Support for the S/UNI-Ultra and S/UNI-622 found in the ForeRunner
HE cards. This driver provides carrier detection some statistics.

config ATM_SOLOS
tristate "Solos ADSL2+ PCI Multiport card driver"
depends on PCI
help
Support for the Solos multiport ADSL2+ card.

endif # ATM
1 change: 1 addition & 0 deletions drivers/atm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ obj-$(CONFIG_ATM_IA) += iphase.o suni.o
obj-$(CONFIG_ATM_FORE200E) += fore_200e.o
obj-$(CONFIG_ATM_ENI) += eni.o suni.o
obj-$(CONFIG_ATM_IDT77252) += idt77252.o
obj-$(CONFIG_ATM_SOLOS) += solos-pci.o

ifeq ($(CONFIG_ATM_NICSTAR_USE_SUNI),y)
obj-$(CONFIG_ATM_NICSTAR) += suni.o
Expand Down
Loading

0 comments on commit 9c54004

Please sign in to comment.