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

Navdeep Parhar np at FreeBSD.org
Sat Jun 20 00:04:49 UTC 2009


Author: np
Date: Sat Jun 20 00:04:48 2009
New Revision: 194522
URL: http://svn.freebsd.org/changeset/base/194522

Log:
  Make puc(4) aware of this 2 port serial card based on NetMos 9835:
  
  puc0 at pci0:4:1:0:       class=0x070002 card=0x00021000 chip=0x98359710 rev=0x01 hdr=0x00
  
  Reviewed by:	marcel@
  Approved by:	gnn (mentor)

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

Modified: head/sys/dev/puc/pucdata.c
==============================================================================
--- head/sys/dev/puc/pucdata.c	Fri Jun 19 23:34:32 2009	(r194521)
+++ head/sys/dev/puc/pucdata.c	Sat Jun 20 00:04:48 2009	(r194522)
@@ -784,6 +784,12 @@ const struct puc_cfg puc_pci_devices[] =
 	    PUC_PORT_1S, 0x10, 4, 0,
 	},
 
+	{   0x9710, 0x9835, 0x1000, 2,
+	    "NetMos NM9835 based 2-port serial",
+	    DEFAULT_RCLK,
+	    PUC_PORT_2S, 0x10, 4, 0,
+	},
+
 	{   0x9710, 0x9835, 0xffff, 0,
 	    "NetMos NM9835 Dual UART and 1284 Printer port",
 	    DEFAULT_RCLK,


More information about the svn-src-all mailing list