Skip site navigation (1)Skip section navigation (2)
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:   kern/8826: pass(4) syntax bug with CAM pass devices
Message-ID:  <199811240143.UAA06410@stealth.dummynet.>

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

>Number:         8826
>Category:       kern
>Synopsis:       LINT bug with CAM pass devices
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 23 17:50:00 PST 1998
>Last-Modified:
>Originator:     Randall Hopper
>Organization:
self
>Release:        FreeBSD 3.0-RELEASE i386
>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.

>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?199811240143.UAA06410>