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:
François Revol
2010-03-26 23:47:22 +00:00
parent 1d62878c78
commit 9d1aa9c9ac
@@ -40,7 +40,7 @@ extern "C" {
#endif
#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
#define DEVFS_BASE "ports/pc_serial"