NDDB made a re-appearance....

This commit is contained in:
glass 1993-04-15 07:11:01 +00:00
parent e42c6edf94
commit 6eb0490333
5 changed files with 23 additions and 17 deletions

View File

@ -31,11 +31,11 @@
#include "scsi/scsi_all.h" #include "scsi/scsi_all.h"
#include "scsi/scsiconf.h" #include "scsi/scsiconf.h"
#ifdef NDDB #ifdef DDB
int Debugger(); int Debugger();
#else NDDB #else DDB
#define Debugger() panic("should call debugger here (adaptec.c)") #define Debugger() panic("should call debugger here (adaptec.c)")
#endif NDDB #endif DDB
typedef unsigned long int physaddr; typedef unsigned long int physaddr;

View File

@ -16,7 +16,10 @@
/* /*
* HISTORY * HISTORY
* $Log: aha1542.c,v $ * $Log: aha1542.c,v $
* Revision 1.4 1993/04/12 08:17:23 deraadt * Revision 1.5 1993/04/15 07:11:01 glass
* NDDB made a re-appearance....
*
* Revision 1.4 1993/04/12 08:17:23 deraadt
* new scsi subsystem. * new scsi subsystem.
* changes also in config/mkioconf.c & sys/scsi/* * changes also in config/mkioconf.c & sys/scsi/*
* *
@ -91,11 +94,11 @@
#include "scsi/scsiconf.h" #include "scsi/scsiconf.h"
#ifdef NDDB #ifdef DDB
int Debugger(); int Debugger();
#else NDDB #else DDB
#define Debugger() panic("should call debugger here (adaptec.c)") #define Debugger() panic("should call debugger here (adaptec.c)")
#endif NDDB #endif DDB
extern int delaycount; /* from clock setup code */ extern int delaycount; /* from clock setup code */

View File

@ -31,11 +31,11 @@
#include "scsi/scsi_all.h" #include "scsi/scsi_all.h"
#include "scsi/scsiconf.h" #include "scsi/scsiconf.h"
#ifdef NDDB #ifdef DDB
int Debugger(); int Debugger();
#else NDDB #else DDB
#define Debugger() panic("should call debugger here (adaptec.c)") #define Debugger() panic("should call debugger here (adaptec.c)")
#endif NDDB #endif DDB
typedef unsigned long int physaddr; typedef unsigned long int physaddr;

View File

@ -31,11 +31,11 @@
#include "scsi/scsi_all.h" #include "scsi/scsi_all.h"
#include "scsi/scsiconf.h" #include "scsi/scsiconf.h"
#ifdef NDDB #ifdef DDB
int Debugger(); int Debugger();
#else NDDB #else DDB
#define Debugger() panic("should call debugger here (adaptec.c)") #define Debugger() panic("should call debugger here (adaptec.c)")
#endif NDDB #endif DDB
typedef unsigned long int physaddr; typedef unsigned long int physaddr;

View File

@ -16,7 +16,10 @@
/* /*
* HISTORY * HISTORY
* $Log: aha1542.c,v $ * $Log: aha1542.c,v $
* Revision 1.4 1993/04/12 08:17:23 deraadt * Revision 1.5 1993/04/15 07:11:01 glass
* NDDB made a re-appearance....
*
* Revision 1.4 1993/04/12 08:17:23 deraadt
* new scsi subsystem. * new scsi subsystem.
* changes also in config/mkioconf.c & sys/scsi/* * changes also in config/mkioconf.c & sys/scsi/*
* *
@ -91,11 +94,11 @@
#include "scsi/scsiconf.h" #include "scsi/scsiconf.h"
#ifdef NDDB #ifdef DDB
int Debugger(); int Debugger();
#else NDDB #else DDB
#define Debugger() panic("should call debugger here (adaptec.c)") #define Debugger() panic("should call debugger here (adaptec.c)")
#endif NDDB #endif DDB
extern int delaycount; /* from clock setup code */ extern int delaycount; /* from clock setup code */