The patch titled synclink_gt: increase max devices has been added to the -mm tree. Its filename is synclink_gt-increase-max-devices.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: synclink_gt: increase max devices From: Paul Fulghum <paulkf@xxxxxxxxxxxxx> Increase maximum number of devices. Signed-off-by: Paul Fulghum <paulkf@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/char/synclink_gt.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff -puN drivers/char/synclink_gt.c~synclink_gt-increase-max-devices drivers/char/synclink_gt.c --- a/drivers/char/synclink_gt.c~synclink_gt-increase-max-devices +++ a/drivers/char/synclink_gt.c @@ -1,5 +1,5 @@ /* - * $Id: synclink_gt.c,v 4.25 2006/02/06 21:20:33 paulkf Exp $ + * $Id: synclink_gt.c,v 4.36 2006/08/28 20:47:14 paulkf Exp $ * * Device driver for Microgate SyncLink GT serial adapters. * @@ -91,12 +91,12 @@ * module identification */ static char *driver_name = "SyncLink GT"; -static char *driver_version = "$Revision: 4.25 $"; +static char *driver_version = "$Revision: 4.36 $"; static char *tty_driver_name = "synclink_gt"; static char *tty_dev_prefix = "ttySLG"; MODULE_LICENSE("GPL"); #define MGSL_MAGIC 0x5401 -#define MAX_DEVICES 12 +#define MAX_DEVICES 32 static struct pci_device_id pci_table[] = { {PCI_VENDOR_ID_MICROGATE, SYNCLINK_GT_DEVICE_ID, PCI_ANY_ID, PCI_ANY_ID,}, _ Patches currently in -mm which might be from paulkf@xxxxxxxxxxxxx are remove-unused-tty_struct-variable.patch tty-locking-on-resize.patch uninitialized-variable-in-drivers-net-wan-syncpppc.patch synclink_gt-add-bisync-and-monosync-modes.patch synclink_gt-increase-max-devices.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html