Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=cXEndnKm; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=mOhMERYx Received: by mail.netbsd.org (Postfix, from userid 605) id 5B52A84EC5; Tue, 16 Apr 2024 19:10:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713294609; bh=FSHJpA7uL4ML9Ic0rghpAk9iaHBEaQaYkZarpFPeN4Q=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=cXEndnKmdt5MjPkbWvJwMRaWqdml3hYPhXQ66GpeB6aWEc8p0dkPnUjK0ljlbMnKa hV1mNty+2JOG3hY73emBqu1DJbqruJ6XbiBCiFHSGlZsp1ppNKNDGthzbTMQFdPQaP h5m82ykdbKB+QTTI/pt+VnGBqhjNnlPA3OdnWQWY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4437784EC3 for ; Tue, 16 Apr 2024 19:10:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id i00JYCbdsUVO for ; Tue, 16 Apr 2024 19:10:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D81CE84EC2 for ; Tue, 16 Apr 2024 19:10:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713294607; bh=FSHJpA7uL4ML9Ic0rghpAk9iaHBEaQaYkZarpFPeN4Q=; h=Date:From:Subject:To:Reply-To; b=mOhMERYxpxZTczn9OC3XWKIcLubyCVn7BQFBg5UgDu7G4R4/imDyocr+lB3HRhYbM pSV7ctAHSYqVYe6kHs9vIU62gXF6RGJzhr0ylkaXlfe+tTgjNQxFUtuCBr1Y9zj0RT Q3VYcTvM60tCH8Unr4wOCC7p9N/gMPLIURQN0ceY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id C535EFA2C; Tue, 16 Apr 2024 19:10:07 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 16 Apr 2024 19:10:07 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-10] src/sys/arch/alpha/pci To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240416191007.C535EFA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Tue Apr 16 19:10:07 UTC 2024 Modified Files: src/sys/arch/alpha/pci [netbsd-10]: irongate_pci.c Log Message: Pull up following revision(s) (requested by thorpej in ticket #652): sys/arch/alpha/pci/irongate_pci.c: revision 1.13 Add a missing barrier in irongate_conf_read0(). To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.12.10.1 src/sys/arch/alpha/pci/irongate_pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.