mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
541 B

  1. --- km/km.c 2005-06-19 09:18:43.000000000 +0200
  2. +++ build/generic-distro-TRUNK-x86-athlon-xp-32-generic-expert/ROCK/src.gatos-km.1143534885.6208.2882753788/km/km.c 2006-03-29 03:07:39.000000000 +0200
  3. @@ -871,6 +871,13 @@
  4. #define PCI_DEVICE_ID_ATI_RADEON_RD 0x5147
  5. #endif
  6. +#ifndef PCI_DEVICE_ID_ATI_RADEON_LE
  7. +#define PCI_DEVICE_ID_ATI_RADEON_LE 0x4d45
  8. +#endif
  9. +
  10. +#ifndef PCI_DEVICE_ID_ATI_RADEON_LF
  11. +#define PCI_DEVICE_ID_ATI_RADEON_LF 0x4d46
  12. +#endif
  13. /*-------------------------------------------------------------------------*/