mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
8722ff8cdb
This patch includes the device driver for the IBM RamSan family of PCI SSD flash storage cards. This driver will include support for the RamSan 70 and 80. The driver presents a block device for device I/O. Signed-off-by: Philip J Kelleher <pjk1939@linux.vnet.ibm.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
3 lines
83 B
Makefile
3 lines
83 B
Makefile
obj-$(CONFIG_BLK_DEV_RSXX) += rsxx.o
|
|
rsxx-y := config.o core.o cregs.o dev.o dma.o
|