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

(-)LINT (-8 / +8 lines)
Lines 817-823 Link Here
817
# device is also untested.  Use at your own risk.
817
# device is also untested.  Use at your own risk.
818
#
818
#
819
# The option VINUMDEBUG must match the value set in CFLAGS
819
# The option VINUMDEBUG must match the value set in CFLAGS
820
# in /usr/src/sbin/vinum/Makefile.  Failure to do so will result in
820
# in src/sbin/vinum/Makefile.  Failure to do so will result in
821
# the following message from vinum(8):
821
# the following message from vinum(8):
822
#
822
#
823
# Can't get vinum config: Invalid argument
823
# Can't get vinum config: Invalid argument
Lines 1307-1313 Link Here
1307
#
1307
#
1308
# the current driver supports only PVC operations (no atm-arp, no multicast).
1308
# the current driver supports only PVC operations (no atm-arp, no multicast).
1309
# for more details, please read the original documents at
1309
# for more details, please read the original documents at
1310
# http://www.ccrc.wustl.edu/pub/chuck/bsdatm/wucs.html
1310
# http://www.ccrc.wustl.edu/pub/chuck/tech/bsdatm/bsdatm.html
1311
#
1311
#
1312
pseudo-device	atm
1312
pseudo-device	atm
1313
device en0
1313
device en0
Lines 1338-1344 Link Here
1338
# the problem.
1338
# the problem.
1339
#
1339
#
1340
# Beware!  The addresses specified below are also hard-coded in
1340
# Beware!  The addresses specified below are also hard-coded in
1341
# i386/isa/sound/sound_config.h.  If you change the values here, you
1341
# src/sys/i386/isa/sound/sound_config.h.  If you change the values here, you
1342
# must also change the values in the include file.
1342
# must also change the values in the include file.
1343
#
1343
#
1344
# pcm: PCM audio through various sound cards.
1344
# pcm: PCM audio through various sound cards.
Lines 1346-1352 Link Here
1346
# This has support for a large number of new audio cards, based on
1346
# This has support for a large number of new audio cards, based on
1347
# CS423x, OPTi931, Yamaha OPL-SAx, and also for SB16, GusPnP.
1347
# CS423x, OPTi931, Yamaha OPL-SAx, and also for SB16, GusPnP.
1348
# For more information about this driver and supported cards,
1348
# For more information about this driver and supported cards,
1349
# see the pcm.4 man page and /sys/i386/isa/snd/CARDS.
1349
# see the pcm.4 man page.
1350
#
1350
#
1351
# The flags of the device tells the device a bit more info about the
1351
# The flags of the device tells the device a bit more info about the
1352
# device that normally is obtained through the PnP interface.
1352
# device that normally is obtained through the PnP interface.
Lines 1378-1384 Link Here
1378
# options GUS_DMA
1378
# options GUS_DMA
1379
# options GUS_IRQ
1379
# options GUS_IRQ
1380
#
1380
#
1381
# The i386/isa/sound/sound.doc has more information.
1381
# The src/sys/i386/isa/sound/sound.doc has more information.
1382
1382
1383
# Controls all "VOXWARE" driver sound devices.  See Luigi's driver
1383
# Controls all "VOXWARE" driver sound devices.  See Luigi's driver
1384
# below for an alternate which may work better for some cards.
1384
# below for an alternate which may work better for some cards.
Lines 1555-1561 Link Here
1555
device		stli0	at isa? port 0x2a0 iomem 0xcc000 flags 23 iosiz 0x1000
1555
device		stli0	at isa? port 0x2a0 iomem 0xcc000 flags 23 iosiz 0x1000
1556
# You are unlikely to have the hardware for loran0 <phk@FreeBSD.org>
1556
# You are unlikely to have the hardware for loran0 <phk@FreeBSD.org>
1557
device		loran0	at isa? port ? irq 5
1557
device		loran0	at isa? port ? irq 5
1558
# HOT1 Xilinx 6200 card (www.vcc.com)
1558
# HOT1 Xilinx 6200 card (http://www.vcc.com/)
1559
device		xrpu0
1559
device		xrpu0
1560
1560
1561
#
1561
#
Lines 1735-1741 Link Here
1735
# options 	OVERRIDE_MSP=1
1735
# options 	OVERRIDE_MSP=1
1736
# options 	OVERRIDE_DBX=1
1736
# options 	OVERRIDE_DBX=1
1737
# These options can be used to override the auto detection
1737
# These options can be used to override the auto detection
1738
# The current values for xxx are found in /usr/src/sys/pci/brooktree848.c
1738
# The current values for xxx are found in src/sys/dev/bktr/bktr_card.h
1739
# Using sysctl(8) run-time overrides on a per-card basis can be made
1739
# Using sysctl(8) run-time overrides on a per-card basis can be made
1740
#
1740
#
1741
# options 	BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_PAL
1741
# options 	BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_PAL
Lines 2258-2264 Link Here
2258
# some controllers by Olivetti, Dec, HP, AT&T, SNI, AST, Alphatronic, NEC and
2258
# some controllers by Olivetti, Dec, HP, AT&T, SNI, AST, Alphatronic, NEC and
2259
# Compaq are actually DPT controllers.
2259
# Compaq are actually DPT controllers.
2260
#
2260
#
2261
# See sys/dev/dpt for debugging and other subtle options.
2261
# See src/sys/dev/dpt for debugging and other subtle options.
2262
#   DPT_MEASURE_PERFORMANCE Enables a set of (semi)invasive metrics. Various
2262
#   DPT_MEASURE_PERFORMANCE Enables a set of (semi)invasive metrics. Various
2263
#                           instruments are enabled.  The tools in
2263
#                           instruments are enabled.  The tools in
2264
#                           /usr/sbin/dpt_* assume these to be enabled.
2264
#                           /usr/sbin/dpt_* assume these to be enabled.

Return to bug 15194