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.8->1.9 (fvdl)
details: https://anonhg.NetBSD.org/src/rev/6ce13453b077
branches: netbsd-1-4
changeset: 468636:6ce13453b077
user: perry <perry%NetBSD.org@localhost>
date: Tue May 04 17:28:30 1999 +0000
description:
pullup 1.8->1.9 (fvdl)
diffstat:
sys/arch/i386/stand/lib/biosdisk_ll.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ead1f06970d2 -r 6ce13453b077 sys/arch/i386/stand/lib/biosdisk_ll.c
--- a/sys/arch/i386/stand/lib/biosdisk_ll.c Tue May 04 17:10:00 1999 +0000
+++ b/sys/arch/i386/stand/lib/biosdisk_ll.c Tue May 04 17:28:30 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: biosdisk_ll.c,v 1.7.2.1 1999/05/02 21:40:36 perry Exp $ */
+/* $NetBSD: biosdisk_ll.c,v 1.7.2.2 1999/05/04 17:28:30 perry Exp $ */
/*
* Copyright (c) 1996
@@ -120,7 +120,7 @@
int64_t sec;
} ext;
- if ((dblk + num) >= d->chs_sectors) {
+ if ((d->dev & 0x80) && (dblk + num) >= d->chs_sectors) {
if (!(d->flags & BIOSDISK_EXT13))
return -1;
ext.size = sizeof(ext);
Home |
Main Index |
Thread Index |
Old Index