diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 1997-04-18 06:54:44 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 1997-04-18 06:54:44 +0000 |
commit | ec0b529dc4ee0faa2e7d18e5378077000b5cb1b5 (patch) | |
tree | 021ffdd11d9d6a1a32ab915813a50261264ca618 /sys/arch/i386/stand/libsa/biosdev.h | |
parent | 45bdba0303bced35cd48a4d868be40dc100988b7 (diff) |
Clean up error handling a little. There is a small
problem with marginal disks. This code does not
like them at all. I'm too frazzled right now to
figure this out. This should give better error
messages...
Diffstat (limited to 'sys/arch/i386/stand/libsa/biosdev.h')
-rw-r--r-- | sys/arch/i386/stand/libsa/biosdev.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/libsa/biosdev.h b/sys/arch/i386/stand/libsa/biosdev.h index 198003f118a..c20004f32d8 100644 --- a/sys/arch/i386/stand/libsa/biosdev.h +++ b/sys/arch/i386/stand/libsa/biosdev.h @@ -1,4 +1,4 @@ -/* $OpenBSD: biosdev.h,v 1.4 1997/04/09 08:39:17 mickey Exp $ */ +/* $OpenBSD: biosdev.h,v 1.5 1997/04/18 06:54:42 weingart Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -50,6 +50,7 @@ int biosioctl __P((struct open_file *, u_long, void *)); /* biosdisk.S */ u_int16_t biosdinfo __P((int dev)); +int biosdreset __P((void)); int biosread __P((int dev, int cyl, int hd, int sect, int nsect, void *)); int bioswrite __P((int dev, int cyl, int hd, int sect, int nsect, void *)); |