Deleted Added
full compact
NOTES (151634) NOTES (151907)
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 151634 2005-10-24 21:04:19Z jhb $
7# $FreeBSD: head/sys/amd64/conf/NOTES 151907 2005-10-31 20:45:37Z jhb $
8#
9
10#
11# This directive is mandatory; it defines the architecture to be
12# configured for; in this case, the AMD64 family based machines.
13#
14machine amd64
15

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

220#
221
222# ath: Atheros a/b/g WiFi adapters (requires ath_hal and wlan)
223# ed: Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503
224# HP PC Lan+, various PC Card devices (refer to etc/defaults/pccard.conf)
225# (requires miibus)
226# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and
227# Am79C960)
8#
9
10#
11# This directive is mandatory; it defines the architecture to be
12# configured for; in this case, the AMD64 family based machines.
13#
14machine amd64
15

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

220#
221
222# ath: Atheros a/b/g WiFi adapters (requires ath_hal and wlan)
223# ed: Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503
224# HP PC Lan+, various PC Card devices (refer to etc/defaults/pccard.conf)
225# (requires miibus)
226# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and
227# Am79C960)
228# nve: nVidia nForce MCP on-board Ethernet Networking
228
229device ed
230options ED_3C503
231options ED_HPP
232options ED_SIC
233#XXX# still calls MD i386 kvtop function instead of vtophys etc
234#XXX#device lnc
229
230device ed
231options ED_3C503
232options ED_HPP
233options ED_SIC
234#XXX# still calls MD i386 kvtop function instead of vtophys etc
235#XXX#device lnc
236device nve # nVidia nForce MCP on-board Ethernet Networking
235
236device ath
237device ath_hal # Atheros HAL (includes binary component)
238#device ath_rate_amrr # AMRR rate control for ath driver
239#device ath_rate_onoe # Onoe rate control for ath driver
240device ath_rate_sample # SampleRate rate control for the ath driver
241#device wlan # 802.11 layer
242

--- 314 unchanged lines hidden ---
237
238device ath
239device ath_hal # Atheros HAL (includes binary component)
240#device ath_rate_amrr # AMRR rate control for ath driver
241#device ath_rate_onoe # Onoe rate control for ath driver
242device ath_rate_sample # SampleRate rate control for the ath driver
243#device wlan # 802.11 layer
244

--- 314 unchanged lines hidden ---