From owner-freebsd-commit Fri Jul 28 04:21:22 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id EAA05696 for commit-outgoing; Fri, 28 Jul 1995 04:21:22 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id EAA05682 for cvs-sys-outgoing; Fri, 28 Jul 1995 04:21:16 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id EAA05665 ; Fri, 28 Jul 1995 04:21:08 -0700 Date: Fri, 28 Jul 1995 04:21:08 -0700 From: David Greenman Message-Id: <199507281121.EAA05665@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 machdep.c pmap.c Sender: commit-owner@FreeBSD.org Precedence: bulk davidg 95/07/28 04:21:07 Modified: sys/i386/i386 machdep.c pmap.c Log: Fixed bug I introduced with the memory-size code rewrite that broke floppy DMA buffers...use avail_start not "first". Removed duplicate (and wrong) declaration of phys_avail[]. Submitted by: Bruce Evans, but fixed differently by me.