From 89d156a0492e3ea0a5a5627cb509f214565978b7 Mon Sep 17 00:00:00 2001 From: marius Date: Thu, 27 Jun 2013 09:21:22 +0000 Subject: [PATCH] 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. git-svn-id: svn://svn.freebsd.org/base/stable/9@252298 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/dev/puc/pucdata.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index d82f0316c..ddf92820c 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -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. */ -- 2.45.0