diff options
author | Paul Fulghum <paulkf@microgate.com> | 2006-10-01 02:27:46 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-01 03:39:22 -0400 |
commit | a077c1a075473910928676ed95acb393259d9310 (patch) | |
tree | e716bba9465e3c4a2c3269baa2e6e797a0e6bd95 /drivers/char/synclink_gt.c | |
parent | cb10dc9ac7eea2c891df6b79b9ef1fbe59cb5429 (diff) |
[PATCH] synclink_gt: increase max devices
Increase maximum number of devices.
Signed-off-by: Paul Fulghum <paulkf@microgate.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/synclink_gt.c')
-rw-r--r-- | drivers/char/synclink_gt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/char/synclink_gt.c b/drivers/char/synclink_gt.c index bd3821679ac8..78bc85180c82 100644 --- a/drivers/char/synclink_gt.c +++ b/drivers/char/synclink_gt.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * $Id: synclink_gt.c,v 4.25 2006/02/06 21:20:33 paulkf Exp $ | 2 | * $Id: synclink_gt.c,v 4.36 2006/08/28 20:47:14 paulkf Exp $ |
3 | * | 3 | * |
4 | * Device driver for Microgate SyncLink GT serial adapters. | 4 | * Device driver for Microgate SyncLink GT serial adapters. |
5 | * | 5 | * |
@@ -91,12 +91,12 @@ | |||
91 | * module identification | 91 | * module identification |
92 | */ | 92 | */ |
93 | static char *driver_name = "SyncLink GT"; | 93 | static char *driver_name = "SyncLink GT"; |
94 | static char *driver_version = "$Revision: 4.25 $"; | 94 | static char *driver_version = "$Revision: 4.36 $"; |
95 | static char *tty_driver_name = "synclink_gt"; | 95 | static char *tty_driver_name = "synclink_gt"; |
96 | static char *tty_dev_prefix = "ttySLG"; | 96 | static char *tty_dev_prefix = "ttySLG"; |
97 | MODULE_LICENSE("GPL"); | 97 | MODULE_LICENSE("GPL"); |
98 | #define MGSL_MAGIC 0x5401 | 98 | #define MGSL_MAGIC 0x5401 |
99 | #define MAX_DEVICES 12 | 99 | #define MAX_DEVICES 32 |
100 | 100 | ||
101 | static struct pci_device_id pci_table[] = { | 101 | static struct pci_device_id pci_table[] = { |
102 | {PCI_VENDOR_ID_MICROGATE, SYNCLINK_GT_DEVICE_ID, PCI_ANY_ID, PCI_ANY_ID,}, | 102 | {PCI_VENDOR_ID_MICROGATE, SYNCLINK_GT_DEVICE_ID, PCI_ANY_ID, PCI_ANY_ID,}, |