The SiS300 pci id also covers the 305, so make the name reflect that.
authorEric Anholt <anholt@freebsd.org>
Thu, 23 Oct 2003 05:51:35 +0000 (05:51 +0000)
committerEric Anholt <anholt@freebsd.org>
Thu, 23 Oct 2003 05:51:35 +0000 (05:51 +0000)
shared/sis.h

index 67b4c45..d29ed0d 100644 (file)
@@ -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"},                                 \