Author: emaste Date: Sat Dec 18 02:54:51 2010 New Revision: 216513 URL: http://svn.freebsd.org/changeset/base/216513
Log: Add Exar octal PCI UART. Submitted by: Mark Johnston Obtained from: Sandvine Incorporated Modified: head/sys/dev/puc/pucdata.c Modified: head/sys/dev/puc/pucdata.c ============================================================================== --- head/sys/dev/puc/pucdata.c Sat Dec 18 00:30:52 2010 (r216512) +++ head/sys/dev/puc/pucdata.c Sat Dec 18 02:54:51 2010 (r216513) @@ -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-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"