From owner-freebsd-current Mon Sep 22 14:12:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA20467 for current-outgoing; Mon, 22 Sep 1997 14:12:51 -0700 (PDT) Received: from mhub2.tc.umn.edu (0@mhub2.tc.umn.edu [128.101.131.52]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id OAA20447 for ; Mon, 22 Sep 1997 14:12:47 -0700 (PDT) Received: from gold.tc.umn.edu by mhub2.tc.umn.edu; Mon, 22 Sep 97 15:31:28 -0500 Received: from pub-30-a-137.dialup.umn.edu by gold.tc.umn.edu; Mon, 22 Sep 97 15:31:27 -0500 Date: Mon, 22 Sep 1997 15:31:37 -0500 (CDT) From: dave adkins To: current@freebsd.org Subject: is wcd.c missing a bufq_init call in wcdattach Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I panic'd in bufqdisksort during mount_cd9660 (current 970922). It looks like the it's a result of an uninitialized queue. I noticed that the wcd stuff didn't seem to initialize the queue (wcd[unit]->buf_queue). Adding a bufq_init call to wdcstrategy seemed to fix the problem. dave adkins