Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3BF8C84E69 for ; Tue, 5 Dec 2023 14:58:02 +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 bQqBnuk86PmK for ; Tue, 5 Dec 2023 14:58:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CEA7784D7A for ; Tue, 5 Dec 2023 14:58:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C7530FA42; Tue, 5 Dec 2023 14:58:01 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 5 Dec 2023 14:58:01 +0000 From: "Jason R Thorpe" Subject: CVS commit: src/sys/dev/pci To: source-changes@NetBSD.org Approved: for-source-only Reply-To: thorpej@netbsd.org X-Mailer: log_accum Message-Id: <20231205145801.C7530FA42@cvs.NetBSD.org> Module Name: src Committed By: thorpej Date: Tue Dec 5 14:58:01 UTC 2023 Modified Files: src/sys/dev/pci: btvmei.c btvmeivar.h Log Message: Use vmem(9) rather than extent(9) to manage VME<->PCI address translations. While here, malloc(9) -> kmem(9), and fix a couple of things that the newer compiler gripes about. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/pci/btvmei.c cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/btvmeivar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.