svn commit: r222876 - stable/8/sys/dev/puc

John Baldwin jhb at FreeBSD.org
Wed Jun 8 21:23:19 UTC 2011


Author: jhb
Date: Wed Jun  8 21:23:18 2011
New Revision: 222876
URL: http://svn.freebsd.org/changeset/base/222876

Log:
  MFC 221731:
  Add an entry for the SIIG Quartet Serial 850 which uses an Oxford
  chip with a non-default 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:18:14 2011	(r222875)
+++ stable/8/sys/dev/puc/pucdata.c	Wed Jun  8 21:23:18 2011	(r222876)
@@ -638,6 +638,12 @@ const struct puc_cfg puc_pci_devices[] =
 	    PUC_PORT_4S, 0x10, 0, 8,
 	},
 
+	{   0x1415, 0x9501, 0x131f, 0x2052,
+	    "SIIG Quartet Serial 850",
+	    DEFAULT_RCLK * 10,
+	    PUC_PORT_4S, 0x10, 0, 8,
+	},
+
 	{   0x1415, 0x9501, 0x14db, 0x2150,
 	    "Kuroutoshikou SERIAL4P-LPPCI2",
 	    DEFAULT_RCLK * 10,


More information about the svn-src-all mailing list