Author: attilio
Date: Mon Dec 27 12:57:38 2010
New Revision: 216736
URL: http://svn.freebsd.org/changeset/base/216736

Log:
  MFC r216513:
  Add Exar octal PCI UART.
  
  Sponsored by: Sandvine Incorporated

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      Mon Dec 27 12:52:35 2010        
(r216735)
+++ stable/8/sys/dev/puc/pucdata.c      Mon Dec 27 12:57:38 2010        
(r216736)
@@ -554,6 +554,12 @@ const struct puc_cfg puc_pci_devices[] =
            .config_function = puc_config_cronyx
        },
 
+       {   0x13a8, 0x0258, 0xffff, 0,
+           "Exar XR17V258IV",
+           DEFAULT_RCLK * 8,
+           PUC_PORT_8S, 0x10, 0, -1,
+       },
+
        {   0x1407, 0x0100, 0xffff, 0,
            "Lava Computers Dual Serial",
            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