Author: des
Date: Sat Oct 25 10:55:49 2008
New Revision: 184258
URL: http://svn.freebsd.org/changeset/base/184258

Log:
  Add an entry for the "SIIG Cyber 4 PCI 16550", which is a four-port card
  based on the OX16PCI954 chip with a non-standard clock.
  
  MFC after:    3 days

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

Modified: head/sys/dev/puc/pucdata.c
==============================================================================
--- head/sys/dev/puc/pucdata.c  Sat Oct 25 10:54:28 2008        (r184257)
+++ head/sys/dev/puc/pucdata.c  Sat Oct 25 10:55:49 2008        (r184258)
@@ -596,6 +596,12 @@ const struct puc_cfg puc_pci_devices[] =
         * I/O Flex PCI I/O Card Model-223 with 4 serial and 1 parallel ports.
         */
 
+       {   0x1415, 0x9501, 0x131f, 0x2050,
+           "SIIG Cyber 4 PCI 16550",
+           DEFAULT_RCLK * 10,
+           PUC_PORT_4S, 0x10, 0, 8,
+       },
+
        {   0x1415, 0x9501, 0x131f, 0x2051,
            "SIIG Cyber 4S PCI 16C650 (20x family)",
            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 "[EMAIL PROTECTED]"

Reply via email to