Received: by mail.netbsd.org (Postfix, from userid 605) id 32E6E84FB2; Thu, 15 Jul 2021 01:29:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6152B84FB1 for ; Thu, 15 Jul 2021 01:29:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 3iA4Cyx2WTe7 for ; Thu, 15 Jul 2021 01:29:24 +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 04DC284D55 for ; Thu, 15 Jul 2021 01:29:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ECFF7FA95; Thu, 15 Jul 2021 01:29:23 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 15 Jul 2021 01:29:23 +0000 From: "Jason R Thorpe" Subject: CVS commit: src/sys/arch/alpha/pci To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210715012923.ECFF7FA95@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Jason R Thorpe" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: thorpej Date: Thu Jul 15 01:29:23 UTC 2021 Modified Files: src/sys/arch/alpha/pci: sio_pic.c Log Message: - Use defined constants for PIC registers, not magic numbers. - Inline specific_eoi(). NFC. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/alpha/pci/sio_pic.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.