View | Details | Raw Unified | Return to bug 15213
Collapse All | Expand All

(-)LINT (-15 / +15 lines)
Lines 886-892 Link Here
886
886
887
# Enable support for the kernel PLL to use an external PPS signal,
887
# Enable support for the kernel PLL to use an external PPS signal,
888
# under supervision of [x]ntpd(8)
888
# under supervision of [x]ntpd(8)
889
# More info in ftp://ftp.udel.edu/pub/ntp/kernel.tar.Z
889
# More info in ntpd documentation: http://www.eecis.udel.edu/~ntp
890
890
891
options		PPS_SYNC
891
options		PPS_SYNC
892
892
Lines 1285-1291 Link Here
1285
#
1285
#
1286
# the current driver supports only PVC operations (no atm-arp, no multicast).
1286
# the current driver supports only PVC operations (no atm-arp, no multicast).
1287
# for more details, please read the original documents at 
1287
# for more details, please read the original documents at 
1288
# http://www.ccrc.wustl.edu/pub/chuck/bsdatm/wucs.html
1288
# http://www.ccrc.wustl.edu/pub/chuck/tech/bsdatm/bsdatm.html
1289
#
1289
#
1290
pseudo-device	atm
1290
pseudo-device	atm
1291
device en0
1291
device en0
Lines 1311-1325 Link Here
1311
# mpu: Roland MPU-401 stand-alone card
1311
# mpu: Roland MPU-401 stand-alone card
1312
# 
1312
# 
1313
# Beware!  The addresses specified below are also hard-coded in
1313
# Beware!  The addresses specified below are also hard-coded in
1314
# i386/isa/sound/sound_config.h.  If you change the values here, you
1314
# src/sys/i386/isa/sound/sound_config.h.  If you change the values
1315
# must also change the values in the include file.
1315
# here, you must also change the values in the include file.
1316
#
1316
#
1317
# pcm: PCM audio through various sound cards.
1317
# pcm: PCM audio through various sound cards.
1318
#
1318
#
1319
# This has support for a large number of new audio cards, based on
1319
# This has support for a large number of new audio cards, based on
1320
# CS423x, OPTi931, Yamaha OPL-SAx, and also for SB16, GusPnP.
1320
# CS423x, OPTi931, Yamaha OPL-SAx, and also for SB16, GusPnP.
1321
# For more information about this driver and supported cards,
1321
# For more information about this driver and supported cards,
1322
# see the  pcm.4 man page  and /sys/i386/isa/snd/CARDS.
1322
# see the pcm.4 man page and src/sys/i386/isa/snd/CARDS.
1323
#
1323
#
1324
# The flags of the device tells the device a bit more info about the
1324
# The flags of the device tells the device a bit more info about the
1325
# device that normally is obtained through the PnP interface.
1325
# device that normally is obtained through the PnP interface.
Lines 1351-1357 Link Here
1351
# options GUS_DMA
1351
# options GUS_DMA
1352
# options GUS_IRQ
1352
# options GUS_IRQ
1353
#
1353
#
1354
# The i386/isa/sound/sound.doc has more information.
1354
# The src/sys/i386/isa/sound/sound.doc has more information.
1355
1355
1356
# Controls all "VOXWARE" driver sound devices.  See Luigi's driver
1356
# Controls all "VOXWARE" driver sound devices.  See Luigi's driver
1357
# below for an alternate which may work better for some cards.
1357
# below for an alternate which may work better for some cards.
Lines 1476-1485 Link Here
1476
#  The cards can use an IRQ of 11, 12 or 15.
1476
#  The cards can use an IRQ of 11, 12 or 15.
1477
1477
1478
# Notes on the Stallion stl and stli drivers:
1478
# Notes on the Stallion stl and stli drivers:
1479
#  See src/i386/isa/README.stl for complete instructions.
1479
#  See src/sys/i386/isa/README.stl for complete instructions.
1480
#  This is version 0.0.5alpha, unsupported by Stallion.
1480
#  This is version 0.0.5alpha, unsupported by Stallion.
1481
#  The stl driver has a secondary IO port hard coded at 0x280.  You need
1481
#  The stl driver has a secondary IO port hard coded at 0x280.  You need
1482
#     to change src/i386/isa/stallion.c if you reconfigure this on the boards.
1482
#     to change src/sys/i386/isa/stallion.c if you reconfigure this on the boards.
1483
#  The "flags" and "iosiz" settings on the stli driver depend on the board:
1483
#  The "flags" and "iosiz" settings on the stli driver depend on the board:
1484
#	EasyConnection 8/64 ISA:     flags 23         iosiz 0x1000
1484
#	EasyConnection 8/64 ISA:     flags 23         iosiz 0x1000
1485
#	EasyConnection 8/64 EISA:    flags 24         iosiz 0x10000
1485
#	EasyConnection 8/64 EISA:    flags 24         iosiz 0x10000
Lines 1518-1524 Link Here
1518
device		stli0	at isa? port 0x2a0 tty iomem 0xcc000 flags 23 iosiz 0x1000
1518
device		stli0	at isa? port 0x2a0 tty iomem 0xcc000 flags 23 iosiz 0x1000
1519
# You are unlikely to have the hardware for loran0 <phk@FreeBSD.org>
1519
# You are unlikely to have the hardware for loran0 <phk@FreeBSD.org>
1520
device		loran0	at isa? port ? tty irq 5
1520
device		loran0	at isa? port ? tty irq 5
1521
# HOT1 Xilinx 6200 card (www.vcc.com)
1521
# HOT1 Xilinx 6200 card (http://www.vcc.com/)
1522
device		xrpu0
1522
device		xrpu0
1523
1523
1524
#
1524
#
Lines 1678-1684 Link Here
1678
#   options OVERRIDE_TUNER=xxx
1678
#   options OVERRIDE_TUNER=xxx
1679
#   options OVERRIDE_MSP=1
1679
#   options OVERRIDE_MSP=1
1680
#   options OVERRIDE_DBX=1
1680
#   options OVERRIDE_DBX=1
1681
# The current values are found in /usr/src/sys/pci/brooktree848.c
1681
# The current values are found in src/sys/dev/bktr/bktr_card.h
1682
#
1682
#
1683
#   option BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_PAL
1683
#   option BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_PAL
1684
# This is required for Dual Crystal (28&35Mhz) boards where PAL is used
1684
# This is required for Dual Crystal (28&35Mhz) boards where PAL is used
Lines 2135-2141 Link Here
2135
# some controllers by Olivetti, Dec, HP, AT&T, SNI, AST, Alphatronic, NEC and
2135
# some controllers by Olivetti, Dec, HP, AT&T, SNI, AST, Alphatronic, NEC and
2136
# Compaq are actually DPT controllers.
2136
# Compaq are actually DPT controllers.
2137
#
2137
#
2138
# See sys/dev/dpt for debugging and other subtle options.
2138
# See src/sys/dev/dpt for debugging and other subtle options.
2139
#   DPT_VERIFY_HINTR        Performs some strict hardware interrupts testing.
2139
#   DPT_VERIFY_HINTR        Performs some strict hardware interrupts testing.
2140
#                           Only use if you suspect PCI bus corruption problems
2140
#                           Only use if you suspect PCI bus corruption problems
2141
#   DPT_RESTRICTED_FREELIST Normally, the freelisat used by the DPT for queue
2141
#   DPT_RESTRICTED_FREELIST Normally, the freelisat used by the DPT for queue
Lines 2155-2169 Link Here
2155
#                           option will create more trouble than solve.
2155
#                           option will create more trouble than solve.
2156
#   DPT_TIMEOUT_FACTOR      Used to compute the excessive amount of time to
2156
#   DPT_TIMEOUT_FACTOR      Used to compute the excessive amount of time to
2157
#                           wait when timing out with the above option.
2157
#                           wait when timing out with the above option.
2158
#  DPT_DEBUG_xxxx           These are controllable from sys/dev/dpt/dpt.h
2158
#   DPT_DEBUG_xxxx          These are controllable from src/sys/dev/dpt/dpt.h
2159
#  DPT_LOST_IRQ             When enabled, will try, once per second, to catch
2159
#   DPT_LOST_IRQ            When enabled, will try, once per second, to catch
2160
#                           any interrupt that got lost.  Seems to help in some
2160
#                           any interrupt that got lost.  Seems to help in some
2161
#                           DPT-firmware/Motherboard combinations.  Minimal
2161
#                           DPT-firmware/Motherboard combinations.  Minimal
2162
#                           cost, great benefit.
2162
#                           cost, great benefit.
2163
#  DPT_RESET_HBA            Make "reset" actually reset the controller
2163
#   DPT_RESET_HBA           Make "reset" actually reset the controller
2164
#                           instead of fudging it.  Only enable this if you
2164
#                           instead of fudging it.  Only enable this if you
2165
#			    are 100% certain you need it.
2165
#			    are 100% certain you need it.
2166
#  DPT_SHUTDOWN_SLEEP       Reset controller if a request take more than
2166
#   DPT_SHUTDOWN_SLEEP      Reset controller if a request take more than
2167
#                           this number of seconds.  Do NOT enable this
2167
#                           this number of seconds.  Do NOT enable this
2168
#			    unless you are really, really, really certain
2168
#			    unless you are really, really, really certain
2169
#			    you need it.  You are advised to call Simon (the
2169
#			    you need it.  You are advised to call Simon (the

Return to bug 15213