summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-05-10 12:40:35 +0000
committerjhb <jhb@FreeBSD.org>2011-05-10 12:40:35 +0000
commit6491e2a57153ce2b39c9af266fcf08d4e949bb44 (patch)
treedda5d30157e1b4b3790406954a9dd9c49ad00463
parentcfe73ed34bc4263add9bc4cd630d611dc50a6157 (diff)
downloadFreeBSD-src-6491e2a57153ce2b39c9af266fcf08d4e949bb44.zip
FreeBSD-src-6491e2a57153ce2b39c9af266fcf08d4e949bb44.tar.gz
Add an entry for the SIIG Quartet Serial 850 which uses an Oxford
chip with a non-default clock. PR: kern/147583 MFC after: 1 week
-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 4d19ddae..6b1deda 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -638,6 +638,12 @@ const struct puc_cfg puc_pci_devices[] = {
PUC_PORT_4S, 0x10, 0, 8,
},
+ { 0x1415, 0x9501, 0x131f, 0x2052,
+ "SIIG Quartet Serial 850",
+ DEFAULT_RCLK * 10,
+ PUC_PORT_4S, 0x10, 0, 8,
+ },
+
{ 0x1415, 0x9501, 0x14db, 0x2150,
"Kuroutoshikou SERIAL4P-LPPCI2",
DEFAULT_RCLK * 10,
OpenPOWER on IntegriCloud