From owner-cvs-src@FreeBSD.ORG Thu Aug 26 18:06:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E4F416A4CE; Thu, 26 Aug 2004 18:06:23 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0398E43D5E; Thu, 26 Aug 2004 18:06:23 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.13.1/8.12.11) with ESMTP id i7QI6MOa046090; Thu, 26 Aug 2004 11:06:22 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i7QI6MQi046052; Thu, 26 Aug 2004 11:06:22 -0700 (PDT) (envelope-from obrien) Date: Thu, 26 Aug 2004 11:06:21 -0700 From: "David O'Brien" To: Mark Murray Message-ID: <20040826180621.GA16885@dragon.nuxi.com> References: <20040825191214.GA18046@dragon.nuxi.com> <200408252145.i7PLjre0025653@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408252145.i7PLjre0025653@grimreaper.grondar.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/acpica acpi.c acpi_resource.c acpivar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.ORG List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2004 18:06:23 -0000 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)