Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Aug 2004 11:06:21 -0700
From:      "David O'Brien" <obrien@FreeBSD.ORG>
To:        Mark Murray <markm@FreeBSD.ORG>
Cc:        cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/dev/acpica acpi.c acpi_resource.c acpivar.h
Message-ID:  <20040826180621.GA16885@dragon.nuxi.com>
In-Reply-To: <200408252145.i7PLjre0025653@grimreaper.grondar.org>
References:  <20040825191214.GA18046@dragon.nuxi.com> <200408252145.i7PLjre0025653@grimreaper.grondar.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 25, 2004 at 10:45:53PM +0100, Mark Murray wrote:
> "David O'Brien" writes:
> > On Wed, Aug 25, 2004 at 11:53:19AM -0600, Scott Long wrote:
> > > I'm not going to harp on this other than to say that commits to RELENG_5
> > > need to have adequate review and testing before they are submitted for
> > > approval.  I'll personally test anything that you need on amd64 if you
> > > ask.
> > 
> > You know I would also, and many others on freebsd-amd64.
> > The point is "asking". :-)
> 
> Cool. I've made some changes to the random, mem and io modules to
> try to prevent the double-loaded module panic. Could you please see
> if this works for amd64?

    quynh#  kldload /boot/kernel/random.ko 
    kldload: can't load /boot/kernel/random.ko: Exec format error
    quynh#  kldload /boot/kernel/mem.ko 
    kldload: can't load /boot/kernel/mem.ko: Exec format error
    quynh#  kldload /boot/kernel/io.ko 
    kldload: can't load /boot/kernel/io.ko: Exec format error
    quynh#  kldload /boot/kernel/if_xl.ko 
    quynh#

the error message is a little weird (and deceiving) when one of these
.ko's doesn't load; but this is orders of orders of magnitude better than
panicing. 8-)

thanks for fixing this!
-- 
-- David  (obrien@FreeBSD.org)



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