svn commit: r221326 - head/sys/dev/puc

John Baldwin jhb at FreeBSD.org
Mon May 2 14:34:04 UTC 2011


Author: jhb
Date: Mon May  2 14:34:03 2011
New Revision: 221326
URL: http://svn.freebsd.org/changeset/base/221326

Log:
  Add an entry for the Kuroutoshikou SERIAL4P-LPPCI2 which uses an Oxford
  4 port chip but with a nonstandard clock.
  
  PR:		kern/104212
  Submitted by:	Shuichi KITAGUCHI  kit of ysnb net
  MFC after:	1 week

Modified:
  head/sys/dev/puc/pucdata.c

Modified: head/sys/dev/puc/pucdata.c
==============================================================================
--- head/sys/dev/puc/pucdata.c	Mon May  2 14:23:36 2011	(r221325)
+++ head/sys/dev/puc/pucdata.c	Mon May  2 14:34:03 2011	(r221326)
@@ -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,


More information about the svn-src-head mailing list