Received: by mail.netbsd.org (Postfix, from userid 605) id 987DB84F3E; Fri, 3 Dec 2021 18:14:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CD75684F0E for ; Fri, 3 Dec 2021 18:14:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Sh2-SohjZCGu for ; Fri, 3 Dec 2021 18:14:28 +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 67C8984CD8 for ; Fri, 3 Dec 2021 18:14:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 614C3FAEC; Fri, 3 Dec 2021 18:14:28 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 3 Dec 2021 18:14:28 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-8] src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20211203181428.614C3FAEC@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: Fri Dec 3 18:14:28 UTC 2021 Modified Files: src/share/man/man4 [netbsd-8]: puc.4 src/sys/dev/pci [netbsd-8]: pucdata.c Log Message: Pull up the following revisions (all via patch), requested by msaitoh in ticket #1712: sys/dev/pci/pucdata.c 1.103, 1.106-1.112 share/man/man4/puc.4 1.42-1.43 - Add Amazon.com EC2 virtual 16650-compatible PCI serial device. - Add NetMos NM9900 Quad and Octal serial card. - Add ASIX AX99100 PCIe 4port serial card. - Add Oxford Semiconductor Exsys EX-41098 PCI serial card. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.40.8.1 src/share/man/man4/puc.4 cvs rdiff -u -r1.99.8.5 -r1.99.8.6 src/sys/dev/pci/pucdata.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.