NOTES (a51aa5d1f6672405b0b759e80a0b039106c09da1) | NOTES (aa7c1c059f271ed89972971fae505aa4f23208bd) |
---|---|
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$ 8# --- 343 unchanged lines hidden (view full) --- 352# HARDWARE DEVICE CONFIGURATION 353 354# To include support for VGA VESA video modes 355options VESA 356 357# Turn on extra debugging checks and output for VESA support. 358options VESA_DEBUG 359 | 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$ 8# --- 343 unchanged lines hidden (view full) --- 352# HARDWARE DEVICE CONFIGURATION 353 354# To include support for VGA VESA video modes 355options VESA 356 357# Turn on extra debugging checks and output for VESA support. 358options VESA_DEBUG 359 |
360device dpms # DPMS suspend & resume via VESA BIOS 361 |
|
360# 361# The Numeric Processing eXtension driver. This is non-optional. 362device npx 363hint.npx.0.flags="0x0" 364hint.npx.0.irq="13" 365 366# 367# `flags' for npx0: --- 553 unchanged lines hidden --- | 362# 363# The Numeric Processing eXtension driver. This is non-optional. 364device npx 365hint.npx.0.flags="0x0" 366hint.npx.0.irq="13" 367 368# 369# `flags' for npx0: --- 553 unchanged lines hidden --- |