From owner-cvs-all Mon Aug 27 4:23: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 04D2137B405; Mon, 27 Aug 2001 04:23:06 -0700 (PDT) (envelope-from jon@FreeBSD.org) Received: (from jon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7RBN5d06924; Mon, 27 Aug 2001 04:23:05 -0700 (PDT) (envelope-from jon) Message-Id: <200108271123.f7RBN5d06924@freefall.freebsd.org> From: Jonathan Chen Date: Mon, 27 Aug 2001 04:23:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccbb pccbb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jon 2001/08/27 04:23:05 PDT Modified files: sys/dev/pccbb pccbb.c Log: Fix the hack that allocates memory when the bios haven't already done so. We can't rely on rman to give us a useable memory window if we tell it to do auto-allocation. This should probably be fixed on the pci bus/rman side. Revision Changes Path 1.24 +2 -2 src/sys/dev/pccbb/pccbb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message