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/i386/conf/NOTES 178676 2008-04-29 21:36:17Z sam $
7# $FreeBSD: head/sys/i386/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#####################################################################

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

851
852#
853# Temperature sensors:
854#
855# coretemp: on-die sensor on Intel Core and newer CPUs
856#
857device coretemp
858
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

851
852#
853# Temperature sensors:
854#
855# coretemp: on-die sensor on Intel Core and newer CPUs
856#
857device coretemp
858
859#---------------------------------------------------------------------------
860# ISDN4BSD
861#
859#
862# See /usr/share/examples/isdn/ROADMAP for an introduction to isdn4bsd.
863#
864# i4b passive ISDN cards support contains the following hardware drivers:
865#
866# isic - Siemens/Infineon ISDN ISAC/HSCX/IPAC chipset driver
867# iwic - Winbond W6692 PCI bus ISDN S/T interface controller
868# ifpi - AVM Fritz!Card PCI driver
869# ifpi2 - AVM Fritz!Card PCI version 2 driver
870# ihfc - Cologne Chip HFC ISA/ISA-PnP chipset driver
871# ifpnp - AVM Fritz!Card PnP driver
872# itjc - Siemens ISAC / TJNet Tiger300/320 chipset
873#
874# i4b active ISDN cards support contains the following hardware drivers:
875#
876# iavc - AVM B1 PCI, AVM B1 ISA, AVM T1
877#
878# Note that the ``options'' (if given) and ``device'' lines must BOTH
879# be uncommented to enable support for a given card !
880#
881# In addition to a hardware driver (and probably an option) the mandatory
882# ISDN protocol stack devices and the mandatory support device must be
883# enabled as well as one or more devices from the optional devices section.
884#
885#---------------------------------------------------------------------------
886# isic driver (Siemens/Infineon chipsets)
887#
888device isic
889#
890# ISA bus non-PnP Cards:
891# ----------------------
892#
893# Teles S0/8 or Niccy 1008
894options TEL_S0_8
895hint.isic.0.at="isa"
896hint.isic.0.maddr="0xd0000"
897hint.isic.0.irq="5"
898hint.isic.0.flags="1"
899#
900# Teles S0/16 or Creatix ISDN-S0 or Niccy 1016
901options TEL_S0_16
902hint.isic.0.at="isa"
903hint.isic.0.port="0xd80"
904hint.isic.0.maddr="0xd0000"
905hint.isic.0.irq="5"
906hint.isic.0.flags="2"
907#
908# Teles S0/16.3
909options TEL_S0_16_3
910hint.isic.0.at="isa"
911hint.isic.0.port="0xd80"
912hint.isic.0.irq="5"
913hint.isic.0.flags="3"
914#
915# AVM A1 or AVM Fritz!Card
916options AVM_A1
917hint.isic.0.at="isa"
918hint.isic.0.port="0x340"
919hint.isic.0.irq="5"
920hint.isic.0.flags="4"
921#
922# USRobotics Sportster ISDN TA intern
923options USR_STI
924hint.isic.0.at="isa"
925hint.isic.0.port="0x268"
926hint.isic.0.irq="5"
927hint.isic.0.flags="7"
928#
929# ITK ix1 Micro ( < V.3, non-PnP version )
930options ITKIX1
931hint.isic.0.at="isa"
932hint.isic.0.port="0x398"
933hint.isic.0.irq="10"
934hint.isic.0.flags="18"
935#
936# ELSA PCC-16
937options ELSA_PCC16
938hint.isic.0.at="isa"
939hint.isic.0.port="0x360"
940hint.isic.0.irq="10"
941hint.isic.0.flags="20"
942#
943# ISA bus PnP Cards:
944# ------------------
945#
946# Teles S0/16.3 PnP
947options TEL_S0_16_3_P
948#
949# Creatix ISDN-S0 P&P
950options CRTX_S0_P
951#
952# Dr. Neuhaus Niccy Go@
953options DRN_NGO
954#
955# Sedlbauer Win Speed
956options SEDLBAUER
957#
958# Dynalink IS64PH
959options DYNALINK
960#
961# ELSA QuickStep 1000pro ISA
962options ELSA_QS1ISA
963#
964# Siemens I-Surf 2.0
965options SIEMENS_ISURF2
966#
967# Asuscom ISDNlink 128K ISA
968options ASUSCOM_IPAC
969#
970# Eicon Diehl DIVA 2.0 and 2.02
971options EICON_DIVA
972#
973# Compaq Microcom 610 ISDN card (Compaq series PSB2222I)
974options COMPAQ_M610
975#
976# PCI bus Cards:
977# --------------
978#
979# ELSA MicroLink ISDN/PCI (same as ELSA QuickStep 1000pro PCI)
980options ELSA_QS1PCI
981#
982#---------------------------------------------------------------------------
983# ifpnp driver for AVM Fritz!Card PnP
984#
985# AVM Fritz!Card PnP
986device ifpnp
987#
988#---------------------------------------------------------------------------
989# ihfc driver for Cologne Chip ISA chipsets (experimental!)
990#
991# Teles 16.3c ISA PnP
992# AcerISDN P10 ISA PnP
993# TELEINT ISDN SPEED No.1
994device ihfc
995#
996#---------------------------------------------------------------------------
997# ifpi driver for AVM Fritz!Card PCI
998#
999# AVM Fritz!Card PCI
1000device ifpi
1001#
1002#---------------------------------------------------------------------------
1003# ifpi2 driver for AVM Fritz!Card PCI version 2
1004#
1005# AVM Fritz!Card PCI version 2
1006device ifpi2
1007#
1008#---------------------------------------------------------------------------
1009# iwic driver for Winbond W6692 chipset
1010#
1011# ASUSCOM P-IN100-ST-D (and other Winbond W6692 based cards)
1012device iwic
1013#
1014#---------------------------------------------------------------------------
1015# itjc driver for Siemens ISAC / TJNet Tiger300/320 chipset
1016#
1017# Traverse Technologies NETjet-S
1018# Teles PCI-TJ
1019device itjc
1020#
1021#---------------------------------------------------------------------------
1022# iavc driver (AVM active cards, needs i4bcapi driver!)
1023#
1024device iavc
1025#
1026# AVM B1 ISA bus (PnP mode not supported!)
1027# ----------------------------------------
1028hint.iavc.0.at="isa"
1029hint.iavc.0.port="0x150"
1030hint.iavc.0.irq="5"
1031#
1032#---------------------------------------------------------------------------
1033# ISDN Protocol Stack - mandatory for all hardware drivers
1034#
1035# Q.921 / layer 2 - i4b passive cards D channel handling
1036device i4bq921
1037#
1038# Q.931 / layer 3 - i4b passive cards D channel handling
1039device i4bq931
1040#
1041# layer 4 - i4b common passive and active card handling
1042device i4b
1043#
1044#---------------------------------------------------------------------------
1045# ISDN devices - mandatory for all hardware drivers
1046#
1047# userland driver to do ISDN tracing (for passive cards only)
1048device i4btrc
1049options NI4BTRC=4
1050#
1051# userland driver to control the whole thing
1052device i4bctl
1053#
1054#---------------------------------------------------------------------------
1055# ISDN devices - optional
1056#
1057# userland driver for access to raw B channel
1058device i4brbch
1059options NI4BRBCH=4
1060#
1061# userland driver for telephony
1062device i4btel
1063options NI4BTEL=2
1064#
1065#XXXBZ# IPR and ISPPP are not usable until I4B is locked.
1066# network driver for IP over raw HDLC ISDN
1067#XXXBZ#device i4bipr
1068#XXXBZ#options NI4BIPR=4
1069# enable VJ header compression detection for ipr i/f
1070#XXXBZ#options IPR_VJ
1071# enable logging of the first n IP packets to isdnd (n=32 here)
1072#XXXBZ#options IPR_LOG=32
1073#
1074# network driver for sync PPP over ISDN; requires an equivalent
1075# number of sppp device to be configured
1076#XXXBZ#device i4bisppp
1077#XXXBZ#options NI4BISPPP=4
1078#
1079# B-channel interface to the netgraph subsystem
1080#XXXBZ#device i4bing
1081#XXXBZ#options NI4BING=2
1082#
1083# CAPI driver needed for active ISDN cards (see iavc driver above)
1084device i4bcapi
1085#
1086#---------------------------------------------------------------------------
1087
1088#
1089# System Management Bus (SMB)
1090#
1091options ENABLE_ALART # Control alarm on Intel intpm driver
1092
1093#
1094# Set the number of PV entries per process. Increasing this can
1095# stop panics related to heavy use of shared memory. However, that can
1096# (combined with large amounts of physical memory) cause panics at

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

