From rhh@pagesz.net  Mon Nov 23 17:43:30 1998
Received: from nina.pagesz.net (nina.pagesz.net [208.194.157.3])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA16912
          for <FreeBSD-gnats-submit@freebsd.org>; Mon, 23 Nov 1998 17:43:28 -0800 (PST)
          (envelope-from rhh@pagesz.net)
Received: from stealth.dummynet. (isabella-61.pagesz.net [208.194.157.61])
	by nina.pagesz.net (8.8.7/8.8.7) with ESMTP id UAA06274;
	Mon, 23 Nov 1998 20:43:23 -0500
Received: (from rhh@localhost)
	by stealth.dummynet. (8.9.1/8.8.8) id UAA06410;
	Mon, 23 Nov 1998 20:43:57 -0500 (EST)
	(envelope-from rhh)
Message-Id: <199811240143.UAA06410@stealth.dummynet.>
Date: Mon, 23 Nov 1998 20:43:57 -0500 (EST)
From: aa8vb@pagesz.net
To: FreeBSD-gnats-submit@freebsd.org
Cc: aa8vb@pagesz.net
Subject: pass(4) syntax bug with CAM pass devices
X-Send-Pr-Version: 3.2

>Number:         8826
>Category:       kern
>Synopsis:       LINT bug with CAM pass devices
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ken
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 23 17:50:00 PST 1998
>Closed-Date:    Sat May 8 14:39:03 PDT 1999
>Last-Modified:  Sat May  8 14:40:05 PDT 1999
>Originator:     Randall Hopper
>Release:        FreeBSD 3.0-RELEASE i386
>Organization:
self
>Environment:

	Stock 3.0-RELEASE.

>Description:

device       pass0 at scbus0 target 6 lun 0     # CAM passthrough = Scanner 

consistent with pass(4) generates:

   config: line 72: syntax error

replacing "lun" with "unit" like other SCSI devices gets rid of the config
error.

>How-To-Repeat:

	See above.

>Fix:
	
	Replace "lun" with "unit" in the pass(4) man page.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->analyzed 
State-Changed-By: ken 
State-Changed-When: Tue Nov 24 14:58:20 PST 1998 
State-Changed-Why:  
I've looked at it, and it appears to be a bug.  Don't have time to fix it 
at the moment. 


Responsible-Changed-From-To: freebsd-bugs->ken 
Responsible-Changed-By: ken 
Responsible-Changed-When: Tue Nov 24 14:58:20 PST 1998 
Responsible-Changed-Why:  
To remind me to fix this. 
State-Changed-From-To: analyzed->closed 
State-Changed-By: ken 
State-Changed-When: Sat May 8 14:39:03 PDT 1999 
State-Changed-Why:  
Problem fixed in -current and -stable on May 8th, 1999.  Thanks for the bug 
report and sorry it took so long for me to fix it. 
>Unformatted:
