From nobody  Thu Sep 17 18:21:43 1998
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id SAA26533;
          Thu, 17 Sep 1998 18:21:43 -0700 (PDT)
          (envelope-from nobody)
Message-Id: <199809180121.SAA26533@hub.freebsd.org>
Date: Thu, 17 Sep 1998 18:21:43 -0700 (PDT)
From: root@eyelab.psy.msu.edu
To: freebsd-gnats-submit@freebsd.org
Subject: scsi stuff seems to require that you have a direct access device configured in kernel
X-Send-Pr-Version: www-1.0

>Number:         7969
>Category:       kern
>Synopsis:       scsi stuff seems to require that you have a direct access device configured in kernel
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    ken
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 17 18:30:02 PDT 1998
>Closed-Date:    Fri Sep 18 15:35:09 PDT 1998
>Last-Modified:  Fri Sep 18 15:39:40 PDT 1998
>Originator:     Gary Schrock
>Release:        3.0-current, 9/16, aout
>Organization:
>Environment:
FreeBSD vision.psy.msu.edu 3.0-CURRENT FreeBSD 3.0-CURRENT #1: Tue Sep 15 16:45:25 EDT 1998   root@vision.psy.msu.edu:/usr/src/sys/compile/VISION  i386
>Description:
The system this is on has a scsi tape drive and cd-r on it, but does not have a scsi hard drive, so I had configured it with the sa and cd devices only, but when compiling got errors about _scsi_start_stop being an undefined reference.  Enabling the da device fixes this problem
>How-To-Repeat:
Configure a kernel with a tape and cd device but without a da device, compile.
>Fix:
A workaround is to add a da device to the config file
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ken 
State-Changed-When: Fri Sep 18 15:35:09 PDT 1998 
State-Changed-Why:  
I just fixed this in -current with the following file revisions: 
src/sys/cam/scsi/scsi_all.c: 1.2 
src/sys/cam/scsi/scsi_all.h: 1.2 
src/sys/cam/scsi/scsi_da.c:  1.3 
src/sys/cam/scsi/scsi_da.h:  1.2 
src/lib/libcam/Makefile:     1.2 

See the commit messages/logs for a detailed explanation. 


Responsible-Changed-From-To: freebsd-bugs->ken 
Responsible-Changed-By: ken 
Responsible-Changed-When: Fri Sep 18 15:35:09 PDT 1998 
Responsible-Changed-Why:  
I'm CAM co-maintainer, and I just fixed the problem. 
>Unformatted:
