Deleted Added
full compact
NOTES (118948) NOTES (119985)
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 118948 2003-08-15 14:56:05Z phk $
7# $FreeBSD: head/sys/pc98/conf/NOTES 119985 2003-09-11 13:44:48Z 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

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

354# config as well, or you will not have the dependencies. The other option
355# is to load both as modules.
356
357device tdfx # Enable 3Dfx Voodoo support
358options TDFX_LINUX # Enable Linuxulator support
359
360# DRM options:
361# mgadrm: AGP Matrox G200, G400, G450, G550
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

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

354# config as well, or you will not have the dependencies. The other option
355# is to load both as modules.
356
357device tdfx # Enable 3Dfx Voodoo support
358options TDFX_LINUX # Enable Linuxulator support
359
360# DRM options:
361# mgadrm: AGP Matrox G200, G400, G450, G550
362# tdfxdrm: 3dfx Voodoo 3/4/5 and Banshee
363# r128drm: ATI Rage 128
364# radeondrm: ATI Radeon up to 9000/9100
362# r128drm: ATI Rage 128
363# radeondrm: ATI Radeon up to 9000/9100
364# sisdrm: SiS 300/305,540,630
365# tdfxdrm: 3dfx Voodoo 3/4/5 and Banshee
365# DRM_DEBUG: include debug printfs, very slow
366#
367# mga requires AGP in the kernel, and it is recommended
368# for AGP r128 and radeon cards.
369
370device mgadrm
371device "r128drm"
372device radeondrm
366# DRM_DEBUG: include debug printfs, very slow
367#
368# mga requires AGP in the kernel, and it is recommended
369# for AGP r128 and radeon cards.
370
371device mgadrm
372device "r128drm"
373device radeondrm
374device sisdrm
373device tdfxdrm
374
375options DRM_DEBUG
376
377#
378# Bus mouse
379#
380device mse

--- 615 unchanged lines hidden ---
375device tdfxdrm
376
377options DRM_DEBUG
378
379#
380# Bus mouse
381#
382device mse

--- 615 unchanged lines hidden ---