> On Sep 30, 2014, at 10:31, "José Pérez Arauzo" <f...@aoek.com> wrote:
> 
> Hi Garrett,
> 
> On Tue, 30 Sep 2014 09:57:19 -0700, Garrett Cooper wrote
>>> On Sep 30, 2014, at 7:44, "Mike." <the.li...@mgm51.com> wrote:
>>> 
>>> On 9/29/2014 at 11:04 PM José Pérez Arauzo wrote:
>>> 
>>> |This encoded message has been converted to an attachment.
>>> |
>>> |Hi Mike,
>>> |
>>> |On Mon, 29 Sep 2014 16:03:44 -0400, Mike. wrote
>>> [...]
>>> |So that should put a time bracket on the issue, 
>>> |roughly the first half of 2014.
>>> |
>>> |can you boot 271146? Just buildkernel and installkernel. Thank
>>> |you.
>>> =============
>>> 
>>> There doesn't seem to be much, if any, interest on the part of the
>>> FreeBSD developers in fixing this recently-introduced issue with
>>> booting up FreeBSD.  
>>> 
>>> Since I experience the problem only on the one notebook of mine, I'll
>>> just re-purpose that notebook for OpenBSD and try to find another old
>>> notebook that works with FreeBSD.  Seems like the path of least
>>> resistance for me....
>> 
>> Did you boot with boot -d, using a stripped down kernel, and without 
>> SMP like I suggested in another post?
> 
> This suggestion was address to me, not Mike. :)
> 
> I tried, as you suggested, I can reach vfs_mountroot if I don't
> include AHCI, so it must be that.
> 
> Now I'm trying to take out SMP and add extra debugging things here and
> there.

Another suggestion might be to compile the driver as a module or vice versa -- 
what happens then?

Why this is slightly more interesting sometimes is that compiling drivers into 
the kernel statically allows compilers to optimize out code, which may or may 
not positively effect driver runtime (performance and functionality wise). It 
shouldn't affect driver load order though; that should be deterministic as long 
as the drivers and hardware (firmware and configuration) don't change.

> I'm not sure what I'm doing, but I do it anyway. In the worst case I'm
> learning something.
> 
> Thank you for your suggestions!

NP!
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to