From owner-cvs-all Thu Oct 19 23:45:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D77D737B4E5; Thu, 19 Oct 2000 23:45:49 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA22117; Thu, 19 Oct 2000 23:45:49 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200010200645.XAA22117@freefall.freebsd.org> From: John Baldwin Date: Thu, 19 Oct 2000 23:45:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include bus.h src/sys/ia64/include bus.h src/sys/i386/include bus_at386.h bus_pc98.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/10/19 23:45:48 PDT Modified files: sys/alpha/include bus.h sys/ia64/include bus.h sys/i386/include bus_at386.h bus_pc98.h Log: Axe the barrier_{read,write,rw}() helper functions as this method of doing memory barriers doesn't really scale well for the ia64. Also, memory barriers are more a property of the CPU than bus space. Requested by: dfr Revision Changes Path 1.8 +1 -13 src/sys/alpha/include/bus.h 1.3 +1 -24 src/sys/ia64/include/bus.h 1.12 +1 -25 src/sys/i386/include/bus_at386.h 1.14 +1 -25 src/sys/i386/include/bus_pc98.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message