Accidentally enabled debug in the latest commit.
The driver is fully working. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7165 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
* Stefano Ceccherini <[email protected]>. All rights reserved.
|
* Stefano Ceccherini <[email protected]>. All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define DEBUG 1
|
|
||||||
#include "device.h"
|
#include "device.h"
|
||||||
#include "driver.h"
|
#include "driver.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
@@ -267,6 +266,7 @@ wb_tick(timer *arg)
|
|||||||
return B_OK;
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/***************** Interrupt handling ******************************/
|
/***************** Interrupt handling ******************************/
|
||||||
static status_t
|
static status_t
|
||||||
wb_rxok(struct wb_device *device)
|
wb_rxok(struct wb_device *device)
|
||||||
|
|||||||
Reference in New Issue
Block a user