diff options
| author | Teerayut Hiruntaraporn <teerayut.h@throughwave.co.th> | 2024-01-08 06:31:19 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2024-01-15 10:24:37 +0000 |
| commit | 819934841ab0c079f2170467052ba87bd316730a (patch) | |
| tree | bfdc051080d791f699fe5f3f7e91f692dd8b5399 /sys/dev/puc/pucdata.c | |
| parent | b9caa1b4c2231fd68e27091414d25d4e2f79abcd (diff) | |
Diffstat (limited to 'sys/dev/puc/pucdata.c')
| -rw-r--r-- | sys/dev/puc/pucdata.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index 3114202c3a5a..f127e27e7b08 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -694,6 +694,13 @@ const struct puc_cfg puc_pci_devices[] = { .config_function = puc_config_exar_pcie }, + { 0x13a8, 0x0354, 0xffff, 0, + "Exar XR17V354", + 125000000, + PUC_PORT_4S, 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", |
