cvs commit: src/sys/dev/acpica acpi.c acpi_resource.c acpivar.h

David O'Brien obrien at FreeBSD.ORG
Thu Aug 26 11:06:23 PDT 2004


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 at FreeBSD.org)


More information about the cvs-all mailing list