diff options
| author | Rui Paulo <rpaulo@FreeBSD.org> | 2014-10-23 18:03:27 +0000 |
|---|---|---|
| committer | Rui Paulo <rpaulo@FreeBSD.org> | 2014-10-23 18:03:27 +0000 |
| commit | bdb4291f89a8c4df0112829ba44031106255f86b (patch) | |
| tree | 0b1473a4759fabde50436c9a115c001a147ead93 /sys/dev/puc | |
| parent | dbb91b1415886ca7101437bcca8be7afcb9401fe (diff) | |
Notes
Diffstat (limited to 'sys/dev/puc')
| -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 d94cb0125f8f..edcc5b20560b 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -839,6 +839,13 @@ const struct puc_cfg puc_pci_devices[] = { * <URL:http://www.startech.com> */ + { 0x1415, 0xc11b, 0xffff, 0, + "Oxford Semiconductor OXPCIe952 1S1P", + DEFAULT_RCLK * 0x22, + PUC_PORT_NONSTANDARD, 0x10, 0, -1, + .config_function = puc_config_oxford_pcie + }, + { 0x1415, 0xc138, 0xffff, 0, "Oxford Semiconductor OXPCIe952 UARTs", DEFAULT_RCLK * 0x22, |
