summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-05-19 11:41:12 +0000
committerjhb <jhb@FreeBSD.org>2011-05-19 11:41:12 +0000
commit76caf7ac52e514dd2b1b6faa9cf4651e9a23d58c (patch)
tree17fda7e299b718076da8dfb0aa4d3a2375162294 /sys/dev/puc
parent4633a79407dfb12c35f652e3f1dc127ec2842696 (diff)
downloadFreeBSD-src-76caf7ac52e514dd2b1b6faa9cf4651e9a23d58c.zip
FreeBSD-src-76caf7ac52e514dd2b1b6faa9cf4651e9a23d58c.tar.gz
Add support for the SIIG Cyber 2S PCIe adapter. It is based on an
Oxford Semiconductor OX16PCI954 but uses only two ports with a non-default clock rate. PR: kern/152034 Tested by: Hans Fiedler hans of hermes louisville edu MFC after: 1 week
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/pucdata.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index 6b1deda..83b02ea 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -656,6 +656,12 @@ const struct puc_cfg puc_pci_devices[] = {
PUC_PORT_4S, 0x10, 0, 8,
},
+ { 0x1415, 0x950a, 0x131f, 0x2030,
+ "SIIG Cyber 2S PCIe",
+ DEFAULT_RCLK * 10,
+ PUC_PORT_2S, 0x10, 0, 8,
+ },
+
{ 0x1415, 0x950a, 0xffff, 0,
"Oxford Semiconductor OX16PCI954 UARTs",
DEFAULT_RCLK,
OpenPOWER on IntegriCloud