Author: jhb
Date: Wed Jun  8 21:29:12 2011
New Revision: 222877
URL: http://svn.freebsd.org/changeset/base/222877

Log:
  MFC 222093:
  Add support for the SIIG Cyber 2S PCIe adapter.  It is based on an
  Oxford Semiconductor OX16PCI954 but uses only two ports with a non-default
  clock rate.

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:23:18 2011        
(r222876)
+++ stable/8/sys/dev/puc/pucdata.c      Wed Jun  8 21:29:12 2011        
(r222877)
@@ -656,6 +656,12 @@ const struct puc_cfg puc_pci_devices[] =
            PUC_PORT_4S, 0x10, 0, 8,
        },
 
+       {   0x1415, 0x950a, 0x131f, 0x2030,
+           "SIIG Cyber 2S PCIe",
+           DEFAULT_RCLK * 10,
+           PUC_PORT_2S, 0x10, 0, 8,
+       },
+
        {   0x1415, 0x950a, 0xffff, 0,
            "Oxford Semiconductor OX16PCI954 UARTs",
            DEFAULT_RCLK,
_______________________________________________
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