Deleted Added
full compact
NOTES (254624) NOTES (255323)
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/i386/conf/NOTES 254624 2013-08-21 22:43:29Z obrien $
7# $FreeBSD: head/sys/i386/conf/NOTES 255323 2013-09-06 20:24:21Z bryanv $
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14#
15# Enable the kernel DTrace hooks which are required to load the DTrace

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

575# iwn: Intel Wireless WiFi Link 4965AGN 802.11 network adapters
576# Requires the iwn firmware module
577# mlx4ib: Mellanox ConnectX HCA InfiniBand
578# mlxen: Mellanox ConnectX HCA Ethernet
579# mthca: Mellanox HCA InfiniBand
580# nfe: nVidia nForce MCP on-board Ethernet Networking (BSD open source)
581# nve: nVidia nForce MCP on-board Ethernet Networking
582# sbni: Granch SBNI12-xx ISA and PCI adapters
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14#
15# Enable the kernel DTrace hooks which are required to load the DTrace

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

575# iwn: Intel Wireless WiFi Link 4965AGN 802.11 network adapters
576# Requires the iwn firmware module
577# mlx4ib: Mellanox ConnectX HCA InfiniBand
578# mlxen: Mellanox ConnectX HCA Ethernet
579# mthca: Mellanox HCA InfiniBand
580# nfe: nVidia nForce MCP on-board Ethernet Networking (BSD open source)
581# nve: nVidia nForce MCP on-board Ethernet Networking
582# sbni: Granch SBNI12-xx ISA and PCI adapters
583# vmx: VMware VMXNET3 Ethernet (BSD open source)
583# wl: Lucent Wavelan (ISA card only).
584# wpi: Intel 3945ABG Wireless LAN controller
585# Requires the wpi firmware module
586
587# Order for ISA/EISA devices is important here
588
589device ce
590device cp

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

624device mthca # Mellanox HCA InfiniBand
625device nfe # nVidia nForce MCP on-board Ethernet
626device nve # nVidia nForce MCP on-board Ethernet Networking
627device sbni
628hint.sbni.0.at="isa"
629hint.sbni.0.port="0x210"
630hint.sbni.0.irq="0xefdead"
631hint.sbni.0.flags="0"
584# wl: Lucent Wavelan (ISA card only).
585# wpi: Intel 3945ABG Wireless LAN controller
586# Requires the wpi firmware module
587
588# Order for ISA/EISA devices is important here
589
590device ce
591device cp

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

625device mthca # Mellanox HCA InfiniBand
626device nfe # nVidia nForce MCP on-board Ethernet
627device nve # nVidia nForce MCP on-board Ethernet Networking
628device sbni
629hint.sbni.0.at="isa"
630hint.sbni.0.port="0x210"
631hint.sbni.0.irq="0xefdead"
632hint.sbni.0.flags="0"
633device vmx # VMware VMXNET3 Ethernet
632device wl
633hint.wl.0.at="isa"
634hint.wl.0.port="0x300"
635options WLCACHE # enables the signal-strength cache
636options WLDEBUG # enables verbose debugging output
637device wpi # Intel 3945ABG wireless NICs.
638
639# IEEE 802.11 adapter firmware modules

--- 414 unchanged lines hidden ---
634device wl
635hint.wl.0.at="isa"
636hint.wl.0.port="0x300"
637options WLCACHE # enables the signal-strength cache
638options WLDEBUG # enables verbose debugging output
639device wpi # Intel 3945ABG wireless NICs.
640
641# IEEE 802.11 adapter firmware modules

--- 414 unchanged lines hidden ---