Subject: Re: Orphaned devices in config(8)
To: Greywolf , Christos Zoulas <christos@zoulas.com>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: tech-kern
Date: 10/09/2002 15:01:46
On Wed, Oct 09, 2002 at 02:55:01PM -0700, Jason R Thorpe wrote:

 > Well, I don't really want to warn about them all the time ... maybe
 > just if -v is specified (as for non-defopt'd options).

...maybe like so?

yeah-baby:thorpej 5$ config SWINGER
Don't forget to run "make depend"
yeah-baby:thorpej 6$ config -v SWINGER
SWINGER:66: warning: undeclared option `LKM' added to IDENT
SWINGER:68: warning: undeclared option `MSGBUFSIZE' added to IDENT
SWINGER:73: warning: undeclared option `DIAGNOSTIC' added to IDENT
SWINGER:83: warning: undeclared option `SOSEND_LOAN' added to IDENT
SWINGER:148: warning: undeclared option `NMBCLUSTERS' added to IDENT
SWINGER:400: warning: scsibus* at scsi? is orphaned
 (nothing matching scsi? declared)
Don't forget to run "make depend"
yeah-baby:thorpej 7$  

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>