summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-05-30 03:47:51 +0000
committereadler <eadler@FreeBSD.org>2012-05-30 03:47:51 +0000
commitcaff493a8ed8d156e37b7f5875217ae5248c53e3 (patch)
tree4a3704a7c5994bbd8ed04d920a5fd74fe60953e6 /sys/dev/puc
parent970508c310b3fa86753aded9e6c14efd888c7485 (diff)
downloadFreeBSD-src-caff493a8ed8d156e37b7f5875217ae5248c53e3.zip
FreeBSD-src-caff493a8ed8d156e37b7f5875217ae5248c53e3.tar.gz
Add support for Sun 1040 PCI Quad Serial
PR: kern/163450 Submitted by: Anonymous Hardware Hacker <silicium@harmony-p.ath.cx> Approved by: cperciva 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 94d1c2c..a05fdc9 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -901,6 +901,12 @@ const struct puc_cfg puc_pci_devices[] = {
.config_function = puc_config_syba
},
+ { 0x5372, 0x6873, 0xffff, 0,
+ "Sun 1040 PCI Quad Serial",
+ DEFAULT_RCLK,
+ PUC_PORT_4S, 0x10, 4, 0,
+ },
+
{ 0x6666, 0x0001, 0xffff, 0,
"Decision Computer Inc, PCCOM 4-port serial",
DEFAULT_RCLK,
OpenPOWER on IntegriCloud