Deleted Added
full compact
NOTES (155469) NOTES (156272)
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 155469 2006-02-09 11:43:13Z nyan $
7# $FreeBSD: head/sys/pc98/conf/NOTES 156272 2006-03-04 07:31:58Z nyan $
8#
9
10options PC98
11
12#
13# We want LINT to cover profiling as well.
14profile 2
15

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

311#
312
313# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
314# the /dev/3dfx0 device to work with glide implementations. This should get
315# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
316# the tdfx DRI module from XFree86 and is completely unrelated.
317#
318# To enable Linuxulator support, one must also include COMPAT_LINUX in the
8#
9
10options PC98
11
12#
13# We want LINT to cover profiling as well.
14profile 2
15

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

311#
312
313# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
314# the /dev/3dfx0 device to work with glide implementations. This should get
315# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
316# the tdfx DRI module from XFree86 and is completely unrelated.
317#
318# To enable Linuxulator support, one must also include COMPAT_LINUX in the
319# config as well, or you will not have the dependencies. The other option
320# is to load both as modules.
319# config as well. The other option is to load both as modules.
321
322device tdfx # Enable 3Dfx Voodoo support
320
321device tdfx # Enable 3Dfx Voodoo support
323options TDFX_LINUX # Enable Linuxulator support
322device tdfx_linux # Enable Linuxulator support
324
325# Direct Rendering modules for 3D acceleration.
326device drm # DRM core module required by DRM drivers
327device mach64drm # ATI Rage Pro, Rage Mobility P/M, Rage XL
328device mgadrm # AGP Matrox G200, G400, G450, G550
329device r128drm # ATI Rage 128
330device radeondrm # ATI Radeon
331device savagedrm # S3 Savage3D, Savage4

--- 458 unchanged lines hidden ---
323
324# Direct Rendering modules for 3D acceleration.
325device drm # DRM core module required by DRM drivers
326device mach64drm # ATI Rage Pro, Rage Mobility P/M, Rage XL
327device mgadrm # AGP Matrox G200, G400, G450, G550
328device r128drm # ATI Rage 128
329device radeondrm # ATI Radeon
330device savagedrm # S3 Savage3D, Savage4

--- 458 unchanged lines hidden ---