svn commit: r264514 - head/sys/dev/puc

Marius Strobl marius at FreeBSD.org
Tue Apr 15 19:58:05 UTC 2014


Author: marius
Date: Tue Apr 15 19:58:05 2014
New Revision: 264514
URL: http://svnweb.freebsd.org/changeset/base/264514

Log:
  Correct a typo in a device description added in r264257.

Modified:
  head/sys/dev/puc/pucdata.c

Modified: head/sys/dev/puc/pucdata.c
==============================================================================
--- head/sys/dev/puc/pucdata.c	Tue Apr 15 18:29:05 2014	(r264513)
+++ head/sys/dev/puc/pucdata.c	Tue Apr 15 19:58:05 2014	(r264514)
@@ -1015,7 +1015,7 @@ const struct puc_cfg puc_pci_devices[] =
 	},
 
 	{   0x1fd4, 0x1999, 0x1fd4, 0x0102,
-	    "Sunix MIOxxxx 2-port serial and 1284 Printer port",
+	    "Sunix MIO5xxxx 2-port serial and 1284 Printer port",
 	    DEFAULT_RCLK * 8,
 	    PUC_PORT_2S1P, -1, -1, -1,
 	    .config_function = puc_config_sunix


More information about the svn-src-all mailing list