summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2000-02-03 13:42:41 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2000-02-03 13:42:41 +0000
commit141c4302c0a1395ca30c941aaaea370029297862 (patch)
treee5891c03d36a3242f6d03876129e0700e7ac87a3 /sys
parent0b158a51430488fedd463309b81e4524e03e5e5c (diff)
remove extraneous spaces and tabs
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/include/biosvar.h16
1 files changed, 6 insertions, 10 deletions
diff --git a/sys/arch/i386/include/biosvar.h b/sys/arch/i386/include/biosvar.h
index 3e5ad2aa693..1348fcd5399 100644
--- a/sys/arch/i386/include/biosvar.h
+++ b/sys/arch/i386/include/biosvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: biosvar.h,v 1.31 1999/10/26 18:16:47 mickey Exp $ */
+/* $OpenBSD: biosvar.h,v 1.32 2000/02/03 13:42:40 mickey Exp $ */
/*
* Copyright (c) 1997-1999 Michael Shalayeff
@@ -60,22 +60,18 @@
#define BIOS_MAP_ACPI 0x03 /* ACPI Reclaim memory */
#define BIOS_MAP_NVS 0x04 /* ACPI NVS memory */
-/*
+/*
* CTL_BIOS definitions.
*/
#define BIOS_DEV 1 /* int: BIOS boot device */
#define BIOS_DISKINFO 2 /* struct: BIOS boot device info */
-#define BIOS_CNVMEM 3 /* int: amount of conventional memory */
-#define BIOS_EXTMEM 4 /* int: amount of extended memory */
-#define BIOS_CKSUMLEN 5 /* int: disk cksum block count */
-#define BIOS_MAXID 6 /* number of valid machdep ids */
+#define BIOS_CKSUMLEN 3 /* int: disk cksum block count */
+#define BIOS_MAXID 4 /* number of valid machdep ids */
#define CTL_BIOS_NAMES { \
{ 0, 0 }, \
{ "biosdev", CTLTYPE_INT }, \
{ "diskinfo", CTLTYPE_STRUCT }, \
- { "cnvmem", CTLTYPE_INT }, \
- { "extmem", CTLTYPE_INT }, \
{ "cksumlen", CTLTYPE_INT }, \
}
@@ -136,8 +132,8 @@ typedef struct _bios_apminfo {
#define BOOTARG_PCIINFO 4
typedef struct _bios_pciinfo {
/* PCI BIOS v2.0+ - Installation check values */
- u_int32_t pci_chars; /* Characteristics (%eax) */
- u_int32_t pci_rev; /* BCD Revision (%ebx) */
+ u_int32_t pci_chars; /* Characteristics (%eax) */
+ u_int32_t pci_rev; /* BCD Revision (%ebx) */
u_int32_t pci_entry32; /* PM entry point for PCI BIOS */
u_int32_t pci_lastbus; /* Number of last PCI bus */
} bios_pciinfo_t;