Deleted Added
sdiff udiff text old ( 155469 ) new ( 156272 )
full compact
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 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
319# config as well. The other option is to load both as modules.
320
321device tdfx # Enable 3Dfx Voodoo support
322device tdfx_linux # Enable Linuxulator support
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 ---