Loading drivers/ata/pata_hpt37x.c +11 −11 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ #include <linux/libata.h> #define DRV_NAME "pata_hpt37x" #define DRV_VERSION "0.6.19" #define DRV_VERSION "0.6.20" struct hpt_clock { u8 xfer_speed; Loading Loading @@ -863,7 +863,7 @@ static int hpt37x_init_one(struct pci_dev *dev, const struct pci_device_id *id) chip_table = &hpt372; break; default: printk(KERN_ERR "pata_hpt37x: Unknown HPT366 subtype, " pr_err(DRV_NAME ": Unknown HPT366 subtype, " "please report (%d).\n", rev); return -ENODEV; } Loading Loading @@ -906,8 +906,8 @@ static int hpt37x_init_one(struct pci_dev *dev, const struct pci_device_id *id) *ppi = &info_hpt374_fn1; break; default: printk(KERN_ERR "pata_hpt37x: PCI table is bogus, please report (%d).\n", pr_err(DRV_NAME ": PCI table is bogus, please report (%d).\n", dev->device); return -ENODEV; } Loading Loading @@ -957,8 +957,7 @@ static int hpt37x_init_one(struct pci_dev *dev, const struct pci_device_id *id) u8 sr; u32 total = 0; printk(KERN_WARNING "pata_hpt37x: BIOS has not set timing clocks.\n"); pr_warning(DRV_NAME ": BIOS has not set timing clocks.\n"); /* This is the process the HPT371 BIOS is reported to use */ for (i = 0; i < 128; i++) { Loading Loading @@ -1014,7 +1013,7 @@ static int hpt37x_init_one(struct pci_dev *dev, const struct pci_device_id *id) (f_high << 16) | f_low | 0x100); } if (adjust == 8) { printk(KERN_ERR "pata_hpt37x: DPLL did not stabilize!\n"); pr_err(DRV_NAME ": DPLL did not stabilize!\n"); return -ENODEV; } if (dpll == 3) Loading @@ -1022,7 +1021,7 @@ static int hpt37x_init_one(struct pci_dev *dev, const struct pci_device_id *id) else private_data = (void *)hpt37x_timings_50; printk(KERN_INFO "pata_hpt37x: bus clock %dMHz, using %dMHz DPLL.\n", pr_info(DRV_NAME ": bus clock %dMHz, using %dMHz DPLL.\n", MHz[clock_slot], MHz[dpll]); } else { private_data = (void *)chip_table->clocks[clock_slot]; Loading @@ -1036,7 +1035,8 @@ static int hpt37x_init_one(struct pci_dev *dev, const struct pci_device_id *id) ppi[0] = &info_hpt370_33; if (clock_slot < 2 && ppi[0] == &info_hpt370a) ppi[0] = &info_hpt370a_33; printk(KERN_INFO "pata_hpt37x: %s using %dMHz bus clock.\n", pr_info(DRV_NAME ": %s using %dMHz bus clock.\n", chip_table->name, MHz[clock_slot]); } Loading drivers/ata/pata_hpt3x2n.c +5 −7 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ #include <linux/libata.h> #define DRV_NAME "pata_hpt3x2n" #define DRV_VERSION "0.3.13" #define DRV_VERSION "0.3.14" enum { HPT_PCI_FAST = (1 << 31), Loading Loading @@ -418,7 +418,7 @@ static int hpt3x2n_pci_clock(struct pci_dev *pdev) u16 sr; u32 total = 0; printk(KERN_WARNING "pata_hpt3x2n: BIOS clock data not set.\n"); pr_warning(DRV_NAME ": BIOS clock data not set.\n"); /* This is the process the HPT371 BIOS is reported to use */ for (i = 0; i < 128; i++) { Loading Loading @@ -528,8 +528,7 @@ hpt372n: ppi[0] = &info_hpt372n; break; default: printk(KERN_ERR "pata_hpt3x2n: PCI table is bogus please report (%d).\n", pr_err(DRV_NAME ": PCI table is bogus, please report (%d).\n", dev->device); return -ENODEV; } Loading Loading @@ -579,12 +578,11 @@ hpt372n: pci_write_config_dword(dev, 0x5C, (f_high << 16) | f_low); } if (adjust == 8) { printk(KERN_ERR "pata_hpt3x2n: DPLL did not stabilize!\n"); pr_err(DRV_NAME ": DPLL did not stabilize!\n"); return -ENODEV; } printk(KERN_INFO "pata_hpt37x: bus clock %dMHz, using 66MHz DPLL.\n", pci_mhz); pr_info(DRV_NAME ": bus clock %dMHz, using 66MHz DPLL.\n", pci_mhz); /* * Set our private data up. We only need a few flags Loading Loading
drivers/ata/pata_hpt37x.c +11 −11 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ #include <linux/libata.h> #define DRV_NAME "pata_hpt37x" #define DRV_VERSION "0.6.19" #define DRV_VERSION "0.6.20" struct hpt_clock { u8 xfer_speed; Loading Loading @@ -863,7 +863,7 @@ static int hpt37x_init_one(struct pci_dev *dev, const struct pci_device_id *id) chip_table = &hpt372; break; default: printk(KERN_ERR "pata_hpt37x: Unknown HPT366 subtype, " pr_err(DRV_NAME ": Unknown HPT366 subtype, " "please report (%d).\n", rev); return -ENODEV; } Loading Loading @@ -906,8 +906,8 @@ static int hpt37x_init_one(struct pci_dev *dev, const struct pci_device_id *id) *ppi = &info_hpt374_fn1; break; default: printk(KERN_ERR "pata_hpt37x: PCI table is bogus, please report (%d).\n", pr_err(DRV_NAME ": PCI table is bogus, please report (%d).\n", dev->device); return -ENODEV; } Loading Loading @@ -957,8 +957,7 @@ static int hpt37x_init_one(struct pci_dev *dev, const struct pci_device_id *id) u8 sr; u32 total = 0; printk(KERN_WARNING "pata_hpt37x: BIOS has not set timing clocks.\n"); pr_warning(DRV_NAME ": BIOS has not set timing clocks.\n"); /* This is the process the HPT371 BIOS is reported to use */ for (i = 0; i < 128; i++) { Loading Loading @@ -1014,7 +1013,7 @@ static int hpt37x_init_one(struct pci_dev *dev, const struct pci_device_id *id) (f_high << 16) | f_low | 0x100); } if (adjust == 8) { printk(KERN_ERR "pata_hpt37x: DPLL did not stabilize!\n"); pr_err(DRV_NAME ": DPLL did not stabilize!\n"); return -ENODEV; } if (dpll == 3) Loading @@ -1022,7 +1021,7 @@ static int hpt37x_init_one(struct pci_dev *dev, const struct pci_device_id *id) else private_data = (void *)hpt37x_timings_50; printk(KERN_INFO "pata_hpt37x: bus clock %dMHz, using %dMHz DPLL.\n", pr_info(DRV_NAME ": bus clock %dMHz, using %dMHz DPLL.\n", MHz[clock_slot], MHz[dpll]); } else { private_data = (void *)chip_table->clocks[clock_slot]; Loading @@ -1036,7 +1035,8 @@ static int hpt37x_init_one(struct pci_dev *dev, const struct pci_device_id *id) ppi[0] = &info_hpt370_33; if (clock_slot < 2 && ppi[0] == &info_hpt370a) ppi[0] = &info_hpt370a_33; printk(KERN_INFO "pata_hpt37x: %s using %dMHz bus clock.\n", pr_info(DRV_NAME ": %s using %dMHz bus clock.\n", chip_table->name, MHz[clock_slot]); } Loading
drivers/ata/pata_hpt3x2n.c +5 −7 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ #include <linux/libata.h> #define DRV_NAME "pata_hpt3x2n" #define DRV_VERSION "0.3.13" #define DRV_VERSION "0.3.14" enum { HPT_PCI_FAST = (1 << 31), Loading Loading @@ -418,7 +418,7 @@ static int hpt3x2n_pci_clock(struct pci_dev *pdev) u16 sr; u32 total = 0; printk(KERN_WARNING "pata_hpt3x2n: BIOS clock data not set.\n"); pr_warning(DRV_NAME ": BIOS clock data not set.\n"); /* This is the process the HPT371 BIOS is reported to use */ for (i = 0; i < 128; i++) { Loading Loading @@ -528,8 +528,7 @@ hpt372n: ppi[0] = &info_hpt372n; break; default: printk(KERN_ERR "pata_hpt3x2n: PCI table is bogus please report (%d).\n", pr_err(DRV_NAME ": PCI table is bogus, please report (%d).\n", dev->device); return -ENODEV; } Loading Loading @@ -579,12 +578,11 @@ hpt372n: pci_write_config_dword(dev, 0x5C, (f_high << 16) | f_low); } if (adjust == 8) { printk(KERN_ERR "pata_hpt3x2n: DPLL did not stabilize!\n"); pr_err(DRV_NAME ": DPLL did not stabilize!\n"); return -ENODEV; } printk(KERN_INFO "pata_hpt37x: bus clock %dMHz, using 66MHz DPLL.\n", pci_mhz); pr_info(DRV_NAME ": bus clock %dMHz, using 66MHz DPLL.\n", pci_mhz); /* * Set our private data up. We only need a few flags Loading