From fce5c3c267c022e7ebc25e85403ff8b4a6bf24a4 Mon Sep 17 00:00:00 2001 From: Tobias Weingartner Date: Tue, 2 Sep 1997 22:42:27 +0000 Subject: Add "machine diskinfo" command. Needs work. --- sys/arch/i386/stand/libsa/biosdev.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch/i386/stand/libsa/biosdev.h') diff --git a/sys/arch/i386/stand/libsa/biosdev.h b/sys/arch/i386/stand/libsa/biosdev.h index 3305ae729a4..b0843581915 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.18 1997/08/13 14:24:01 niklas Exp $ */ +/* $OpenBSD: biosdev.h,v 1.19 1997/09/02 22:42:26 weingart Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -41,6 +41,8 @@ int biosstrategy __P((void *, int, daddr_t, size_t, void *, size_t *)); int biosopen __P((struct open_file *, ...)); int biosclose __P((struct open_file *)); int biosioctl __P((struct open_file *, u_long, void *)); +u_int16_t biosdinfo(int); + /* bioscons.c */ void pc_probe __P((struct consdev *)); -- cgit v1.2.3