From owner-freebsd-bugs Mon Jan 10 21:20:15 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3491B153EE for ; Mon, 10 Jan 2000 21:20:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA67630; Mon, 10 Jan 2000 21:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from tabby.kudra.com (gw.kudra.com [199.6.32.20]) by hub.freebsd.org (Postfix) with ESMTP id E38DF153F0 for ; Mon, 10 Jan 2000 21:14:01 -0800 (PST) (envelope-from robert@kudra.com) Received: (from robert@localhost) by tabby.kudra.com (8.9.3/8.6.12) id AAA38043; Tue, 11 Jan 2000 00:13:53 -0500 (EST) Message-Id: <200001110513.AAA38043@tabby.kudra.com> Date: Tue, 11 Jan 2000 00:13:53 -0500 (EST) From: robert@kudra.com Reply-To: robert@kudra.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/16049: Conner Drive Doesn't like syncronize cache (surprise) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16049 >Category: kern >Synopsis: Connor Drive fails cache sync >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 10 21:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Robert Sexton >Release: FreeBSD 3.4-RELEASE i386 >Organization: Kudra.Com Web services >Environment: 3.4 Release >Description: When rebooting a 3.4-RELEASE machine with a Conner drive and Adaptec Controller, I get the following error message: (da0:ahc0:0:0:0): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0 (da0:ahc0:0:0:0): ILLEGAL REQUEST asc:20,0 (da0:ahc0:0:0:0): Invalid command operation code Here are the boot messages pertaining to the disk adapter and drive: ahc0: rev 0x03 int a irq 11 on pci0.18.0 ahc0: aic7870 Single Channel A, SCSI Id=7, 16/255 SCBs da0: Fixed Direct Access SCSI-2 device da0: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled da0: 1030MB (2110812 512 byte sectors: 255H 63S/T 131C) >How-To-Repeat: halt/reboot the machine. >Fix: *** scsi_da.c Tue Jan 11 00:10:20 2000 --- scsi_da.c.new Tue Jan 11 00:00:50 2000 *************** *** 160,165 **** --- 160,173 ---- }, { /* + * The Conner Doesn't like it either. + * Reported by Robert Sexton + */ + {T_DIRECT, SIP_MEDIA_FIXED, "CONNER", "CFP1080*", "*"}, + /*quirks*/ DA_Q_NO_SYNC_CACHE + }, + { + /* * Doesn't work correctly with 6 byte reads/writes. * Returns illegal request, and points to byte 9 of the * 6-byte CDB. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message