Skip to content

Commit

Permalink
libata: add new driver pdc_adma for PDC ADMA ATA cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Lord authored and Jeff Garzik committed Oct 10, 2005
1 parent 3d3467f commit edea3ab
Show file tree
Hide file tree
Showing 3 changed files with 749 additions and 3 deletions.
14 changes: 11 additions & 3 deletions drivers/scsi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -489,11 +489,11 @@ config SCSI_SATA_NV

If unsure, say N.

config SCSI_SATA_PROMISE
tristate "Promise SATA TX2/TX4 support"
config SCSI_PDC_ADMA
tristate "Pacific Digital ADMA support"
depends on SCSI_SATA && PCI
help
This option enables support for Promise Serial ATA TX2/TX4.
This option enables support for Pacific Digital ADMA controllers

If unsure, say N.

Expand All @@ -505,6 +505,14 @@ config SCSI_SATA_QSTOR

If unsure, say N.

config SCSI_SATA_PROMISE
tristate "Promise SATA TX2/TX4 support"
depends on SCSI_SATA && PCI
help
This option enables support for Promise Serial ATA TX2/TX4.

If unsure, say N.

config SCSI_SATA_SX4
tristate "Promise SATA SX4 support"
depends on SCSI_SATA && PCI && EXPERIMENTAL
Expand Down
1 change: 1 addition & 0 deletions drivers/scsi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ obj-$(CONFIG_SCSI_SATA_SX4) += libata.o sata_sx4.o
obj-$(CONFIG_SCSI_SATA_NV) += libata.o sata_nv.o
obj-$(CONFIG_SCSI_SATA_ULI) += libata.o sata_uli.o
obj-$(CONFIG_SCSI_SATA_MV) += libata.o sata_mv.o
obj-$(CONFIG_SCSI_PDC_ADMA) += libata.o pdc_adma.o

obj-$(CONFIG_ARM) += arm/

Expand Down
Loading

0 comments on commit edea3ab

Please sign in to comment.