diff options
| author | Warner Losh <imp@FreeBSD.org> | 1999-03-02 20:56:07 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1999-03-02 20:56:07 +0000 |
| commit | ec0211864c20a1e2f45c03f25809599064a462d5 (patch) | |
| tree | eaf8e8475688514da0dfc84ed89e1ba46fe60cfd /sys | |
| parent | 8b3bd4234181c846d8c9fdffeb32cc71faff84ad (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/aha/aha.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c index dcabdeaa71ad..20c42399d2ff 100644 --- a/sys/dev/aha/aha.c +++ b/sys/dev/aha/aha.c @@ -55,7 +55,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aha.c,v 1.18 1998/12/22 22:31:06 imp Exp $ + * $Id: aha.c,v 1.19 1999/01/20 06:21:26 imp Exp $ */ #include "pnp.h" @@ -379,8 +379,8 @@ aha_probe(struct aha_softc* aha) DELAY(10000); status = aha_inb(aha, GEOMETRY_REG); if (status != 0xff && status != 0x00) { - PRVERB(("%s: Geometry Register test failed\n", - aha_name(aha))); + PRVERB(("%s: Geometry Register test failed 0x%x\n", + aha_name(aha), status)); return (ENXIO); } } |
