Bug 19961

Summary: non existent cam/scsi/scsi_scan.c found in conf/files
Product: Base System Reporter: clefevre <clefevre>
Component: kernAssignee: Kenneth D. Merry <ken>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-STABLE   
Hardware: Any   
OS: Any   

Description clefevre 2000-07-16 03:20:01 UTC
	The scan driver is "documented" in /sys/conf/files but is not
	part of 4.0-STABLE.

	# grep scsi_scan /sys/conf/files
	cam/scsi/scsi_scan.c    optional scan

Fix: 

n/a
How-To-Repeat: 
	add "device scan" in kernel, then config, make depend, make and
	you will get the following message :

	make: don't know how to make /disk2/4.0-stable/src/sys/cam/scsi/scsi_scan.c. Stop
Comment 1 Kenneth D. Merry freebsd_committer freebsd_triage 2000-07-16 03:54:17 UTC
State Changed
From-To: open->closed

This is a new one for me, but that line has been in the CAM tree since 
before it went into -current. 

The driver has never existed, however.  Thanks for catching this. 

I took out the line in -current, RELENG_4 and RELENG_3. 


Comment 2 Kenneth D. Merry freebsd_committer freebsd_triage 2000-07-16 03:54:17 UTC
Responsible Changed
From-To: freebsd-bugs->ken

I handled this one.