From owner-freebsd-questions Tue Apr 8 08:13:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA13099 for questions-outgoing; Tue, 8 Apr 1997 08:13:47 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA13094 for ; Tue, 8 Apr 1997 08:13:45 -0700 (PDT) Received: from nessie.mcc.ac.uk (nessie.mcc.ac.uk [130.88.200.20]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id IAA01587 for ; Tue, 8 Apr 1997 08:06:02 -0700 (PDT) Received: from albatross.mcc.ac.uk by nessie.mcc.ac.uk with SMTP (PP); Tue, 8 Apr 1997 16:02:59 +0100 Received: (from ip@localhost) by albatross.mcc.ac.uk (8.8.5/8.6.12) id QAA11310 for freebsd-questions@freebsd.org; Tue, 8 Apr 1997 16:02:54 +0100 (BST) From: Ian Pallfreeman Message-Id: <199704081502.QAA11310@albatross.mcc.ac.uk> Subject: wdx interrupt timeouts To: freebsd-questions@freebsd.org Date: Tue, 8 Apr 1997 16:02:53 +0100 (BST) Reply-To: ip@mcc.ac.uk X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've been seeing messages similar to: Apr 8 15:07:54 lurch /kernel: wd3: interrupt timeout: Apr 8 15:07:54 lurch /kernel: wd3: status 58 error 0 Apr 8 15:46:05 lurch /kernel: wd3: interrupt timeout: Apr 8 15:46:05 lurch /kernel: wd3: status 50 error 1 for some time on my home P200 with second-hand IBM disks, and assumed that it was simply the disks being slightly naughty. However, this machine (lurch) is a P-Pro 200 with two brand-new 3.8Gb Quantum Fireballs. Commonality, FWIW, is that both machines are fast (for PCs), both are IDE+SCSI machines, and both have two identical IDE disks ccd striped on wd2/3. $Id: wd.c,v 1.128 1997/04/03 09:43:50 phk Exp $Id: ccd.c,v 1.22 1997/03/24 11:23:21 bde Exp wdc0 at 0x1f0-0x1f7 irq 14 flags 0x80ff80ff on isa wdc0: unit 0 (wd0): , 32-bit, multi-block-64 wd0: 49MB (102136 sectors), 751 cyls, 8 heads, 17 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 flags 0x80ff80ff on isa wdc1: unit 0 (wd2): , 32-bit, multi-block-16 wd2: 3681MB (7539840 sectors), 7480 cyls, 16 heads, 63 S/T, 512 B/S wdc1: unit 1 (wd3): , 32-bit, multi-block-16 wd3: 3681MB (7539840 sectors), 7480 cyls, 16 heads, 63 S/T, 512 B/S Suggestions, please, anyone? Ian.