Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2013 22:58:04 +0000 (UTC)
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r247207 - head/sys/dev/fdt
Message-ID:  <201302232258.r1NMw4S2085202@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gonzo
Date: Sat Feb 23 22:58:04 2013
New Revision: 247207
URL: http://svnweb.freebsd.org/changeset/base/247207

Log:
  Bump per-device interrupt limit to more reasonable default.
  
  Some hardware like DMA and GPIO controllers might require
  more then 8 interrupts per device instance.
  
  Submitted by:	Daisuke Aoyama <aoyama at peach.ne.jp>
  Discussed with:	gber@, raj@

Modified:
  head/sys/dev/fdt/fdt_common.h

Modified: head/sys/dev/fdt/fdt_common.h
==============================================================================
--- head/sys/dev/fdt/fdt_common.h	Sat Feb 23 22:50:57 2013	(r247206)
+++ head/sys/dev/fdt/fdt_common.h	Sat Feb 23 22:58:04 2013	(r247207)
@@ -39,7 +39,7 @@
 
 #define FDT_MEM_REGIONS	8
 
-#define DI_MAX_INTR_NUM	8
+#define DI_MAX_INTR_NUM	32
 
 struct fdt_pci_range {
 	u_long	base_pci;



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