1195# Note that documenting these are not considered an affront.
1196
1197options FB_INSTALL_CDEV # install a CDEV entry in /dev
1198
1199# PECOFF module (Win32 Execution Format)
1200options PECOFF_SUPPORT
1201options PECOFF_DEBUG
1202
860# System Management Bus (SMB)
861#
862options ENABLE_ALART # Control alarm on Intel intpm driver
863
864#
865# Set the number of PV entries per process. Increasing this can
866# stop panics related to heavy use of shared memory. However, that can
867# (combined with large amounts of physical memory) cause panics at

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

966# Note that documenting these are not considered an affront.
967
968options FB_INSTALL_CDEV # install a CDEV entry in /dev
969
970# PECOFF module (Win32 Execution Format)
971options PECOFF_SUPPORT
972options PECOFF_DEBUG
973
1203options I4B_SMP_WORKAROUND
1204options I586_PMC_GUPROF=0x70000
1205options KBDIO_DEBUG=2
1206options KBD_MAXRETRY=4
1207options KBD_MAXWAIT=6
1208options KBD_RESETDELAY=201
1209
1210options PSM_DEBUG=1
1211
1212options TIMER_FREQ=((14318182+6)/12)
1213
1214options VM_KMEM_SIZE
1215options VM_KMEM_SIZE_MAX
1216options VM_KMEM_SIZE_SCALE
1217
1218
1219# asr old ioctls support, needed by raidutils
1220
1221options ASR_COMPAT
974options I586_PMC_GUPROF=0x70000
975options KBDIO_DEBUG=2
976options KBD_MAXRETRY=4
977options KBD_MAXWAIT=6
978options KBD_RESETDELAY=201
979
980options PSM_DEBUG=1
981
982options TIMER_FREQ=((14318182+6)/12)
983
984options VM_KMEM_SIZE
985options VM_KMEM_SIZE_MAX
986options VM_KMEM_SIZE_SCALE
987
988
989# asr old ioctls support, needed by raidutils
990
991options ASR_COMPAT