Searched refs:viaide (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/chrp/
H A Dpci.c358 static void chrp_pci_fixup_vt8231_ata(struct pci_dev *viaide) argument
365 if (viaide->irq != 14)
371 dev_info(&viaide->dev, "Fixing VIA IDE, force legacy mode on\n");
373 pci_read_config_byte(viaide, PCI_CLASS_PROG, &progif);
374 pci_write_config_byte(viaide, PCI_CLASS_PROG, progif & ~0x5);
375 viaide->class &= ~0x5;

Completed in 111 milliseconds