Author: jhb
Date: Tue May 10 12:40:35 2011
New Revision: 221731
URL: http://svn.freebsd.org/changeset/base/221731

Log:
  Add an entry for the SIIG Quartet Serial 850 which uses an Oxford
  chip with a non-default clock.
  
  PR:           kern/147583
  MFC after:    1 week

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

Modified: head/sys/dev/puc/pucdata.c
==============================================================================
--- head/sys/dev/puc/pucdata.c  Tue May 10 11:14:40 2011        (r221730)
+++ head/sys/dev/puc/pucdata.c  Tue May 10 12:40:35 2011        (r221731)
@@ -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,
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to