Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 110899
Collapse All | Expand All

(-)linux-work.orig/drivers/ide/ppc/pmac.c (-3 / +8 lines)
Lines 1664-1674 Link Here
1664
};
1664
};
1665
static struct pci_device_id pmac_ide_pci_match[] = {
1665
static struct pci_device_id pmac_ide_pci_match[] = {
1666
	{ PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_UNI_N_ATA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
1666
	{ PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_UNI_N_ATA,
1667
	{ PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_IPID_ATA100, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
1667
	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
1668
	{ PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_K2_ATA100, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
1668
	{ PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_IPID_ATA100,
1669
	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
1670
	{ PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_K2_ATA100,
1671
	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
1669
	{ PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_SH_ATA,
1672
	{ PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_SH_ATA,
1670
	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
1673
	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
1674
	{ PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_IPIDD2_ATA,
1675
	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
1671
};
1676
};
1672
static struct pci_driver pmac_ide_pci_driver = {
1677
static struct pci_driver pmac_ide_pci_driver = {
(-)linux-work.orig/include/linux/pci_ids.h (+1 lines)
Lines 912-917 Link Here
912
#define PCI_DEVICE_ID_APPLE_SH_FW       0x0052
912
#define PCI_DEVICE_ID_APPLE_SH_FW       0x0052
913
#define PCI_DEVICE_ID_APPLE_U3L_AGP	0x0058
913
#define PCI_DEVICE_ID_APPLE_U3L_AGP	0x0058
914
#define PCI_DEVICE_ID_APPLE_U3H_AGP	0x0059
914
#define PCI_DEVICE_ID_APPLE_U3H_AGP	0x0059
915
#define PCI_DEVICE_ID_APPLE_IPIDD2_ATA  0x0069
915
#define PCI_DEVICE_ID_APPLE_TIGON3	0x1645
916
#define PCI_DEVICE_ID_APPLE_TIGON3	0x1645
916
#define PCI_VENDOR_ID_YAMAHA		0x1073
917
#define PCI_VENDOR_ID_YAMAHA		0x1073

Return to bug 110899