From owner-cvs-all Sun Feb 27 6:50: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from finch-post-10.mail.demon.net (finch-post-10.mail.demon.net [194.217.242.38]) by hub.freebsd.org (Postfix) with ESMTP id CC22D37B64A; Sun, 27 Feb 2000 06:49:10 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by finch-post-10.mail.demon.net with esmtp (Exim 2.12 #1) id 12P50P-0002Jr-0A; Sun, 27 Feb 2000 14:49:09 +0000 Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id OAA45900; Sun, 27 Feb 2000 14:53:01 GMT (envelope-from dfr@nlsystems.com) Date: Sun, 27 Feb 2000 14:52:09 +0000 (GMT) From: Doug Rabson To: Sren Schmidt Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.c In-Reply-To: <200002271241.EAA52317@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, 27 Feb 2000, Sren Schmidt wrote: > sos 2000/02/27 04:41:08 PST > > Modified files: > sys/dev/ata ata-all.c > Log: > Fix the problem that caused the boot to fail when modules were loaded. > > Real braino, confuses two different softc types, I wonder how this > could ever work :( Actually, it was confusing two devclasses and ended up with ata_devclass pointing at "atapci". This meant that lookups using ata_devclass returned devices like atapci0 instead of ata0 and things went downhill fast... -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message