Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47353
b: refs/heads/master
c: 1fd7a69
h: refs/heads/master
i:
  47351: 2e492a7
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Feb 9, 2007
1 parent 6462eb4 commit 4a7c01d
Show file tree
Hide file tree
Showing 4 changed files with 817 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: 726f0785b608d09bdd64bdbadc09217ebbf9920e
refs/heads/master: 1fd7a697a37bcd484b130a71326e43cd68ced90c
6 changes: 6 additions & 0 deletions trunk/drivers/ata/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@ config SATA_VITESSE

If unsure, say N.

config SATA_INIC162X
tristate "Initio 162x SATA support (HIGHLY EXPERIMENTAL)"
depends on PCI && EXPERIMENTAL
help
This option enables support for Initio 162x Serial ATA.

config SATA_INTEL_COMBINED
bool
depends on IDE=y && !BLK_DEV_IDE_SATA && (SATA_AHCI || ATA_PIIX)
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/ata/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ obj-$(CONFIG_SATA_SX4) += sata_sx4.o
obj-$(CONFIG_SATA_NV) += sata_nv.o
obj-$(CONFIG_SATA_ULI) += sata_uli.o
obj-$(CONFIG_SATA_MV) += sata_mv.o
obj-$(CONFIG_SATA_INIC162X) += sata_inic162x.o
obj-$(CONFIG_PDC_ADMA) += pdc_adma.o

obj-$(CONFIG_PATA_ALI) += pata_ali.o
Expand Down
Loading

0 comments on commit 4a7c01d

Please sign in to comment.