diff options
Diffstat (limited to 'sys/arch/i386/stand/libsa/machdep.c')
-rw-r--r-- | sys/arch/i386/stand/libsa/machdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/libsa/machdep.c b/sys/arch/i386/stand/libsa/machdep.c index c5b5bed28be..14ee4567561 100644 --- a/sys/arch/i386/stand/libsa/machdep.c +++ b/sys/arch/i386/stand/libsa/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.17 1997/10/12 21:14:23 mickey Exp $ */ +/* $OpenBSD: machdep.c,v 1.18 1997/10/17 15:03:27 weingart Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -143,6 +143,7 @@ machdep() cninit(); CKPT('3'); #ifndef _TEST memprobe(); CKPT('4'); + diskprobe(); CKPT('6'); #endif if ((BIOS_vars.bios_apm_detail = apm_check())) { |