From owner-freebsd-commit Thu Dec 7 02:45:54 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA02103 for freebsd-commit-outgoing; Thu, 7 Dec 1995 02:45:54 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA02037 for cvs-all-outgoing; Thu, 7 Dec 1995 02:44:27 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA02025 for cvs-sys-outgoing; Thu, 7 Dec 1995 02:44:24 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA02018 Thu, 7 Dec 1995 02:44:14 -0800 (PST) Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id CAA05288; Thu, 7 Dec 1995 02:44:11 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id CAA27201; Thu, 7 Dec 1995 02:44:49 -0800 Message-Id: <199512071044.CAA27201@corbin.Root.COM> To: Mark Murray cc: Peter Wemm , CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/isa bt742a.c In-reply-to: Your message of "Thu, 07 Dec 95 12:12:04 +0200." <199512071012.MAA10454@grumble.grondar.za> From: David Greenman Reply-To: davidg@Root.COM Date: Thu, 07 Dec 1995 02:44:44 -0800 Sender: owner-commit@FreeBSD.ORG Precedence: bulk >How hard would this be? > > if (bounce_buffers_required && more_than_16MB_ram) { > log_message("this card requires bounce buffers for more than 16MB ram!"); > turn_on_bounce_buffers(); > } This is what escentially happens when you have the BOUNCE_BUFFERS option in the kernel. -DG