From owner-freebsd-hackers Mon Mar 17 11:57:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA01010 for hackers-outgoing; Mon, 17 Mar 1997 11:57:29 -0800 (PST) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id LAA00998 for ; Mon, 17 Mar 1997 11:57:23 -0800 (PST) Received: from misery.sdf.com [204.244.213.33] by misery.sdf.com with smtp (Exim 1.59 #1) id 0w6iWb-0003Og-00; Mon, 17 Mar 1997 11:56:53 -0800 Date: Mon, 17 Mar 1997 11:56:53 -0800 (PST) From: Tom Samplonius To: hackers@freebsd.org Subject: ahc problem with 2.2 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk A "find" triggered the following on a 2.2-GAMMA system with a 3940UW: ahc1:A:8: Warning - unknown message received from target (0x12). Rejecting ahc_intr: seqint, intstat == 0xc1, scsisigi == 0xf6 The kernel locked, and kept spewing this message to the console. I presume that the driver is stuck in a tight loop. I assume the message originated from id 8, on bus A, but I don't have a device at that id! I'm using tagged commands, and scb paging. Tom