|
@@ -39,6 +39,12 @@
|
|
/* dma on! */
|
|
/* dma on! */
|
|
#define REAL_DMA
|
|
#define REAL_DMA
|
|
|
|
|
|
|
|
+#define NDEBUG 0
|
|
|
|
+
|
|
|
|
+#define NDEBUG_ABORT 0x00100000
|
|
|
|
+#define NDEBUG_TAGS 0x00200000
|
|
|
|
+#define NDEBUG_MERGING 0x00400000
|
|
|
|
+
|
|
#include "scsi.h"
|
|
#include "scsi.h"
|
|
#include "initio.h"
|
|
#include "initio.h"
|
|
#include <scsi/scsi_host.h>
|
|
#include <scsi/scsi_host.h>
|
|
@@ -50,8 +56,6 @@ extern int sun3_map_test(unsigned long, char *);
|
|
/*#define RESET_BOOT */
|
|
/*#define RESET_BOOT */
|
|
#define DRIVER_SETUP
|
|
#define DRIVER_SETUP
|
|
|
|
|
|
-#define NDEBUG 0
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* BUG can be used to trigger a strange code-size related hang on 2.1 kernels
|
|
* BUG can be used to trigger a strange code-size related hang on 2.1 kernels
|
|
*/
|
|
*/
|