Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 68970 | Differences between
and this patch

Collapse All | Expand All

(-)linux-2.6.8-gentoo-r3/drivers/ide/ppc/pmac.c.orig (+1 lines)
Lines 1538-1543 Link Here
1538
	{ PCI_VENDOR_ID_APPLE, PCI_DEVIEC_ID_APPLE_UNI_N_ATA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
1538
	{ PCI_VENDOR_ID_APPLE, PCI_DEVIEC_ID_APPLE_UNI_N_ATA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
1539
	{ PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_IPID_ATA100, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
1539
	{ PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_IPID_ATA100, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
1540
	{ PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_K2_ATA100, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
1540
	{ PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_K2_ATA100, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
1541
	{ PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_SH_ATA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
1541
};
1542
};
1542
1543
1543
static struct pci_driver pmac_ide_pci_driver = {
1544
static struct pci_driver pmac_ide_pci_driver = {
(-)linux-2.6.8-gentoo-r3/drivers/net/sungem.c.orig (+2 lines)
Lines 106-111 Link Here
106
	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
106
	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
107
	{ PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_K2_GMAC,
107
	{ PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_K2_GMAC,
108
	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
108
	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
109
       { PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_SH_SUNGEM,
110
          PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
109
	{0, }
111
	{0, }
110
};
112
};
111
113
(-)linux-2.6.8-gentoo-r3/drivers/pci/pci.ids.orig (+6 lines)
Lines 2119-2124 Link Here
2119
	0049  K2 HT-PCI Bridge
2119
	0049  K2 HT-PCI Bridge
2120
	004b  U3 AGP
2120
	004b  U3 AGP
2121
	004c  K2 GMAC (Sun GEM)
2121
	004c  K2 GMAC (Sun GEM)
2122
	0050  Shasta IDE
2123
	0051  Shasta (Sun GEM)
2124
	0052  Shasta Firewire
2125
	0053  Shasta PCI Bridge
2126
	0054  Shasta PCI Bridge
2127
	0055  Shasta PCI Bridge
2122
	1645  Tigon3 Gigabit Ethernet NIC (BCM5701)
2128
	1645  Tigon3 Gigabit Ethernet NIC (BCM5701)
2123
106c  Hyundai Electronics America
2129
106c  Hyundai Electronics America
2124
	8801  Dual Pentium ISA/PCI Motherboard
2130
	8801  Dual Pentium ISA/PCI Motherboard
(-)linux-2.6.8-gentoo-r3/include/linux/pci_ids.h.orig (+3 lines)
Lines 835-840 Link Here
835
#define PCI_DEVICE_ID_APPLE_KEYLARGO_I	0x003e
835
#define PCI_DEVICE_ID_APPLE_KEYLARGO_I	0x003e
836
#define PCI_DEVICE_ID_APPLE_K2_ATA100	0x0043
836
#define PCI_DEVICE_ID_APPLE_K2_ATA100	0x0043
837
#define PCI_DEVICE_ID_APPLE_K2_GMAC	0x004c
837
#define PCI_DEVICE_ID_APPLE_K2_GMAC	0x004c
838
#define PCI_DEVICE_ID_APPLE_SH_ATA      0x0050
839
#define PCI_DEVICE_ID_APPLE_SH_SUNGEM   0x0051
840
#define PCI_DEVICE_ID_APPLE_SH_FW       0x0052
838
#define PCI_DEVICE_ID_APPLE_TIGON3	0x1645
841
#define PCI_DEVICE_ID_APPLE_TIGON3	0x1645
839
842
840
#define PCI_VENDOR_ID_YAMAHA		0x1073
843
#define PCI_VENDOR_ID_YAMAHA		0x1073

Return to bug 68970