svn commit: r208636 - user/jmallett/octeon/sys/dev/puc

Juli Mallett jmallett at FreeBSD.org
Sat May 29 09:07:02 UTC 2010


Author: jmallett
Date: Sat May 29 09:07:01 2010
New Revision: 208636
URL: http://svn.freebsd.org/changeset/base/208636

Log:
  Add another EDOOFUS provider.

Modified:
  user/jmallett/octeon/sys/dev/puc/pucdata.c

Modified: user/jmallett/octeon/sys/dev/puc/pucdata.c
==============================================================================
--- user/jmallett/octeon/sys/dev/puc/pucdata.c	Sat May 29 06:56:04 2010	(r208635)
+++ user/jmallett/octeon/sys/dev/puc/pucdata.c	Sat May 29 09:07:01 2010	(r208636)
@@ -826,6 +826,12 @@ const struct puc_cfg puc_pci_devices[] =
 	    PUC_PORT_4S1P, 0x10, 4, 0,
 	},
 
+	{   0x9710, 0x9865, 0xa000, 0x1000,
+	    "NetMos NM9865 UART",
+	    DEFAULT_RCLK,
+	    PUC_PORT_1S, 0x10, 4, 0,
+	},
+
 	{   0x9710, 0x9865, 0xa000, 0x3002,
 	    "NetMos NM9865 Dual UART",
 	    DEFAULT_RCLK,


More information about the svn-src-user mailing list