NetBSD-Bugs archive

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

PR/38943 CVS commit: src/sys/arch/macppc/stand/ofwboot



The following reply was made to PR install/38943; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/38943 CVS commit: src/sys/arch/macppc/stand/ofwboot
Date: Wed, 28 Jan 2009 15:03:28 +0000 (UTC)

 Module Name:   src
 Committed By:  tsutsui
 Date:          Wed Jan 28 15:03:28 UTC 2009
 
 Modified Files:
        src/sys/arch/macppc/stand/ofwboot: boot.c boot.h ofdev.c ofdev.h
            version
 
 Log Message:
 - modify a pathname parse function to explicitly return devname and filename
 - check floppyboot properly per devname before loadfile(), not in devopen()
 - disable LOAD_NOTE on floppyboot to avoid backward seek
 - bump revision
 
 Tested floppy boot and IDE boot on Apus2000 with OpenFirmware 2.0.
 
 Fixes PR install/38943 on macppc.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.22 -r1.23 src/sys/arch/macppc/stand/ofwboot/boot.c
 cvs rdiff -r1.2 -r1.3 src/sys/arch/macppc/stand/ofwboot/boot.h
 cvs rdiff -r1.21 -r1.22 src/sys/arch/macppc/stand/ofwboot/ofdev.c
 cvs rdiff -r1.5 -r1.6 src/sys/arch/macppc/stand/ofwboot/ofdev.h
 cvs rdiff -r1.11 -r1.12 src/sys/arch/macppc/stand/ofwboot/version
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index