Deleted Added
sdiff udiff text old ( 162562 ) new ( 163494 )
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/amd64/conf/NOTES 163494 2006-10-19 05:17:55Z imp $
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

98options CLK_USE_I8254_CALIBRATION
99
100
101#####################################################################
102# MISCELLANEOUS DEVICES AND OPTIONS
103
104#
105# sio: serial ports (see sio(4)), including support for various
106# PC Card devices, such as Modem and NICs
107#
108device sio
109hint.sio.0.at="isa"
110hint.sio.0.port="0x3F8"
111hint.sio.0.flags="0x10"
112hint.sio.0.irq="4"
113
114# `flags' specific to sio(4).

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

252options DRM_DEBUG # Include debug printfs (slow)
253
254#
255# Network interfaces:
256#
257
258# ath: Atheros a/b/g WiFi adapters (requires ath_hal and wlan)
259# ed: Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503
260# HP PC Lan+, various PC Card devices
261# (requires miibus)
262# ipw: Intel PRO/Wireless 2100 IEEE 802.11 adapter
263# iwi: Intel PRO/Wireless 2200BG/2225BG/2915ABG IEEE 802.11 adapters
264# nfe: nVidia nForce MCP on-board Ethernet Networking (BSD open source)
265# nve: nVidia nForce MCP on-board Ethernet Networking
266# ral: Ralink Technology IEEE 802.11 wireless adapter
267# ural: Ralink Technology RT2500USB IEEE 802.11 wireless adapter
268

--- 347 unchanged lines hidden ---