Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2000 14:52:09 +0000 (GMT)
From:      Doug Rabson <dfr@nlsystems.com>
To:        Sren Schmidt <sos@freebsd.org>
Cc:        cvs-committers@freebsd.org, cvs-all@freebsd.org
Subject:   Re: cvs commit: src/sys/dev/ata ata-all.c
Message-ID:  <Pine.BSF.4.21.0002271450520.8714-100000@salmon.nlsystems.com>
In-Reply-To: <200002271241.EAA52317@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0002271450520.8714-100000>