From owner-svn-src-all@FreeBSD.ORG Tue Mar 23 20:08:19 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41BB6106576E; Tue, 23 Mar 2010 20:08:19 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3162F8FC12; Tue, 23 Mar 2010 20:08:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o2NK8JTe074507; Tue, 23 Mar 2010 20:08:19 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o2NK8Jqw074505; Tue, 23 Mar 2010 20:08:19 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201003232008.o2NK8Jqw074505@svn.freebsd.org> From: Xin LI Date: Tue, 23 Mar 2010 20:08:19 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r205534 - head/sys/dev/ppc X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Mar 2010 20:08:19 -0000 Author: delphij Date: Tue Mar 23 20:08:18 2010 New Revision: 205534 URL: http://svn.freebsd.org/changeset/base/205534 Log: Add PCI ID for MCS9901's parallel port. PR: kern/144713 Submitted by: gcooper MFC after: 2 weeks Modified: head/sys/dev/ppc/ppc_pci.c Modified: head/sys/dev/ppc/ppc_pci.c ============================================================================== --- head/sys/dev/ppc/ppc_pci.c Tue Mar 23 19:58:20 2010 (r205533) +++ head/sys/dev/ppc/ppc_pci.c Tue Mar 23 20:08:18 2010 (r205534) @@ -89,6 +89,7 @@ static struct pci_id pci_ids[] = { { 0x84031415, "Oxford Semiconductor OX12PCI840 Parallel port", 0x10 }, { 0x95131415, "Oxford Semiconductor OX16PCI954 Parallel port", 0x10 }, { 0x98059710, "NetMos NM9805 1284 Printer port", 0x10 }, + { 0x99019710, "MosChip MCS9901 PCIe to Peripheral Controller", 0x10 }, { 0xffff } };