1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00

puc(4): Add provisional support for Exar XR17V352

Reportedly, this is sufficient for 4800bps use, but maybe not any better.

PR:		228781
Submitted by:	peo AT nethead.se
This commit is contained in:
Conrad Meyer 2018-06-06 16:47:33 +00:00
parent bc5356c5a8
commit cbb009b9fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334722

View File

@ -689,6 +689,13 @@ const struct puc_cfg puc_pci_devices[] = {
.config_function = puc_config_exar
},
{ 0x13a8, 0x0352, 0xffff, 0,
"Exar XR17V352",
125000000,
PUC_PORT_2S, 0x10, 0, -1,
.config_function = puc_config_exar_pcie
},
/* The XR17V358 uses the 125MHz PCIe clock as its reference clock. */
{ 0x13a8, 0x0358, 0xffff, 0,
"Exar XR17V358",