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 203691 2010-02-08 21:38:42Z brucec $
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# Requires the ipw firmware module
278# iwi: Intel PRO/Wireless 2200BG/2225BG/2915ABG IEEE 802.11 adapters
279# Requires the iwi firmware module
280# iwn: Intel Wireless WiFi Link 4965/1000/5000/6000 802.11 network adapters
281# Requires the iwn firmware module
282# mwl: Marvell 88W8363 IEEE 802.11 adapter
283# Requires the mwl firmware module
284# nfe: nVidia nForce MCP on-board Ethernet Networking (BSD open source)
285# nve: nVidia nForce MCP on-board Ethernet Networking
286# wpi: Intel 3945ABG Wireless LAN controller
287# Requires the wpi firmware module
288
289device ed
290options ED_3C503
291options ED_HPP
292options ED_SIC
293device ipw
294device iwi
295device iwn
296device mwl
297device nfe
298device nve
299device wpi
300
301# IEEE 802.11 adapter firmware modules
302
303# Intel PRO/Wireless 2100 firmware:
304# ipwfw: BSS/IBSS/monitor mode firmware
305# ipwbssfw: BSS mode firmware
306# ipwibssfw: IBSS mode firmware
307# ipwmonitorfw: Monitor mode firmware
308# Intel PRO/Wireless 2200BG/2225BG/2915ABG firmware:
309# iwifw: BSS/IBSS/monitor mode firmware
310# iwibssfw: BSS mode firmware
311# iwiibssfw: IBSS mode firmware
312# iwimonitorfw: Monitor mode firmware
313# Intel Wireless WiFi Link 4965/1000/5000/6000 series firmware:
314# iwnfw: Single module to support the 4965/1000/5000/5150/6000
315# iwn4965fw: Specific module for the 4965 only
316# iwn1000fw: Specific module for the 1000 only
317# iwn5000fw: Specific module for the 5000 only
318# iwn5150fw: Specific module for the 5150 only
319# iwn6000fw: Specific module for the 6000 only
320# mwlfw: Marvell 88W8363 firmware
321# wpifw: Intel 3945ABG Wireless LAN Controller firmware
322
323device iwifw
324device iwibssfw
325device iwiibssfw
326device iwimonitorfw
327device ipwfw
328device ipwbssfw
329device ipwibssfw
330device ipwmonitorfw
331device iwnfw
332device iwn4965fw
333device iwn1000fw
334device iwn5000fw
335device iwn5150fw
336device iwn6000fw
337device mwlfw
338device wpifw
339
340#
341#XXX this stores pointers in a 32bit field that is defined by the hardware
342#device pst
343
344#
345# Areca 11xx and 12xx series of SATA II RAID controllers.
346# CAM is required.
347#

--- 215 unchanged lines hidden ---