Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Sep 1998 22:22:12 -0600
From:      "Justin T. Gibbs" <gibbs@plutotech.com>
To:        Bill Paul <wpaul@FreeBSD.ORG>
Cc:        gibbs@plutotech.com (Justin T. Gibbs), cvs-committers@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/pci if_xl.c 
Message-ID:  <199809090428.WAA08716@pluto.plutotech.com>
In-Reply-To: Your message of "Tue, 08 Sep 1998 21:08:35 PDT." <199809090408.VAA13781@hub.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
>Hm. You know, I noticed with the Dell machines and the Adaptec 3895
>controller that the probe messages for the disk controller appear
>during the PCI bus probe, but the probe messages for the disks themselves
>don't show up until the very end. In fact, they appear _after_ the
>message that says 'changing root device to da0s2a'. Is take it this
>is because the CAM code is also using this mechanism, yes?

I added the hook stuff for CAM origionally.  CAM releases it's hook as
soon as it has finished finding all devices, but not necessarily before
the attach for those devices has completed.  Any device that is still
doing attach processing will block in open until it's done.  This means
that the boot progresses even while we're still figuring out things
like if your CDROM drive has media in it.

>-Bill 

--
Justin





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809090428.WAA08716>