Date: Thu, 23 Oct 2014 18:03:28 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r273551 - head/sys/dev/puc Message-ID: <201410231803.s9NI3SrO072971@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rpaulo Date: Thu Oct 23 18:03:27 2014 New Revision: 273551 URL: https://svnweb.freebsd.org/changeset/base/273551 Log: puc(4): add an entry for the Oxford Semiconductor OXPCIe952 1S1P card. Submitted by: Alex Burlyga <alex.burlyga.ietf at gmail.com> MFC after: 1 week Modified: head/sys/dev/puc/pucdata.c Modified: head/sys/dev/puc/pucdata.c ============================================================================== --- head/sys/dev/puc/pucdata.c Thu Oct 23 17:24:50 2014 (r273550) +++ head/sys/dev/puc/pucdata.c Thu Oct 23 18:03:27 2014 (r273551) @@ -839,6 +839,13 @@ const struct puc_cfg puc_pci_devices[] = * <URL:http://www.startech.com> */ + { 0x1415, 0xc11b, 0xffff, 0, + "Oxford Semiconductor OXPCIe952 1S1P", + DEFAULT_RCLK * 0x22, + PUC_PORT_NONSTANDARD, 0x10, 0, -1, + .config_function = puc_config_oxford_pcie + }, + { 0x1415, 0xc138, 0xffff, 0, "Oxford Semiconductor OXPCIe952 UARTs", DEFAULT_RCLK * 0x22,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410231803.s9NI3SrO072971>