svn commit: r236650 - stable/9/sys/dev/puc

Eitan Adler eadler at FreeBSD.org
Wed Jun 6 04:17:40 UTC 2012


Author: eadler
Date: Wed Jun  6 04:17:40 2012
New Revision: 236650
URL: http://svn.freebsd.org/changeset/base/236650

Log:
  MFC r236282:
  	Add support for Sun 1040 PCI Quad Serial
  
  PR:		kern/163450
  Approved by:	cperciva (implicit)

Modified:
  stable/9/sys/dev/puc/pucdata.c
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/dev/   (props changed)

Modified: stable/9/sys/dev/puc/pucdata.c
==============================================================================
--- stable/9/sys/dev/puc/pucdata.c	Wed Jun  6 02:42:30 2012	(r236649)
+++ stable/9/sys/dev/puc/pucdata.c	Wed Jun  6 04:17:40 2012	(r236650)
@@ -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-stable mailing list