FreeBSD Bugzilla – Attachment 6835 Details for
Bug 15213
[PATCH] Various fixes for LINT (RELENG_3)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 5.20 KB, created by
jedgar
on 1999-12-01 19:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
jedgar
Created:
1999-12-01 19:50:00 UTC
Size:
5.20 KB
patch
obsolete
>Index: LINT >=================================================================== >RCS file: /home/ncvs/src/sys/i386/conf/LINT,v >retrieving revision 1.539.2.47 >diff -u -r1.539.2.47 LINT >--- LINT 1999/11/22 07:08:07 1.539.2.47 >+++ LINT 1999/12/01 19:35:52 >@@ -886,7 +886,7 @@ > > # Enable support for the kernel PLL to use an external PPS signal, > # under supervision of [x]ntpd(8) >-# More info in ftp://ftp.udel.edu/pub/ntp/kernel.tar.Z >+# More info in ntpd documentation: http://www.eecis.udel.edu/~ntp > > options PPS_SYNC > >@@ -1285,7 +1285,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 >@@ -1311,15 +1311,15 @@ > # mpu: Roland MPU-401 stand-alone card > # > # Beware! The addresses specified below are also hard-coded in >-# i386/isa/sound/sound_config.h. If you change the values here, you >-# must also change the values in the include file. >+# 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. > # > # 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 and src/sys/i386/isa/snd/CARDS. > # > # The flags of the device tells the device a bit more info about the > # device that normally is obtained through the PnP interface. >@@ -1351,7 +1351,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. >@@ -1476,10 +1476,10 @@ > # The cards can use an IRQ of 11, 12 or 15. > > # Notes on the Stallion stl and stli drivers: >-# See src/i386/isa/README.stl for complete instructions. >+# See src/sys/i386/isa/README.stl for complete instructions. > # This is version 0.0.5alpha, unsupported by Stallion. > # The stl driver has a secondary IO port hard coded at 0x280. You need >-# to change src/i386/isa/stallion.c if you reconfigure this on the boards. >+# to change src/sys/i386/isa/stallion.c if you reconfigure this on the boards. > # The "flags" and "iosiz" settings on the stli driver depend on the board: > # EasyConnection 8/64 ISA: flags 23 iosiz 0x1000 > # EasyConnection 8/64 EISA: flags 24 iosiz 0x10000 >@@ -1518,7 +1518,7 @@ > device stli0 at isa? port 0x2a0 tty iomem 0xcc000 flags 23 iosiz 0x1000 > # You are unlikely to have the hardware for loran0 <phk@FreeBSD.org> > device loran0 at isa? port ? tty irq 5 >-# HOT1 Xilinx 6200 card (www.vcc.com) >+# HOT1 Xilinx 6200 card (http://www.vcc.com/) > device xrpu0 > > # >@@ -1678,7 +1678,7 @@ > # options OVERRIDE_TUNER=xxx > # options OVERRIDE_MSP=1 > # options OVERRIDE_DBX=1 >-# The current values are found in /usr/src/sys/pci/brooktree848.c >+# The current values are found in src/sys/dev/bktr/bktr_card.h > # > # option BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_PAL > # This is required for Dual Crystal (28&35Mhz) boards where PAL is used >@@ -2135,7 +2135,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_VERIFY_HINTR Performs some strict hardware interrupts testing. > # Only use if you suspect PCI bus corruption problems > # DPT_RESTRICTED_FREELIST Normally, the freelisat used by the DPT for queue >@@ -2155,15 +2155,15 @@ > # option will create more trouble than solve. > # DPT_TIMEOUT_FACTOR Used to compute the excessive amount of time to > # wait when timing out with the above option. >-# DPT_DEBUG_xxxx These are controllable from sys/dev/dpt/dpt.h >-# DPT_LOST_IRQ When enabled, will try, once per second, to catch >+# DPT_DEBUG_xxxx These are controllable from src/sys/dev/dpt/dpt.h >+# DPT_LOST_IRQ When enabled, will try, once per second, to catch > # any interrupt that got lost. Seems to help in some > # DPT-firmware/Motherboard combinations. Minimal > # cost, great benefit. >-# DPT_RESET_HBA Make "reset" actually reset the controller >+# DPT_RESET_HBA Make "reset" actually reset the controller > # instead of fudging it. Only enable this if you > # are 100% certain you need it. >-# DPT_SHUTDOWN_SLEEP Reset controller if a request take more than >+# DPT_SHUTDOWN_SLEEP Reset controller if a request take more than > # this number of seconds. Do NOT enable this > # unless you are really, really, really certain > # you need it. You are advised to call Simon (the
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15213
: 6835