diff options
author | Eric Anholt <anholt@freebsd.org> | 2003-10-23 05:51:35 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2003-10-23 05:51:35 +0000 |
commit | 92429f6ebea629e8884eb53cb0c64aad555a4d76 (patch) | |
tree | 0213956e2dd57b8b417d1eb7251239eb39c3413f | |
parent | 06cb132e86dc4a04044c3c76725ba3037008ab34 (diff) |
The SiS300 pci id also covers the 305, so make the name reflect that.
-rw-r--r-- | shared/sis.h | 2 |
1 files changed, 1 insertions, 1 deletions
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"}, \ |