Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 2010 04:04:24 +0000 (UTC)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r207737 - in user/jmallett/octeon/sys: dev/puc mips/conf
Message-ID:  <201005070404.o4744OhM082164@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmallett
Date: Fri May  7 04:04:24 2010
New Revision: 207737
URL: http://svn.freebsd.org/changeset/base/207737

Log:
  Detect the minipci multiport serial card I've got.

Modified:
  user/jmallett/octeon/sys/dev/puc/pucdata.c
  user/jmallett/octeon/sys/mips/conf/OCTEON1-32

Modified: user/jmallett/octeon/sys/dev/puc/pucdata.c
==============================================================================
--- user/jmallett/octeon/sys/dev/puc/pucdata.c	Fri May  7 00:41:12 2010	(r207736)
+++ user/jmallett/octeon/sys/dev/puc/pucdata.c	Fri May  7 04:04:24 2010	(r207737)
@@ -643,6 +643,12 @@ const struct puc_cfg puc_pci_devices[] =
 	    PUC_PORT_4S, 0x10, 0, 8,
 	},
 
+	{   0x1415, 0x950c, 0xffff, 0,
+	    "Oxford Semiconductor OX16PCI954 UARTs (function 0)",
+	    DEFAULT_RCLK,
+	    PUC_PORT_4S, 0x10, 0, 8,
+	},
+
 	{   0x1415, 0x9511, 0xffff, 0,
 	    "Oxford Semiconductor OX9160/OX16PCI954 UARTs (function 1)",
 	    DEFAULT_RCLK,

Modified: user/jmallett/octeon/sys/mips/conf/OCTEON1-32
==============================================================================
--- user/jmallett/octeon/sys/mips/conf/OCTEON1-32	Fri May  7 00:41:12 2010	(r207736)
+++ user/jmallett/octeon/sys/mips/conf/OCTEON1-32	Fri May  7 04:04:24 2010	(r207737)
@@ -71,6 +71,7 @@ device          miibus          # MII bu
 device		loop
 device		ether
 device		md
+device		puc
 device		uart
 nodevice	uart_ns8250
 device		octe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005070404.o4744OhM082164>