From 92429f6ebea629e8884eb53cb0c64aad555a4d76 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 23 Oct 2003 05:51:35 +0000 Subject: The SiS300 pci id also covers the 305, so make the name reflect that. --- shared/sis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/sis.h b/shared/sis.h index 67b4c459..d29ed0dc 100644 --- a/shared/sis.h +++ b/shared/sis.h @@ -63,7 +63,7 @@ [DRM_IOCTL_NR(DRM_IOCTL_SIS_FB_INIT)] = { sis_fb_init, 1, 1 } #define DRIVER_PCI_IDS \ - {0x1039, 0x0300, 0, "SiS 300"}, \ + {0x1039, 0x0300, 0, "SiS 300/305"}, \ {0x1039, 0x5300, 0, "SiS 540"}, \ {0x1039, 0x6300, 0, "SiS 630"}, \ {0x1039, 0x7300, 0, "SiS 730"}, \ -- cgit v1.2.3