Date: Fri, 25 Sep 1998 10:34:49 -0700 (PDT) From: Peter Wemm <peter@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 Message-ID: <199809251734.KAA09430@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809251734.KAA09430>