From owner-cvs-all Sun Jul 2 14:26:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0442A37BDAC; Sun, 2 Jul 2000 14:26:51 -0700 (PDT) (envelope-from groudier@FreeBSD.org) Received: (from groudier@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA51107; Sun, 2 Jul 2000 14:26:50 -0700 (PDT) (envelope-from groudier@FreeBSD.org) Message-Id: <200007022126.OAA51107@freefall.freebsd.org> From: Gerard Roudier Date: Sun, 2 Jul 2000 14:26:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sym README.sym sym_hipd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG groudier 2000/07/02 14:26:50 PDT Modified files: sys/dev/sym README.sym sym_hipd.c Log: - Various comment fixes and additions. - Add 2 explicit (paranoid?) memory barriers in the interrupt code (After the reading of the `flag' and prior to looking at the data, of course. :-) ). - Remove obsolete informations from the README.sym file. This commit actually results in no object difference for IA32, but 2x`mb' added for Alpha. Revision Changes Path 1.3 +21 -242 src/sys/dev/sym/README.sym 1.18 +41 -25 src/sys/dev/sym/sym_hipd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message