Deleted Added
sdiff udiff text old ( 203288 ) new ( 203691 )
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 203288 2010-01-31 14:30:39Z rnoland $
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

269#
270# Network interfaces:
271#
272
273# ed: Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503
274# HP PC Lan+, various PC Card devices
275# (requires miibus)
276# ipw: Intel PRO/Wireless 2100 IEEE 802.11 adapter
277# iwi: Intel PRO/Wireless 2200BG/2225BG/2915ABG IEEE 802.11 adapters
278# iwn: Intel Wireless WiFi Link 4965AGN 802.11 network adapters
279# nfe: nVidia nForce MCP on-board Ethernet Networking (BSD open source)
280# nve: nVidia nForce MCP on-board Ethernet Networking
281# wpi: Intel 3945ABG Wireless LAN controller
282
283device ed
284options ED_3C503
285options ED_HPP
286options ED_SIC
287device iwi
288device iwn
289device ipw
290device nfe
291device nve
292device wpi
293
294#
295#XXX this stores pointers in a 32bit field that is defined by the hardware
296#device pst
297
298#
299# Areca 11xx and 12xx series of SATA II RAID controllers.
300# CAM is required.
301#

--- 215 unchanged lines hidden ---