Gabriel Mansi bbdfff86a8 [AGPGART] Fix wrong ID in via-agp.c
there is a wrong id in drivers/char/agp/via-agp.c
#define PCI_DEVICE_ID_VIA_CX700         0x8324
It must be 0x0324

Notice that PCI_DEVICE_ID_VIA_CX700 is also used in
drivers/i2c/busses/i2c-viapro.c and
drivers/ide/pci/via82cxxx.c

So, I think that constant must be renamed to avoid conflicting.
I attached a proposed patch.

Signed-off-by: Dave Jones <davej@redhat.com>
2007-05-13 17:41:47 -04:00
..
2007-02-22 18:41:28 -05:00
2007-05-02 19:02:37 -07:00
2007-02-22 18:41:28 -05:00
2007-02-22 18:41:28 -05:00
2007-02-03 17:16:24 -05:00
2007-02-03 17:16:24 -05:00
2007-02-27 00:36:00 -05:00
2007-02-27 00:36:00 -05:00
2007-04-26 14:22:51 -04:00
2006-12-12 18:13:32 -05:00
2007-05-02 19:02:37 -07:00
2007-05-13 17:41:47 -04:00