From 63e26201a500f8d88680876924801dceece97a26 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Mon, 22 Dec 1997 04:39:23 +0000 Subject: fix debug drive printing --- sys/arch/i386/stand/libsa/diskprobe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/stand/libsa/diskprobe.c b/sys/arch/i386/stand/libsa/diskprobe.c index 83b8e901ce1..3342ff37b10 100644 --- a/sys/arch/i386/stand/libsa/diskprobe.c +++ b/sys/arch/i386/stand/libsa/diskprobe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diskprobe.c,v 1.12 1997/11/30 21:51:42 mickey Exp $ */ +/* $OpenBSD: diskprobe.c,v 1.13 1997/12/22 04:39:22 mickey Exp $ */ /* * Copyright (c) 1997 Tobias Weingartner @@ -108,7 +108,7 @@ hardprobe() if(bios_getdiskinfo(i, &dip->bios_info)) { #ifdef BIOS_DEBUG - printf(" ", i); + printf(" ", i&0x7f); #endif free(dip, 0); break; -- cgit v1.2.3