svn commit: r236651 - stable/8/sys/dev/puc
Eitan Adler
eadler at FreeBSD.org
Wed Jun 6 04:18:05 UTC 2012
Author: eadler
Date: Wed Jun 6 04:18:04 2012
New Revision: 236651
URL: http://svn.freebsd.org/changeset/base/236651
Log:
MFC r236282:
Add support for Sun 1040 PCI Quad Serial
PR: kern/163450
Approved by: cperciva (implicit)
Modified:
stable/8/sys/dev/puc/pucdata.c
Directory Properties:
stable/8/sys/ (props changed)
Modified: stable/8/sys/dev/puc/pucdata.c
==============================================================================
--- stable/8/sys/dev/puc/pucdata.c Wed Jun 6 04:17:40 2012 (r236650)
+++ stable/8/sys/dev/puc/pucdata.c Wed Jun 6 04:18:04 2012 (r236651)
@@ -887,6 +887,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-all
mailing list