Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257800
b: refs/heads/master
c: 2ba51ea
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven authored and James Bottomley committed Jun 29, 2011
1 parent a859f20 commit ca0d301
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0cb8cd76aa6fc759de3b59f4dd5ab5ed6c3a1149
refs/heads/master: 2ba51ea28ba54ea8808ba7dfd694f1dd37e8b7c7
8 changes: 6 additions & 2 deletions trunk/drivers/scsi/sun3_scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
#include <asm/idprom.h>
#include <asm/machines.h>

#define NDEBUG 0

#define NDEBUG_ABORT 0x00100000
#define NDEBUG_TAGS 0x00200000
#define NDEBUG_MERGING 0x00400000

/* dma on! */
#define REAL_DMA

Expand All @@ -86,8 +92,6 @@ static void NCR5380_print(struct Scsi_Host *instance);
/*#define RESET_BOOT */
#define DRIVER_SETUP

#define NDEBUG 0

/*
* BUG can be used to trigger a strange code-size related hang on 2.1 kernels
*/
Expand Down
8 changes: 6 additions & 2 deletions trunk/drivers/scsi/sun3_scsi_vme.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
/* dma on! */
#define REAL_DMA

#define NDEBUG 0

#define NDEBUG_ABORT 0x00100000
#define NDEBUG_TAGS 0x00200000
#define NDEBUG_MERGING 0x00400000

#include "scsi.h"
#include "initio.h"
#include <scsi/scsi_host.h>
Expand All @@ -50,8 +56,6 @@ extern int sun3_map_test(unsigned long, char *);
/*#define RESET_BOOT */
#define DRIVER_SETUP

#define NDEBUG 0

/*
* BUG can be used to trigger a strange code-size related hang on 2.1 kernels
*/
Expand Down

0 comments on commit ca0d301

Please sign in to comment.