Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=K8BtZrIx; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=gMBHYS0Z Received: by mail.netbsd.org (Postfix, from userid 605) id B92AB84F40; Thu, 18 Apr 2024 16:44:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713458662; bh=r16JKuo4BVV770GdISOuc0QqfYlIR9BybK+srDHnDBU=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=K8BtZrIxgbVh8PEM4BGBp3VzQtgev9VXBQQlw+nvnQAs/0mkqkhlRJaWWYEncg+J+ feV6XGvV8HKgyeSO2qqLtsraGCoT37hUrpXXqLH3H/g3QgY/d04pffdQ1/h7muAFak PdvUKLcN8lMEwFqEtk42HWjCd/9Wqb1FXfcn3/WA= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9EA9084F3B for ; Thu, 18 Apr 2024 16:44:21 +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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Ihp88ETGhDiG for ; Thu, 18 Apr 2024 16:44:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3A0B984CE2 for ; Thu, 18 Apr 2024 16:44:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713458661; bh=r16JKuo4BVV770GdISOuc0QqfYlIR9BybK+srDHnDBU=; h=Date:From:Subject:To:Reply-To; b=gMBHYS0ZFKxLHANOMQuFof4ZajYICFS0ENRP15pCXoehmwiREod1etfTwSSqbtaZ3 ymfpzFnmcjtFtjgIx8lpy20RncuOBIMSuBxgOJi1GeP9KBFNUGgb3nJpiIrUnVTj5P FrZw8MiiUMn6xbVuVN9ZzQC/e0x2fgyQkUr7mklQ= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2CFEBFA2C; Thu, 18 Apr 2024 16:44:21 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 18 Apr 2024 16:44:21 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-8] src/sys/arch/x86/x86 To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240418164421.2CFEBFA2C@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: Thu Apr 18 16:44:21 UTC 2024 Modified Files: src/sys/arch/x86/x86 [netbsd-8]: viac7temp.c Log Message: Pull up following revision(s) (requested by andvar in ticket #1959): sys/arch/x86/x86/viac7temp.c: revision 1.10 viac7temp(4): define module metadata using MODULE() macro and implement viac7temp_modcmd() to handle module load/unload events. Fixes PR kern/58148. Look OK by mrg@. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.8.20.1 src/sys/arch/x86/x86/viac7temp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.