svn commit: r236282 - head/sys/dev/puc
Eitan Adler
eadler at FreeBSD.org
Wed May 30 03:47:51 UTC 2012
Author: eadler
Date: Wed May 30 03:47:51 2012
New Revision: 236282
URL: http://svn.freebsd.org/changeset/base/236282
Log:
Add support for Sun 1040 PCI Quad Serial
PR: kern/163450
Submitted by: Anonymous Hardware Hacker <silicium at harmony-p.ath.cx>
Approved by: cperciva
MFC after: 1 week
Modified:
head/sys/dev/puc/pucdata.c
Modified: head/sys/dev/puc/pucdata.c
==============================================================================
--- head/sys/dev/puc/pucdata.c Wed May 30 03:10:22 2012 (r236281)
+++ head/sys/dev/puc/pucdata.c Wed May 30 03:47:51 2012 (r236282)
@@ -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,
More information about the svn-src-head
mailing list