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:
Rodney W. Grimes 1993-08-06 11:59:06 +00:00
parent 745ac0af4a
commit 2ea3f75bd2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244
5 changed files with 33 additions and 8 deletions

View File

@ -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__
/***********************************************\

View File

@ -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 *

View File

@ -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__
/***********************************************\

View File

@ -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__
/***********************************************\

View File

@ -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__
/***********************************************\