Deleted Added
full compact
NOTES (158568) NOTES (159549)
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/amd64/conf/NOTES 158568 2006-05-14 18:49:25Z marius $
7# $FreeBSD: head/sys/amd64/conf/NOTES 159549 2006-06-12 20:38:17Z jhb $
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

216#
217# Network interfaces:
218#
219
220# ath: Atheros a/b/g WiFi adapters (requires ath_hal and wlan)
221# ed: Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503
222# HP PC Lan+, various PC Card devices (refer to etc/defaults/pccard.conf)
223# (requires miibus)
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

216#
217# Network interfaces:
218#
219
220# ath: Atheros a/b/g WiFi adapters (requires ath_hal and wlan)
221# ed: Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503
222# HP PC Lan+, various PC Card devices (refer to etc/defaults/pccard.conf)
223# (requires miibus)
224# ipw: Intel PRO/Wireless 2100 IEEE 802.11 adapter
225# iwi: Intel PRO/Wireless 2200BG/2225BG/2915ABG IEEE 802.11 adapters
224# nve: nVidia nForce MCP on-board Ethernet Networking
226# nve: nVidia nForce MCP on-board Ethernet Networking
227# ral: Ralink Technology IEEE 802.11 wireless adapter
228# ural: Ralink Technology RT2500USB IEEE 802.11 wireless adapter
225
226device ed
227options ED_3C503
228options ED_HPP
229options ED_SIC
229
230device ed
231options ED_3C503
232options ED_HPP
233options ED_SIC
234device iwi
235device ipw
230device nve # nVidia nForce MCP on-board Ethernet Networking
236device nve # nVidia nForce MCP on-board Ethernet Networking
237device ral
238device ural
231
232device ath
233device ath_hal # Atheros HAL (includes binary component)
234#device ath_rate_amrr # AMRR rate control for ath driver
235#device ath_rate_onoe # Onoe rate control for ath driver
236device ath_rate_sample # SampleRate rate control for the ath driver
237#device wlan # 802.11 layer
238

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

551options PSM_DEBUG=1
552
553options TIMER_FREQ=((14318182+6)/12)
554
555options VM_KMEM_SIZE
556options VM_KMEM_SIZE_MAX
557options VM_KMEM_SIZE_SCALE
558
239
240device ath
241device ath_hal # Atheros HAL (includes binary component)
242#device ath_rate_amrr # AMRR rate control for ath driver
243#device ath_rate_onoe # Onoe rate control for ath driver
244device ath_rate_sample # SampleRate rate control for the ath driver
245#device wlan # 802.11 layer
246

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

559options PSM_DEBUG=1
560
561options TIMER_FREQ=((14318182+6)/12)
562
563options VM_KMEM_SIZE
564options VM_KMEM_SIZE_MAX
565options VM_KMEM_SIZE_SCALE
566
567# Enable NDIS binary driver support
568options NDISAPI
569device ndis
570
559
560# The I/O device
561device io
571
572# The I/O device
573device io