Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/arch/i386/stand/lib pullup 1.5->1.6 (fvdl)
details: https://anonhg.NetBSD.org/src/rev/27b02d8f4d7a
branches: netbsd-1-4
changeset: 468612:27b02d8f4d7a
user: perry <perry%NetBSD.org@localhost>
date: Sun May 02 21:38:30 1999 +0000
description:
pullup 1.5->1.6 (fvdl)
diffstat:
sys/arch/i386/stand/lib/biosdisk_ll.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r f1a7d756ea13 -r 27b02d8f4d7a sys/arch/i386/stand/lib/biosdisk_ll.h
--- a/sys/arch/i386/stand/lib/biosdisk_ll.h Sun May 02 21:35:11 1999 +0000
+++ b/sys/arch/i386/stand/lib/biosdisk_ll.h Sun May 02 21:38:30 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: biosdisk_ll.h,v 1.5 1999/03/12 01:01:42 fvdl Exp $ */
+/* $NetBSD: biosdisk_ll.h,v 1.5.2.1 1999/05/02 21:38:30 perry Exp $ */
/*
* Copyright (c) 1996
@@ -48,6 +48,7 @@
int dev; /* BIOS device number */
int sec, head, cyl; /* geometry */
int flags; /* see below */
+ int chs_sectors; /* # of sectors addressable by CHS */
};
#define BIOSDISK_EXT13 1 /* BIOS supports int13 extension */
Home |
Main Index |
Thread Index |
Old Index