diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-04-09 08:39:43 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-04-09 08:39:43 +0000 |
commit | 3b627c3457e39f1d9441b7b18a512cacc4bb9590 (patch) | |
tree | 07ce482a2e95c706da0c3f93c74f0683fda93902 /sys/arch/i386/stand/libsa/biosdev.c | |
parent | ad40c3644a13f2dad4f4cf2dcb5a1c96dea57e58 (diff) |
emulate bios calls. more debugging stuff. some fixes.
Diffstat (limited to 'sys/arch/i386/stand/libsa/biosdev.c')
-rw-r--r-- | sys/arch/i386/stand/libsa/biosdev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/biosdev.c b/sys/arch/i386/stand/libsa/biosdev.c index a2b3983fbb5..3c40b8ef344 100644 --- a/sys/arch/i386/stand/libsa/biosdev.c +++ b/sys/arch/i386/stand/libsa/biosdev.c @@ -1,4 +1,4 @@ -/* $OpenBSD: biosdev.c,v 1.4 1997/04/08 22:48:27 mickey Exp $ */ +/* $OpenBSD: biosdev.c,v 1.5 1997/04/09 08:39:15 mickey Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -214,7 +214,7 @@ biosopen(struct open_file *f, ...) } /* BIOS disk errors translation table */ -static const struct bd_error { +const struct bd_error { u_int8_t bd_id; int unix_id; char *msg; |