diff options
Diffstat (limited to 'shared/sis.h')
-rw-r--r-- | shared/sis.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/shared/sis.h b/shared/sis.h index d29ed0dc..c6315d72 100644 --- a/shared/sis.h +++ b/shared/sis.h @@ -33,11 +33,7 @@ * Name it sisdrv_##x as there's a conflict with sis_free/malloc in the kernel * that's used for fb devices */ -#ifdef __linux__ #define DRM(x) sisdrv_##x -#else -#define DRM(x) sis_##x -#endif /* General customization: */ @@ -62,13 +58,6 @@ [DRM_IOCTL_NR(DRM_IOCTL_SIS_AGP_FREE)] = { sis_ioctl_agp_free, 1, 0 }, \ [DRM_IOCTL_NR(DRM_IOCTL_SIS_FB_INIT)] = { sis_fb_init, 1, 1 } -#define DRIVER_PCI_IDS \ - {0x1039, 0x0300, 0, "SiS 300/305"}, \ - {0x1039, 0x5300, 0, "SiS 540"}, \ - {0x1039, 0x6300, 0, "SiS 630"}, \ - {0x1039, 0x7300, 0, "SiS 730"}, \ - {0, 0, 0, NULL} - #define __HAVE_COUNTERS 5 /* Buffer customization: |