Bug 57469 - [scsi] [patch] Quirk for Conner CP3500
Summary: [scsi] [patch] Quirk for Conner CP3500
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 4.9-PRERELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-scsi (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-01 18:00 UTC by walter
Modified: 2006-01-25 12:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description walter 2003-10-01 18:00:36 UTC
	Conner CP3500 doesn't implement cache flushes.

Fix: 

A quirk in scsi_da.c is in order.  Adding something like this
	will do:

	{	{T_DIRECT, SIP_MEDIA_FIXED, "CONNER", "CP3500*", "*"},
		DA_Q_NO_SYNC_CACHE },
How-To-Repeat: 	Simply shutting down the system will expose the error short
	before the expected "System is halted" message.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-09-11 23:13:40 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-scsi

This is about a SCSI disk.
Comment 2 Florent Thoumie freebsd_committer freebsd_triage 2006-01-25 12:40:07 UTC
State Changed
From-To: open->closed

Committed some time ago. Thanks!