Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/char/agp
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
..
agp.h [AGPGART] Further constification. 2007-02-22 18:41:28 -05:00
ali-agp.c [AGPGART] Add missing calls to global_flush_tlb() to ali-agp 2007-04-26 14:22:50 -04:00
alpha-agp.c PCI: Convert to alloc_pci_dev() 2007-05-02 19:02:37 -07:00
amd-k7-agp.c [AGPGART] Further constification. 2007-02-22 18:41:28 -05:00
amd64-agp.c x86_64: off-by-two error in aperture.c 2007-05-11 12:53:00 -07:00
ati-agp.c [AGPGART] Further constification. 2007-02-22 18:41:28 -05:00
backend.c [AGPGART] Allow drm-populated agp memory types 2007-02-03 17:16:24 -05:00
compat_ioctl.c [AGPGART] compat ioctl 2007-02-03 17:16:24 -05:00
compat_ioctl.h [AGPGART] compat ioctl 2007-02-03 17:16:24 -05:00
efficeon-agp.c [AGPGART] Further constification. 2007-02-22 18:41:28 -05:00
frontend.c [AGPGART] Allow drm-populated agp memory types 2007-02-03 17:16:24 -05:00
generic.c [AGPGART] Move [un]map_page_into_agp into asm/agp.h 2007-04-26 14:22:50 -04:00
hp-agp.c [AGPGART] fix compile errors 2007-02-27 00:36:00 -05:00
i460-agp.c [AGPGART] fix compile errors 2007-02-27 00:36:00 -05:00
intel-agp.c [AGPGART] Intel-agp adjustments 2007-04-26 14:22:51 -04:00
isoch.c [AGPGART] Lots of CodingStyle/whitespace cleanups. 2006-02-28 00:54:25 -05:00
Kconfig Merge ../linus 2006-12-12 18:13:32 -05:00
Makefile [AGPGART] Fix modular agpgart ia64 allmodconfig 2007-02-20 14:18:01 -05:00
nvidia-agp.c [AGPGART] Nvidia AGP: Use refcount aware PCI interfaces 2007-04-26 14:22:51 -04:00
parisc-agp.c PCI: Convert to alloc_pci_dev() 2007-05-02 19:02:37 -07:00
sgi-agp.c [AGPGART] Fix sparse warning in sgi-agp.c 2007-04-26 14:22:51 -04:00
sis-agp.c [AGPGART] prevent probe collision of sis-agp and amd64_agp 2007-04-26 14:22:50 -04:00
sworks-agp.c [AGPGART] sworks-agp: Switch to PCI ref counting APIs 2007-04-26 14:22:51 -04:00
uninorth-agp.c [POWERPC] Rename get_property to of_get_property: drivers 2007-05-02 20:04:32 +10:00
via-agp.c [AGPGART] Fix wrong ID in via-agp.c 2007-05-13 17:41:47 -04:00