1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

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.

Sponsored by:	Sandvine Incorporated
MFC after:	1 week
This commit is contained in:
Ryan Stone 2013-03-18 19:22:51 +00:00
parent 1968f37bc9
commit 3aff0961dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=248472

View File

@ -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. */