Date: Thu, 28 Apr 2011 19:08:31 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r221181 - stable/7/sys/dev/puc Message-ID: <201104281908.p3SJ8Vdq050442@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhb Date: Thu Apr 28 19:08:31 2011 New Revision: 221181 URL: http://svn.freebsd.org/changeset/base/221181 Log: MFC 186520: Add support for the Oxford OX16PCI958-based card. Modified: stable/7/sys/dev/puc/pucdata.c Directory Properties: stable/7/sys/ (props changed) stable/7/sys/cddl/contrib/opensolaris/ (props changed) stable/7/sys/contrib/dev/acpica/ (props changed) stable/7/sys/contrib/pf/ (props changed) Modified: stable/7/sys/dev/puc/pucdata.c ============================================================================== --- stable/7/sys/dev/puc/pucdata.c Thu Apr 28 19:00:48 2011 (r221180) +++ stable/7/sys/dev/puc/pucdata.c Thu Apr 28 19:08:31 2011 (r221181) @@ -632,6 +632,12 @@ const struct puc_cfg puc_pci_devices[] = PUC_PORT_2S, 0x10, 4, 0, }, + { 0x1415, 0x9538, 0xffff, 0, + "Oxford Semiconductor OX16PCI958 UARTs", + DEFAULT_RCLK * 10, + PUC_PORT_8S, 0x18, 0, 8, + }, + /* * Perle boards use Oxford Semiconductor chips, but they store the * Oxford Semiconductor device ID as a subvendor device ID and use
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104281908.p3SJ8Vdq050442>