diff options
author | nyan <nyan@FreeBSD.org> | 2003-09-11 13:44:48 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2003-09-11 13:44:48 +0000 |
commit | dbed9b26a2e6882c6b4cc6dfdfe87e161daf26f7 (patch) | |
tree | 82cd3e820ce52ffd4abc0f838ee1c7fc9debae91 /sys/pc98 | |
parent | 65e872ed0bc660b4df020c30a8dc0c4e7bba4674 (diff) | |
download | FreeBSD-src-dbed9b26a2e6882c6b4cc6dfdfe87e161daf26f7.zip FreeBSD-src-dbed9b26a2e6882c6b4cc6dfdfe87e161daf26f7.tar.gz |
MFi386: revision 1.1093.
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/conf/NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES index 1f0eaad..493fe59 100644 --- a/sys/pc98/conf/NOTES +++ b/sys/pc98/conf/NOTES @@ -359,9 +359,10 @@ options TDFX_LINUX # Enable Linuxulator support # 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 @@ -370,6 +371,7 @@ options TDFX_LINUX # Enable Linuxulator support device mgadrm device "r128drm" device radeondrm +device sisdrm device tdfxdrm options DRM_DEBUG |