Re: PATCH uninorth3 (G5) agp support
From: Jon Loeliger <hidden>
Date: 2005-01-03 18:56:39
On Mon, 2004-12-27 at 06:51, Jerome Glisse wrote:
quoted hunk ↗ jump to hunk
/* My understanding of UniNorth AGP as of UniNorth rev 1.0x, * revision 1.5 (x4 AGP) may need further changes. diff -Naur linux/include/linux/pci_ids.h linux-new/include/linux/pci_ids.h--- linux/include/linux/pci_ids.h 2004-12-26 14:40:05.000000000 +0100 +++ linux-new/include/linux/pci_ids.h 2004-12-27 13:40:50.121003792 +0100@@ -842,6 +842,7 @@ #define PCI_DEVICE_ID_APPLE_UNI_N_GMAC2 0x0032
#define PCI_DEVIEC_ID_APPLE_UNI_N_ATA 0x0033
#define PCI_DEVICE_ID_APPLE_UNI_N_AGP2 0x0034 +#define PCI_DEVICE_ID_APPLE_U3_AGP 0x0059 #define PCI_DEVICE_ID_APPLE_IPID_ATA100 0x003b #define PCI_DEVICE_ID_APPLE_KEYLARGO_I 0x003e #define PCI_DEVICE_ID_APPLE_K2_ATA100 0x0043
So, did 0x0033's symbol need to be spelled consistently too? NB: PCI_DEVIEC_ Thanks, jdl