From owner-cvs-src@FreeBSD.ORG Fri Aug 27 15:36:30 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 85C1E16A4CE; Fri, 27 Aug 2004 15:36:30 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E1B743D1D; Fri, 27 Aug 2004 15:36:30 +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 i7RFaTXh059923; Fri, 27 Aug 2004 08:36:29 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i7RFaSCu059922; Fri, 27 Aug 2004 08:36:28 -0700 (PDT) (envelope-from obrien) Date: Fri, 27 Aug 2004 08:36:28 -0700 From: "David O'Brien" To: Mark Murray Message-ID: <20040827153628.GE59283@dragon.nuxi.com> References: <20040826180621.GA16885@dragon.nuxi.com> <200408270700.i7R70lDZ039371@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408270700.i7R70lDZ039371@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: Fri, 27 Aug 2004 15:36:30 -0000 On Fri, Aug 27, 2004 at 08:00:47AM +0100, Mark Murray wrote: > > > 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 ... > > 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-) > > Yeah. Just to confirm, all three of the above modules were built into > the kernel, right? Yes. AMD64 modules aren't auto-loadable from the loader like i386. At the moment it is more interesting to see how the i386 platform handles this. -- -- David (obrien@FreeBSD.org)