]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/ide/it821x.c
it821x.c: use dev->revision instead of pci_read_config_byte
[net-next-2.6.git] / drivers / ide / it821x.c
index 983440a9a5f764973bf6b2a6dafeba608a57f70b..e1c4f5437396b076bf09f55f32eed07e9ef6b9f4 100644 (file)
@@ -560,8 +560,7 @@ static void __devinit init_hwif_it821x(ide_hwif_t *hwif)
         *      this is necessary.
         */
 
-       pci_read_config_byte(dev, 0x08, &conf);
-       if (conf == 0x10) {
+       if (dev->revision == 0x10) {
                idev->timing10 = 1;
                hwif->host_flags |= IDE_HFLAG_NO_ATAPI_DMA;
                if (idev->smart == 0)