summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-04-21 22:14:43 +0000
committerwollman <wollman@FreeBSD.org>1994-04-21 22:14:43 +0000
commit17ab3af527a10374eb42d4a22109e18a16d8a96b (patch)
treee5538e3a5aa5d900e6f2023eb6e58840d6a86cd5
parentf5e01e04036050142fcdd4da008c21d0a3481aa7 (diff)
downloadFreeBSD-src-17ab3af527a10374eb42d4a22109e18a16d8a96b.zip
FreeBSD-src-17ab3af527a10374eb42d4a22109e18a16d8a96b.tar.gz
Tell the user that we didn't try to set the bus speed, in case they're
used to NetBSD or older versions of the code that did do it. Will document TUNE_1542 also.
-rw-r--r--sys/i386/isa/aha1542.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/aha1542.c b/sys/i386/isa/aha1542.c
index a1b9db1..9ab6128 100644
--- a/sys/i386/isa/aha1542.c
+++ b/sys/i386/isa/aha1542.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: aha1542.c,v 1.22 1994/03/20 00:29:58 wollman Exp $
+ * $Id: aha1542.c,v 1.23 1994/03/23 09:15:26 davidg Exp $
*/
/*
@@ -984,7 +984,7 @@ aha_init(unit)
return (EIO);
}
#else
- printf ("\n");
+ printf (" (bus speed defaulted)\n");
#endif /*TUNE_1542*/
/*
* Initialize mail box
OpenPOWER on IntegriCloud