Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45585
b: refs/heads/master
c: e93f09d
h: refs/heads/master
i:
  45583: 51fbdaa
v: v3
  • Loading branch information
Olof Johansson authored and Jeff Garzik committed Jan 20, 2007
1 parent 261d861 commit 617f226
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 79a55b72a1996f77e9d23c7a5282e5839d45beb3
refs/heads/master: e93f09dc2d49d8e98818a93ad17f3ede91533738
5 changes: 3 additions & 2 deletions trunk/drivers/ata/sata_mv.c
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,7 @@ static const struct ata_port_info mv_port_info[] = {
},
{ /* chip_7042 */
.sht = &mv_sht,
.flags = (MV_COMMON_FLAGS | MV_6XXX_FLAGS |
MV_FLAG_DUAL_HC),
.flags = (MV_COMMON_FLAGS | MV_6XXX_FLAGS),
.pio_mask = 0x1f, /* pio0-4 */
.udma_mask = 0x7f, /* udma0-6 */
.port_ops = &mv_iie_ops,
Expand All @@ -545,6 +544,8 @@ static const struct pci_device_id mv_pci_tbl[] = {

{ PCI_VDEVICE(ADAPTEC2, 0x0241), chip_604x },

{ PCI_VDEVICE(TTI, 0x2310), chip_7042 },

{ } /* terminate list */
};

Expand Down

0 comments on commit 617f226

Please sign in to comment.