This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / ide / pci / piix.h
index e4eb840..f71db14 100644 (file)
@@ -5,6 +5,10 @@
 #include <linux/pci.h>
 #include <linux/ide.h>
 
+#define PIIX_DEBUG_DRIVE_INFO          0
+
+#define DISPLAY_PIIX_TIMINGS
+
 static void init_setup_piix(struct pci_dev *, ide_pci_device_t *);
 static unsigned int __devinit init_chipset_piix(struct pci_dev *, const char *);
 static void init_hwif_piix(ide_hwif_t *);
@@ -57,8 +61,7 @@ static ide_pci_device_t piix_pci_info[] __devinitdata = {
        /* 17 */ DECLARE_PIIX_DEV("ICH4"),
        /* 18 */ DECLARE_PIIX_DEV("ICH5-SATA"),
        /* 19 */ DECLARE_PIIX_DEV("ICH5"),
-       /* 20 */ DECLARE_PIIX_DEV("ICH6"),
-       /* 21 */ DECLARE_PIIX_DEV("ICH7"),
+       /* 20 */ DECLARE_PIIX_DEV("ICH6")
 };
 
 #endif /* PIIX_H */