svn commit: r252298 - stable/9/sys/dev/puc

Marius Strobl marius at FreeBSD.org
Thu Jun 27 09:21:22 UTC 2013


Author: marius
Date: Thu Jun 27 09:21:22 2013
New Revision: 252298
URL: http://svnweb.freebsd.org/changeset/base/252298

Log:
  MFC: r248472
  
  Correct the definition for Exar XR17V258IV: we must use a config_function
  to specify the offset into the PCI memory spare at which each serial port
  will find its registers.  This was already done for other Exar PCI serial
  devices; it was accidentally omitted for this specific device.

Modified:
  stable/9/sys/dev/puc/pucdata.c
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/dev/   (props changed)
  stable/9/sys/dev/puc/   (props changed)

Modified: stable/9/sys/dev/puc/pucdata.c
==============================================================================
--- stable/9/sys/dev/puc/pucdata.c	Thu Jun 27 09:20:22 2013	(r252297)
+++ stable/9/sys/dev/puc/pucdata.c	Thu Jun 27 09:21:22 2013	(r252298)
@@ -629,6 +629,7 @@ const struct puc_cfg puc_pci_devices[] =
 	    "Exar XR17V258IV",
 	    DEFAULT_RCLK * 8,
 	    PUC_PORT_8S, 0x10, 0, -1,
+	    .config_function = puc_config_exar
 	},
 
 	/* The XR17V358 uses the 125MHz PCIe clock as its reference clock. */


More information about the svn-src-stable mailing list