svn commit: r185213 - stable/6/sys/dev/puc

Marcel Moolenaar marcel at FreeBSD.org
Sun Nov 23 09:34:00 PST 2008


Author: marcel
Date: Sun Nov 23 17:33:59 2008
New Revision: 185213
URL: http://svn.freebsd.org/changeset/base/185213

Log:
  Correct the Device ID of the NetMos quad UART.
  
  PR:		128931
  Approved by:	re (kensmith)

Modified:
  stable/6/sys/dev/puc/pucdata.c

Modified: stable/6/sys/dev/puc/pucdata.c
==============================================================================
--- stable/6/sys/dev/puc/pucdata.c	Sun Nov 23 17:10:04 2008	(r185212)
+++ stable/6/sys/dev/puc/pucdata.c	Sun Nov 23 17:33:59 2008	(r185213)
@@ -955,7 +955,7 @@ const struct puc_device_description puc_
 
 	/* NetMos 4S0P PCI: 4S, 0P */
 	{   "NetMos NM9845 Quad UART",
-	    {	0x9710,	0x9845,	0,	0x0014	},
+	    {	0x9710,	0x9845,	0,	0x0004	},
 	    {	0xffff,	0xffff,	0,	0xffff	},
 	    {
 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },


More information about the svn-src-all mailing list