diff options
Diffstat (limited to 'sys/i386/conf/NOTES')
-rw-r--r-- | sys/i386/conf/NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index c94c84d82123..d7737aeb660e 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -418,9 +418,10 @@ options ACPI_DEBUG # DRM options: # mgadrm: AGP Matrox G200, G400, G450, G550 -# tdfxdrm: 3dfx Voodoo 3/4/5 and Banshee # r128drm: ATI Rage 128 # radeondrm: ATI Radeon up to 9000/9100 +# sisdrm: SiS 300/305,540,630 +# tdfxdrm: 3dfx Voodoo 3/4/5 and Banshee # DRM_DEBUG: include debug printfs, very slow # # mga requires AGP in the kernel, and it is recommended @@ -429,6 +430,7 @@ options ACPI_DEBUG device mgadrm device "r128drm" device radeondrm +device sisdrm device tdfxdrm options DRM_DEBUG |