Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/arch/i386/stand/biosboot Pull up versions 1.13-1.14...



details:   https://anonhg.NetBSD.org/src/rev/0ae2b83f472a
branches:  netbsd-1-6
changeset: 529900:0ae2b83f472a
user:      jmc <jmc%NetBSD.org@localhost>
date:      Sun Jan 12 00:23:56 2003 +0000

description:
Pull up versions 1.13-1.14 (requested by jdolecek in ticket #1067)
 If booting from floppy in 2.88MB drive, actually test if it's possible
 to read sector 18, and fallback to 1.44MB drive geometry if that fails.
 This allows to boot from 1.44MB floppy disk in 2.88MB drive.
 Tested with 2.88MB drive in IBM PS/2 model 95 donated
 by 'Yokotashi' <lhc at kanal ucw cz> and Pavel Cahyna
 <pavel.cahyna at st ms mff cuni cz>
 Bump biosboot version.

 Fixes PR kern/3418 by Keith Moore.

diffstat:

 sys/arch/i386/stand/biosboot/version |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 86049f421f66 -r 0ae2b83f472a sys/arch/i386/stand/biosboot/version
--- a/sys/arch/i386/stand/biosboot/version      Sun Jan 12 00:23:38 2003 +0000
+++ b/sys/arch/i386/stand/biosboot/version      Sun Jan 12 00:23:56 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.13 2001/11/09 19:53:13 scw Exp $
+$NetBSD: version,v 1.13.12.1 2003/01/12 00:23:56 jmc Exp $
 
 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.  The format of this
 file is important - make sure the entries are appended on end, last item
@@ -21,3 +21,4 @@
 2.10:  g/c COMPAT_OLDBOOT
 2.11:  loadfile() update:  ELF symbols no longer need backward seeks.
 2.12:  loadfile() update to avoid backwards seeks for ELF Program Headers.
+2.13:  Support boot from 1.44MB floppies in 2.88MB floppy drives.



Home | Main Index | Thread Index | Old Index