]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
Merge branch 'upstream-fixes' into upstream
authorJeff Garzik <jeff@garzik.org>
Thu, 24 Aug 2006 06:51:38 +0000 (02:51 -0400)
committerJeff Garzik <jeff@garzik.org>
Thu, 24 Aug 2006 06:51:38 +0000 (02:51 -0400)
1  2 
drivers/ata/ata_piix.c
drivers/ata/sata_via.c

Simple merge
index 6529189a2880efe84f83034c815167e2be01d7f9,01d40369a8a52d080e5b61be93f0158a896d1420..a0699a1728d48a6dc767b85f8ab5028663fcec6e
@@@ -74,9 -74,9 +74,10 @@@ enum 
  static int svia_init_one (struct pci_dev *pdev, const struct pci_device_id *ent);
  static u32 svia_scr_read (struct ata_port *ap, unsigned int sc_reg);
  static void svia_scr_write (struct ata_port *ap, unsigned int sc_reg, u32 val);
+ static void vt6420_error_handler(struct ata_port *ap);
  
  static const struct pci_device_id svia_pci_tbl[] = {
 +      { 0x1106, 0x0591, PCI_ANY_ID, PCI_ANY_ID, 0, 0, vt6420 },
        { 0x1106, 0x3149, PCI_ANY_ID, PCI_ANY_ID, 0, 0, vt6420 },
        { 0x1106, 0x3249, PCI_ANY_ID, PCI_ANY_ID, 0, 0, vt6421 },