Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=qDAK6ZS4; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=SP4R3Sys Received: by mail.netbsd.org (Postfix, from userid 605) id 87B3884D67; Sat, 27 Apr 2024 14:42:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714228943; bh=4itwTRcVEBwLqE/fAJTGoPY3zs5XKq1aAV2PpGo3hNc=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=qDAK6ZS4FIh3KFrMyek3NWwko5z+iYugazPwv0MzlsWNM1t+I2jPFUZDGlsl2ZGgl typ72r8hdwGzY1/WXJNke/oLMOcGCULnEs4YWReC1rybxjFDGJushZAW4s3pKciI0V NTN9QYWeZ17CR1p1fI7ZLSnOs8gWYFSTc3iQb6FI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 717E984D59 for ; Sat, 27 Apr 2024 14:42:22 +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 AL6hZtJpQD92 for ; Sat, 27 Apr 2024 14:42:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0C58184CC8 for ; Sat, 27 Apr 2024 14:42:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714228942; bh=4itwTRcVEBwLqE/fAJTGoPY3zs5XKq1aAV2PpGo3hNc=; h=Date:From:Subject:To:Reply-To; b=SP4R3SysTSAuU8jENsG6XVKumQTMFYvqZEfQMOR3Y0VO2fO59KdLCSkmqRQSa33pj I2r+Dc2ohjmwGYVCUlv5hQZbDmJra1gfun45zpp0PuzkzpgShcSwFYfyDY4lq9WkK7 Npo6kfyaATbqG82h+/SOOYrRennm+eiLFObLHefE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 016DCFA2C; Sat, 27 Apr 2024 14:42:21 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 27 Apr 2024 14:42:21 +0000 From: "Izumi Tsutsui" Subject: CVS commit: src/etc/etc.vax To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240427144222.016DCFA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Izumi Tsutsui" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: tsutsui Date: Sat Apr 27 14:42:21 UTC 2024 Modified Files: src/etc/etc.vax: MAKEDEV.conf Log Message: Disable dmf* and dmz* entries and add warns "not integrated yet." Also note tty[EFGH]? have been used by MI wscons and new tty node names should be assigned once dmf(4) is committed. Ok'ed by ragge@ on port-vax@. https://mail-index.netbsd.org/port-vax/2024/02/13/msg004859.html To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/etc/etc.vax/MAKEDEV.conf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.