Deleted Added
full compact
NOTES (178676) NOTES (179315)
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 178676 2008-04-29 21:36:17Z sam $
7# $FreeBSD: head/sys/amd64/conf/NOTES 179315 2008-05-26 10:40:09Z bz $
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

446# Temperature sensors:
447#
448# coretemp: on-die sensor on Intel Core and newer CPUs
449# k8temp: on-die sensor on AMD K8 CPUs
450#
451device coretemp
452device k8temp
453
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

446# Temperature sensors:
447#
448# coretemp: on-die sensor on Intel Core and newer CPUs
449# k8temp: on-die sensor on AMD K8 CPUs
450#
451device coretemp
452device k8temp
453
454#---------------------------------------------------------------------------
455# ISDN4BSD
456#
454#
457# See /usr/share/examples/isdn/ROADMAP for an introduction to isdn4bsd.
458#
459# i4b passive ISDN cards support contains the following hardware drivers:
460#
461# isic - Siemens/Infineon ISDN ISAC/HSCX/IPAC chipset driver
462# iwic - Winbond W6692 PCI bus ISDN S/T interface controller
463# ifpi - AVM Fritz!Card PCI driver
464# ifpi2 - AVM Fritz!Card PCI version 2 driver
465# itjc - Siemens ISAC / TJNet Tiger300/320 chipset
466#
467# i4b active ISDN cards support contains the following hardware drivers:
468#
469# iavc - AVM B1 PCI, AVM B1 ISA, AVM T1
470#
471# Note that the ``options'' (if given) and ``device'' lines must BOTH
472# be uncommented to enable support for a given card !
473#
474# In addition to a hardware driver (and probably an option) the mandatory
475# ISDN protocol stack devices and the mandatory support device must be
476# enabled as well as one or more devices from the optional devices section.
477#
478#---------------------------------------------------------------------------
479# isic driver (Siemens/Infineon chipsets)
480#
481#XXX#device isic
482#
483# PCI bus Cards:
484# --------------
485#
486# ELSA MicroLink ISDN/PCI (same as ELSA QuickStep 1000pro PCI)
487options ELSA_QS1PCI
488#
489#---------------------------------------------------------------------------
490# ifpi2 driver for AVM Fritz!Card PCI version 2
491#
492# AVM Fritz!Card PCI version 2
493#XXX#device ifpi2
494#
495#---------------------------------------------------------------------------
496# iwic driver for Winbond W6692 chipset
497#
498# ASUSCOM P-IN100-ST-D (and other Winbond W6692 based cards)
499#XXX#device iwic
500#
501#---------------------------------------------------------------------------
502# itjc driver for Siemens ISAC / TJNet Tiger300/320 chipset
503#
504# Traverse Technologies NETjet-S
505# Teles PCI-TJ
506#XXX#device itjc
507#
508#---------------------------------------------------------------------------
509# iavc driver (AVM active cards, needs i4bcapi driver!)
510#
511#XXX#device iavc
512#
513#---------------------------------------------------------------------------
514# ISDN Protocol Stack - mandatory for all hardware drivers
515#
516# Q.921 / layer 2 - i4b passive cards D channel handling
517#XXX#device i4bq921
518#
519# Q.931 / layer 3 - i4b passive cards D channel handling
520#XXX#device i4bq931
521#
522# layer 4 - i4b common passive and active card handling
523#XXX#device i4b
524#
525#---------------------------------------------------------------------------
526# ISDN devices - mandatory for all hardware drivers
527#
528# userland driver to do ISDN tracing (for passive cards only)
529#XXX#device i4btrc
530#XXX#options NI4BTRC=4
531#
532# userland driver to control the whole thing
533#XXX#device i4bctl
534#
535#---------------------------------------------------------------------------
536# ISDN devices - optional
537#
538# userland driver for access to raw B channel
539#XXX#device i4brbch
540#XXX#options NI4BRBCH=4
541#
542# userland driver for telephony
543#XXX#device i4btel
544#XXX#options NI4BTEL=2
545#
546# network driver for IP over raw HDLC ISDN
547#XXX#device i4bipr
548#XXX#options NI4BIPR=4
549# enable VJ header compression detection for ipr i/f
550#XXX#options IPR_VJ
551# enable logging of the first n IP packets to isdnd (n=32 here)
552#XXX#options IPR_LOG=32
553#
554# network driver for sync PPP over ISDN; requires an equivalent
555# number of sppp device to be configured
556#XXX#device i4bisppp
557#XXX#options NI4BISPPP=4
558#
559# B-channel interface to the netgraph subsystem
560#XXX#device i4bing
561#XXX#options NI4BING=2
562#
563# CAPI driver needed for active ISDN cards (see iavc driver above)
564#XXX#device i4bcapi
565#
566#---------------------------------------------------------------------------
567
568#
569# System Management Bus (SMB)
570#
571options ENABLE_ALART # Control alarm on Intel intpm driver
572
573#
574# Set the number of PV entries per process. Increasing this can
575# stop panics related to heavy use of shared memory. However, that can
576# (combined with large amounts of physical memory) cause panics at

--- 91 unchanged lines hidden ---
455# System Management Bus (SMB)
456#
457options ENABLE_ALART # Control alarm on Intel intpm driver
458
459#
460# Set the number of PV entries per process. Increasing this can
461# stop panics related to heavy use of shared memory. However, that can
462# (combined with large amounts of physical memory) cause panics at

--- 91 unchanged lines hidden ---