summaryrefslogtreecommitdiffstats
path: root/sys/i386/eisa
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-08-06 11:59:06 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-08-06 11:59:06 +0000
commitbed38c22db4a32680ee29f5bbfb526718ebfea6b (patch)
treef1f16cb06d91a4f304b6e4109a73e80e1c0f3cf1 /sys/i386/eisa
parent8f47a12f8cbac19ff275276fa9c8d02dabb6c8da (diff)
downloadFreeBSD-src-bed38c22db4a32680ee29f5bbfb526718ebfea6b.zip
FreeBSD-src-bed38c22db4a32680ee29f5bbfb526718ebfea6b.tar.gz
Fixed **probing for scsi devices** message to have a controller and unit
message on the begining of it: aha0: **probing for scsi devices**
Diffstat (limited to 'sys/i386/eisa')
-rw-r--r--sys/i386/eisa/aha1742.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/i386/eisa/aha1742.c b/sys/i386/eisa/aha1742.c
index 2664681..468a6bc 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__
/***********************************************\
OpenPOWER on IntegriCloud