From owner-freebsd-hackers Mon Mar 8 12:30:24 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by hub.freebsd.org (Postfix) with ESMTP id 9BAE815259; Mon, 8 Mar 1999 12:30:21 -0800 (PST) (envelope-from alc@cs.rice.edu) Received: from nonpc.cs.rice.edu (nonpc.cs.rice.edu [128.42.1.219]) by cs.rice.edu (8.9.0/8.9.0) with ESMTP id OAA23842; Mon, 8 Mar 1999 14:29:48 -0600 (CST) Received: (from alc@localhost) by nonpc.cs.rice.edu (8.9.2/8.7.3) id OAA00544; Mon, 8 Mar 1999 14:29:47 -0600 (CST) Date: Mon, 8 Mar 1999 14:29:47 -0600 From: Alan Cox To: Charles Henrich Cc: Mike Smith , freebsd-hackers@freebsd.org, freebsd-smp@freebsd.org Subject: Re: Erorr: isa_dmainit(2, 1024) failed Message-ID: <19990308142947.A471@nonpc.cs.rice.edu> References: <19990308094100.14836@orbit.flnet.com> <199903081740.JAA06967@dingo.cdrom.com> <19990308101059.50251@orbit.flnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <19990308101059.50251@orbit.flnet.com>; from Charles Henrich on Mon, Mar 08, 1999 at 10:10:59AM -0800 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Charles, Please try the following simpler patch. It should accomplish the same thing as Tor's patch. Replace the TAILQ_INSERT_TAIL in vm_page_startup (in vm_page.c) with a TAILQ_INSERT_HEAD. Alan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message