Deleted Added
full compact
NOTES (111582) NOTES (112034)
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
7# $FreeBSD: head/sys/pc98/conf/NOTES 111582 2003-02-26 23:36:59Z ru $
7# $FreeBSD: head/sys/pc98/conf/NOTES 112034 2003-03-09 10:20:16Z nyan $
8#
9
10#
11# This directive is mandatory; it defines the architecture to be
12# configured for; in this case, the 386 family based PC-98 and
13# compatibles.
14#
15machine pc98

--- 351 unchanged lines hidden (view full) ---

367# To enable Linuxulator support, one must also include COMPAT_LINUX in the
368# config as well, or you will not have the dependencies. The other option
369# is to load both as modules.
370
371device tdfx # Enable 3Dfx Voodoo support
372options TDFX_LINUX # Enable Linuxulator support
373
374# DRM options:
8#
9
10#
11# This directive is mandatory; it defines the architecture to be
12# configured for; in this case, the 386 family based PC-98 and
13# compatibles.
14#
15machine pc98

--- 351 unchanged lines hidden (view full) ---

367# To enable Linuxulator support, one must also include COMPAT_LINUX in the
368# config as well, or you will not have the dependencies. The other option
369# is to load both as modules.
370
371device tdfx # Enable 3Dfx Voodoo support
372options TDFX_LINUX # Enable Linuxulator support
373
374# DRM options:
375# gammadrm: 3Dlabs Oxygen GMX 2000
376# mgadrm: AGP Matrox G200, G400, G450, G550
377# tdfxdrm: 3dfx Voodoo 3/4/5 and Banshee
375# mgadrm: AGP Matrox G200, G400, G450, G550
376# tdfxdrm: 3dfx Voodoo 3/4/5 and Banshee
378# r128drm: AGP ATI Rage 128
379# radeondrm: AGP ATI Radeon, including 7200 and 7500
377# r128drm: ATI Rage 128
378# radeondrm: ATI Radeon up to 9000/9100
380# DRM_LINUX: include linux compatibility, requires COMPAT_LINUX
379# DRM_LINUX: include linux compatibility, requires COMPAT_LINUX
381# DRM_DEBUG: include debugging code, very slow
380# DRM_DEBUG: include debug printfs, very slow
382#
381#
383# mga, r128, and radeon require AGP in the kernel
382# mga requires AGP in the kernel, and it is recommended
383# for AGP r128 and radeon cards.
384
384
385device gammadrm
386device mgadrm
387device "r128drm"
388device radeondrm
389device tdfxdrm
390
391options DRM_DEBUG
392options DRM_LINUX
393

--- 610 unchanged lines hidden ---
385device mgadrm
386device "r128drm"
387device radeondrm
388device tdfxdrm
389
390options DRM_DEBUG
391options DRM_LINUX
392

--- 610 unchanged lines hidden ---