From owner-cvs-all Fri Sep 25 10:35:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06595 for cvs-all-outgoing; Fri, 25 Sep 1998 10:35:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA06566; Fri, 25 Sep 1998 10:34:53 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA09430; Fri, 25 Sep 1998 10:34:49 -0700 (PDT) Date: Fri, 25 Sep 1998 10:34:49 -0700 (PDT) Message-Id: <199809251734.KAA09430@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/conf options src/sys/i386/conf LINT PCCARD SMP-GENERIC options.i386 src/sys/i386/i386 machdep.c vm_machdep.c src/sys/i386/include md_var.h src/sys/kern vfs_bio.c src/sys/sys buf.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/09/25 10:34:49 PDT Modified files: sys/conf options sys/i386/conf LINT PCCARD SMP-GENERIC options.i386 sys/i386/i386 machdep.c vm_machdep.c sys/i386/include md_var.h sys/kern vfs_bio.c sys/sys buf.h Log: Goodbye BOUNCE_BUFFERS, for a hack it has served us well. The last consumer of this code (the old SCSI system) has left us and the CAM code does it's own bouncing. The isa dma system has been doing it's own bouncing for a while too. Reviewed by: core Revision Changes Path 1.100 +1 -2 src/sys/conf/options 1.476 +1 -6 src/sys/i386/conf/LINT 1.6 +1 -2 src/sys/i386/conf/PCCARD 1.16 +1 -2 src/sys/i386/conf/SMP-GENERIC 1.89 +1 -2 src/sys/i386/conf/options.i386 1.310 +1 -37 src/sys/i386/i386/machdep.c 1.110 +1 -478 src/sys/i386/i386/vm_machdep.c 1.26 +1 -9 src/sys/i386/include/md_var.h 1.177 +1 -9 src/sys/kern/vfs_bio.c 1.58 +3 -7 src/sys/sys/buf.h