Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jun 2011 21:14:04 +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-8@freebsd.org
Subject:   svn commit: r222874 - stable/8/sys/dev/puc
Message-ID:  <201106082114.p58LE4lH047592@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Wed Jun  8 21:14:04 2011
New Revision: 222874
URL: http://svn.freebsd.org/changeset/base/222874

Log:
  MFC 221326:
  Add an entry for the Kuroutoshikou SERIAL4P-LPPCI2 which uses an Oxford
  4 port chip but with a nonstandard clock.

Modified:
  stable/8/sys/dev/puc/pucdata.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/dev/puc/pucdata.c
==============================================================================
--- stable/8/sys/dev/puc/pucdata.c	Wed Jun  8 21:10:55 2011	(r222873)
+++ stable/8/sys/dev/puc/pucdata.c	Wed Jun  8 21:14:04 2011	(r222874)
@@ -638,6 +638,12 @@ const struct puc_cfg puc_pci_devices[] =
 	    PUC_PORT_4S, 0x10, 0, 8,
 	},
 
+	{   0x1415, 0x9501, 0x14db, 0x2150,
+	    "Kuroutoshikou SERIAL4P-LPPCI2",
+	    DEFAULT_RCLK * 10,
+	    PUC_PORT_4S, 0x10, 0, 8,
+	},
+
 	{   0x1415, 0x9501, 0xffff, 0,
 	    "Oxford Semiconductor OX16PCI954 UARTs",
 	    DEFAULT_RCLK,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106082114.p58LE4lH047592>