From owner-cvs-sys Thu Dec 7 01:14:06 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA15340 for cvs-sys-outgoing; Thu, 7 Dec 1995 01:14:06 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA15330 Thu, 7 Dec 1995 01:13:53 -0800 (PST) Date: Thu, 7 Dec 1995 01:13:53 -0800 (PST) From: Peter Wemm Message-Id: <199512070913.BAA15330@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa bt742a.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 95/12/07 01:13:52 Modified: sys/i386/isa bt742a.c Log: Implement detection of whether or not bounce-buffering is required for the particular card in use. At the moment, I've set it to any of the bt445S VLB cards (not the bt445C which apparently work) and the bt5xx series (isa cards). The 742 and PCI cards should not need it. :-) It may be useful to have something like this: #ifndef BOUNCE_BUFFERS if (bounce_buffers_required && more_than_16MB_ram) panic("this card requires bounce buffers for more than 16MB ram!") #endif Revision Changes Path 1.45 +10 -3 src/sys/i386/isa/bt742a.c