lkml.org 
[lkml]   [2003]   [Jun]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
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 13:36    [W:0.016 / U:0.504 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site