This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / ide / pci / aec62xx.h
index b7d0ee3..460d7e3 100644 (file)
@@ -5,13 +5,15 @@
 #include <linux/pci.h>
 #include <linux/ide.h>
 
+#define DISPLAY_AEC62XX_TIMINGS
+
 struct chipset_bus_clock_list_entry {
        byte            xfer_speed;
        byte            chipset_settings;
        byte            ultra_settings;
 };
 
-static struct chipset_bus_clock_list_entry aec6xxx_33_base [] = {
+struct chipset_bus_clock_list_entry aec6xxx_33_base [] = {
        {       XFER_UDMA_6,    0x31,   0x07    },
        {       XFER_UDMA_5,    0x31,   0x06    },
        {       XFER_UDMA_4,    0x31,   0x05    },
@@ -31,7 +33,7 @@ static struct chipset_bus_clock_list_entry aec6xxx_33_base [] = {
        {       0,              0x00,   0x00    }
 };
 
-static struct chipset_bus_clock_list_entry aec6xxx_34_base [] = {
+struct chipset_bus_clock_list_entry aec6xxx_34_base [] = {
        {       XFER_UDMA_6,    0x41,   0x06    },
        {       XFER_UDMA_5,    0x41,   0x05    },
        {       XFER_UDMA_4,    0x41,   0x04    },