summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2014-11-01 05:45:05 +0000
committerrpaulo <rpaulo@FreeBSD.org>2014-11-01 05:45:05 +0000
commit4ca13eed64055e743be103902210019d21e7a458 (patch)
treeb7aefb6e41afa7e92e5e34ddbef9d3bb88639c75
parent272ad10c66d236209624752a22cce70b7d1f7e49 (diff)
downloadFreeBSD-src-4ca13eed64055e743be103902210019d21e7a458.zip
FreeBSD-src-4ca13eed64055e743be103902210019d21e7a458.tar.gz
MFC r273551:
puc(4): add an entry for the Oxford Semiconductor OXPCIe952 1S1P card. Submitted by: Alex Burlyga <alex.burlyga.ietf at gmail.com>
-rw-r--r--sys/dev/puc/pucdata.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index 6b07aeb..a052dc9 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -838,6 +838,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,
OpenPOWER on IntegriCloud