Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Nov 1999 20:03:41 -0500 (EST)
From:      jedgar@fxp.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/15194: [PATCH] Fix for discrepancies/inconsistencies in LINT
Message-ID:  <19991201010341.B7B0A9B36@pawn.primelocation.net>

next in thread | raw e-mail | index | archive | help

>Number:         15194
>Category:       kern
>Synopsis:       [PATCH] Fix for discrepancies/inconsistencies in LINT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 30 17:10:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris D. Faulhaber
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
N/A
>Environment:

FreeBSD 4.0-CURRENT i386

>Description:

LINT contains various discrepancies and inconsistencies WRT file locations and
URLs:

* Reference to /sys/i386/isa/snd/CARDS: directory and file no longer
  exist (moved to src/sys/dev/pcm with no corresponding reference
  file)
* Brooktree driver overrides reference to /usr/src/sys/pci/brooktree848.c
  no longer exists, now found in src/sys/dev/bktr/bktr_card.h
* Inconsistent references to source tree (/sys/..., src/sys/...,
  /usr/src/sys/...); references changed to src/sys/...
* URL to BSD ATM reference has changed
* Add http:// to www.vcc.com

>How-To-Repeat:

See LINT

>Fix:

Index: LINT
===================================================================
RCS file: /home/ncvs/src/sys/i386/conf/LINT,v
retrieving revision 1.680
diff -u -r1.680 LINT
--- LINT	1999/11/23 21:44:59	1.680
+++ LINT	1999/12/01 00:57:44
@@ -817,7 +817,7 @@
 # device is also untested.  Use at your own risk.
 #
 # The option VINUMDEBUG must match the value set in CFLAGS
-# in /usr/src/sbin/vinum/Makefile.  Failure to do so will result in
+# in src/sbin/vinum/Makefile.  Failure to do so will result in
 # the following message from vinum(8):
 #
 # Can't get vinum config: Invalid argument
@@ -1307,7 +1307,7 @@
 #
 # the current driver supports only PVC operations (no atm-arp, no multicast).
 # for more details, please read the original documents at
-# http://www.ccrc.wustl.edu/pub/chuck/bsdatm/wucs.html
+# http://www.ccrc.wustl.edu/pub/chuck/tech/bsdatm/bsdatm.html
 #
 pseudo-device	atm
 device en0
@@ -1338,7 +1338,7 @@
 # the problem.
 #
 # Beware!  The addresses specified below are also hard-coded in
-# i386/isa/sound/sound_config.h.  If you change the values here, you
+# src/sys/i386/isa/sound/sound_config.h.  If you change the values here, you
 # must also change the values in the include file.
 #
 # pcm: PCM audio through various sound cards.
@@ -1346,7 +1346,7 @@
 # This has support for a large number of new audio cards, based on
 # CS423x, OPTi931, Yamaha OPL-SAx, and also for SB16, GusPnP.
 # For more information about this driver and supported cards,
-# see the pcm.4 man page and /sys/i386/isa/snd/CARDS.
+# see the pcm.4 man page.
 #
 # The flags of the device tells the device a bit more info about the
 # device that normally is obtained through the PnP interface.
@@ -1378,7 +1378,7 @@
 # options GUS_DMA
 # options GUS_IRQ
 #
-# The i386/isa/sound/sound.doc has more information.
+# The src/sys/i386/isa/sound/sound.doc has more information.
 
 # Controls all "VOXWARE" driver sound devices.  See Luigi's driver
 # below for an alternate which may work better for some cards.
@@ -1555,7 +1555,7 @@
 device		stli0	at isa? port 0x2a0 iomem 0xcc000 flags 23 iosiz 0x1000
 # You are unlikely to have the hardware for loran0 <phk@FreeBSD.org>
 device		loran0	at isa? port ? irq 5
-# HOT1 Xilinx 6200 card (www.vcc.com)
+# HOT1 Xilinx 6200 card (http://www.vcc.com/)
 device		xrpu0
 
 #
@@ -1735,7 +1735,7 @@
 # options 	OVERRIDE_MSP=1
 # options 	OVERRIDE_DBX=1
 # These options can be used to override the auto detection
-# The current values for xxx are found in /usr/src/sys/pci/brooktree848.c
+# The current values for xxx are found in src/sys/dev/bktr/bktr_card.h
 # Using sysctl(8) run-time overrides on a per-card basis can be made
 #
 # options 	BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_PAL
@@ -2258,7 +2258,7 @@
 # some controllers by Olivetti, Dec, HP, AT&T, SNI, AST, Alphatronic, NEC and
 # Compaq are actually DPT controllers.
 #
-# See sys/dev/dpt for debugging and other subtle options.
+# See src/sys/dev/dpt for debugging and other subtle options.
 #   DPT_MEASURE_PERFORMANCE Enables a set of (semi)invasive metrics. Various
 #                           instruments are enabled.  The tools in
 #                           /usr/sbin/dpt_* assume these to be enabled.

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991201010341.B7B0A9B36>