Fixed **probing for scsi devices** message to have a controller and unit
message on the begining of it: aha0: **probing for scsi devices**
This commit is contained in:
parent
745ac0af4a
commit
2ea3f75bd2
@ -15,7 +15,12 @@
|
||||
|
||||
/*
|
||||
* HISTORY
|
||||
* $Log: aha1542.c,v $
|
||||
* $Log: aha1742.c,v $
|
||||
* Revision 1.3 1993/07/29 11:55:34 nate
|
||||
* Syncing our sources back with Julian's, and removing PATCHKIT headers.
|
||||
*
|
||||
* Large Bustek changes, most everything else is minimal.
|
||||
*
|
||||
* Revision 1.2 1993/07/15 17:52:58 davidg
|
||||
* Modified attach printf's so that the output is compatible with the "new"
|
||||
* way of doing things. There still remain several drivers that need to
|
||||
@ -552,7 +557,7 @@ struct isa_dev *dev;
|
||||
|
||||
|
||||
#ifdef __386BSD__
|
||||
printf("**probing for scsi devices**\n");
|
||||
printf("ahb%d: **probing for scsi devices**\n", unit);
|
||||
#endif __386BSD__
|
||||
|
||||
/***********************************************\
|
||||
|
@ -21,6 +21,11 @@
|
||||
/*
|
||||
* HISTORY
|
||||
* $Log: aha1542.c,v $
|
||||
* Revision 1.3 1993/07/29 11:55:31 nate
|
||||
* Syncing our sources back with Julian's, and removing PATCHKIT headers.
|
||||
*
|
||||
* Large Bustek changes, most everything else is minimal.
|
||||
*
|
||||
* Revision 1.2 1993/07/15 17:52:58 davidg
|
||||
* Modified attach printf's so that the output is compatible with the "new"
|
||||
* way of doing things. There still remain several drivers that need to
|
||||
@ -650,7 +655,7 @@ struct isa_dev *dev;
|
||||
int unit = dev->dev_unit;
|
||||
|
||||
#ifdef __386BSD__
|
||||
printf("**probing for scsi devices**\n");
|
||||
printf("aha%d: **probing for scsi devices**\n", unit);
|
||||
#endif __386BSD__
|
||||
/***********************************************\
|
||||
* ask the adapter what subunits are present *
|
||||
|
@ -15,7 +15,12 @@
|
||||
|
||||
/*
|
||||
* HISTORY
|
||||
* $Log: aha1542.c,v $
|
||||
* $Log: aha1742.c,v $
|
||||
* Revision 1.3 1993/07/29 11:55:34 nate
|
||||
* Syncing our sources back with Julian's, and removing PATCHKIT headers.
|
||||
*
|
||||
* Large Bustek changes, most everything else is minimal.
|
||||
*
|
||||
* Revision 1.2 1993/07/15 17:52:58 davidg
|
||||
* Modified attach printf's so that the output is compatible with the "new"
|
||||
* way of doing things. There still remain several drivers that need to
|
||||
@ -552,7 +557,7 @@ struct isa_dev *dev;
|
||||
|
||||
|
||||
#ifdef __386BSD__
|
||||
printf("**probing for scsi devices**\n");
|
||||
printf("ahb%d: **probing for scsi devices**\n", unit);
|
||||
#endif __386BSD__
|
||||
|
||||
/***********************************************\
|
||||
|
@ -18,6 +18,11 @@
|
||||
/*
|
||||
* HISTORY
|
||||
* $Log: bt742a.c,v $
|
||||
* Revision 1.2 1993/07/29 11:55:35 nate
|
||||
* Syncing our sources back with Julian's, and removing PATCHKIT headers.
|
||||
*
|
||||
* Large Bustek changes, most everything else is minimal.
|
||||
*
|
||||
* Revision 1.1.1.1 1993/06/12 14:57:58 rgrimes
|
||||
* Initial import, 0.1 + pk 0.2.4-B1
|
||||
*
|
||||
@ -679,7 +684,7 @@ struct isa_dev *dev;
|
||||
|
||||
|
||||
#ifdef __386BSD__
|
||||
printf(" probing for scsi devices**\n");
|
||||
printf("bt%d: **probing for scsi devices**\n", unit);
|
||||
#endif __386BSD__
|
||||
|
||||
/***********************************************\
|
||||
|
@ -20,7 +20,12 @@
|
||||
|
||||
/*
|
||||
* HISTORY
|
||||
* $Log: ultra14f.c,v $
|
||||
* $Log: ultra14f.c,v $
|
||||
* Revision 1.3 1993/07/29 11:55:37 nate
|
||||
* Syncing our sources back with Julian's, and removing PATCHKIT headers.
|
||||
*
|
||||
* Large Bustek changes, most everything else is minimal.
|
||||
*
|
||||
*
|
||||
* Revision 1.1 93/05/07 11:37:24 julian
|
||||
* fix SLEEPTIME calculation.
|
||||
@ -453,7 +458,7 @@ struct isa_dev *dev;
|
||||
|
||||
|
||||
#ifdef __386BSD__
|
||||
printf(" probing for scsi devices**\n");
|
||||
printf("uha%d: **probing for scsi devices**\n", unit);
|
||||
#endif __386BSD__
|
||||
|
||||
/***********************************************\
|
||||
|
Loading…
x
Reference in New Issue
Block a user