From owner-freebsd-hackers Thu Mar 18 18: 2:24 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (Postfix) with ESMTP id 03D6015583 for ; Thu, 18 Mar 1999 18:02:13 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id SAA42974; Thu, 18 Mar 1999 18:01:34 -0800 (PST) (envelope-from dillon) Date: Thu, 18 Mar 1999 18:01:34 -0800 (PST) From: Matthew Dillon Message-Id: <199903190201.SAA42974@apollo.backplane.com> To: Oliver Fromme Cc: freebsd-hackers@FreeBSD.ORG, alc@cs.rice.edu Subject: Re: Erorr: isa_dmainit(2, 1024) failed References: <199903182224.XAA08990@dorifer.heim3.tu-clausthal.de> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :Alan Cox wrote in list.freebsd-hackers: : > 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. : :That fixes kern/9515. :I'd like to ask to commit that patch and close kern/9515. : :Regards : Oliver : :-- :Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany :(Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) Seems reasonable to me. Be sure to comment the reason for adding to the head instead of the tail, Alan. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message