From owner-cvs-all Fri Mar 10 0: 9:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC32437B97E; Fri, 10 Mar 2000 00:09:56 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA45911; Fri, 10 Mar 2000 00:09:56 -0800 (PST) (envelope-from sos@FreeBSD.org) Message-Id: <200003100809.AAA45911@freefall.freebsd.org> From: Søren Schmidt Date: Fri, 10 Mar 2000 00:09:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-cd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2000/03/10 00:09:55 PST Modified files: sys/dev/ata atapi-cd.c Log: Dont call make_dev until we are sure the device is there, this prevents panic'ing when the device is tried accessed later. Revision Changes Path 1.48 +13 -5 src/sys/dev/ata/atapi-cd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message