diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-09-11 17:39:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-09-11 17:39:36 +0000 |
commit | ecd42c89177afb4c4aa0d1cd3cd759bbb8f3f5bf (patch) | |
tree | 8341c58ff91832d3c961fa2310ada8f8f7038390 /sys/arch/i386/stand/boot | |
parent | c9446e7902324e979f99db1ea5a9e09450681e8a (diff) |
handle case where bios EDD support only supports a subset; from fgsch,
ok toby, and now tested for lots of machines
Diffstat (limited to 'sys/arch/i386/stand/boot')
-rw-r--r-- | sys/arch/i386/stand/boot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/conf.c b/sys/arch/i386/stand/boot/conf.c index 757eec8771b..4a9116aa3ea 100644 --- a/sys/arch/i386/stand/boot/conf.c +++ b/sys/arch/i386/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.23 2003/06/03 20:22:11 mickey Exp $ */ +/* $OpenBSD: conf.c,v 1.24 2003/09/11 17:39:33 deraadt Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -42,7 +42,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "2.01"; +const char version[] = "2.02"; int debug = 1; |