svn commit: r236652 - stable/7/sys/dev/puc

Eitan Adler eadler at FreeBSD.org
Wed Jun 6 04:18:23 UTC 2012


Author: eadler
Date: Wed Jun  6 04:18:22 2012
New Revision: 236652
URL: http://svn.freebsd.org/changeset/base/236652

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

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

Modified: stable/7/sys/dev/puc/pucdata.c
==============================================================================
--- stable/7/sys/dev/puc/pucdata.c	Wed Jun  6 04:18:04 2012	(r236651)
+++ stable/7/sys/dev/puc/pucdata.c	Wed Jun  6 04:18:22 2012	(r236652)
@@ -761,6 +761,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