diff --git a/sys/i386/eisa/aha1742.c b/sys/i386/eisa/aha1742.c index 26646817ba81..468a6bc08dd4 100644 --- a/sys/i386/eisa/aha1742.c +++ b/sys/i386/eisa/aha1742.c @@ -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__ /***********************************************\ diff --git a/sys/i386/isa/aha1542.c b/sys/i386/isa/aha1542.c index ca1e8d30d9d7..e8aed08c7462 100644 --- a/sys/i386/isa/aha1542.c +++ b/sys/i386/isa/aha1542.c @@ -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 * diff --git a/sys/i386/isa/aha1742.c b/sys/i386/isa/aha1742.c index 26646817ba81..468a6bc08dd4 100644 --- a/sys/i386/isa/aha1742.c +++ b/sys/i386/isa/aha1742.c @@ -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__ /***********************************************\ diff --git a/sys/i386/isa/bt742a.c b/sys/i386/isa/bt742a.c index 7d0756eff3bf..d428094911d9 100644 --- a/sys/i386/isa/bt742a.c +++ b/sys/i386/isa/bt742a.c @@ -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__ /***********************************************\ diff --git a/sys/i386/isa/ultra14f.c b/sys/i386/isa/ultra14f.c index eabe9c7848ef..dd8cd2c5962e 100644 --- a/sys/i386/isa/ultra14f.c +++ b/sys/i386/isa/ultra14f.c @@ -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__ /***********************************************\