lkml.org 
[lkml]   [2003]   [Jun]   [25]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateTue, 24 Jun 2003 22:14:58 -0700 (PDT)
FromSir Ace <>
Subject[PATCH] bttv update for max cards
For us unluck people who have many slots in our PCI backplane, and
actually are required to fill them with these cards, it sucks to have a
kernel limit of 4 cards.

This patch doubles the number to 8, which is still low for an IPC chassis,
but it is much better than 4.

  -- Sir Acediff --unified --recursive --new-file linux-2.4.21/drivers/media/video/bttvp.h linux/drivers/media/video/bttvp.h
--- linux-2.4.21/drivers/media/video/bttvp.h	2003-06-13 07:51:34.000000000 -0700
+++ linux/drivers/media/video/bttvp.h	2003-06-25 13:10:09.000000000 -0700
@@ -54,7 +54,7 @@
 #define vprintk		if (bttv_verbose) printk
 
 /* Anybody who uses more than four? */
-#define BTTV_MAX 4
+#define BTTV_MAX 8
 extern unsigned int bttv_num;			/* number of Bt848s in use */
 extern struct bttv bttvs[BTTV_MAX];
 
\
 
 \ /
  Last update: 2005-03-22 12:36    [W:0.225 / U:0.000 seconds]
©2003-2008 Jasper Spaans