Staging: vme: add Tundra TSI148 VME-PCI Bridge driver
Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
60479690af
commit
d22b8ed9a3
4 changed files with 4306 additions and 0 deletions
|
@ -6,3 +6,9 @@ config VME_CA91CX42
|
||||||
help
|
help
|
||||||
If you say Y here you get support for the Tundra CA91C042 (Universe I)
|
If you say Y here you get support for the Tundra CA91C042 (Universe I)
|
||||||
and CA91C142 (Universe II) VME bridge chips.
|
and CA91C142 (Universe II) VME bridge chips.
|
||||||
|
|
||||||
|
config VME_TSI148
|
||||||
|
tristate "Tempe"
|
||||||
|
help
|
||||||
|
If you say Y here you get support for the Tundra TSI148 VME bridge
|
||||||
|
chip.
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
obj-$(CONFIG_VME_CA91CX42) += vme_ca91cx42.o
|
obj-$(CONFIG_VME_CA91CX42) += vme_ca91cx42.o
|
||||||
|
obj-$(CONFIG_VME_TSI148) += vme_tsi148.o
|
||||||
|
|
2912
drivers/staging/vme/bridges/vme_tsi148.c
Normal file
2912
drivers/staging/vme/bridges/vme_tsi148.c
Normal file
File diff suppressed because it is too large
Load diff
1387
drivers/staging/vme/bridges/vme_tsi148.h
Normal file
1387
drivers/staging/vme/bridges/vme_tsi148.h
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue