Deleted Added
sdiff udiff text old ( 152865 ) new ( 152952 )
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 152865 2005-11-27 23:17:00Z ru $
8#
9
10options PC98
11
12#
13# We want LINT to cover profiling as well.
14profile 2
15

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

323options 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 sisdrm # SiS 300/305, 540, 630
332device tdfxdrm # 3dfx Voodoo 3/4/5 and Banshee
333options DRM_DEBUG # Include debug printfs (slow)
334
335#
336# Bus mouse
337#
338device mse

--- 444 unchanged lines hidden ---