Restore DEVICE_COUNT which was set to 2 for testing. We can do better :)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35966 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -40,7 +40,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define DRIVER_NAME "pc_serial" // driver name for debug output
|
#define DRIVER_NAME "pc_serial" // driver name for debug output
|
||||||
#define DEVICES_COUNT 2 // max simultaneously open devices
|
#define DEVICES_COUNT 20 // max simultaneously open devices
|
||||||
|
|
||||||
// avoid clashing with BeOS zz driver
|
// avoid clashing with BeOS zz driver
|
||||||
#define DEVFS_BASE "ports/pc_serial"
|
#define DEVFS_BASE "ports/pc_serial"
|
||||||
|
|||||||
Reference in New Issue
Block a user