Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/stand Update and fix.



details:   https://anonhg.NetBSD.org/src/rev/1924688d6710
branches:  trunk
changeset: 937346:1924688d6710
user:      isaki <isaki%NetBSD.org@localhost>
date:      Sun Aug 16 07:25:51 2020 +0000

description:
Update and fix.
All primary bootloaders can recognize Human68k partition table.

diffstat:

 sys/arch/x68k/stand/README |  10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diffs (30 lines):

diff -r ba780a929990 -r 1924688d6710 sys/arch/x68k/stand/README
--- a/sys/arch/x68k/stand/README        Sun Aug 16 07:03:45 2020 +0000
+++ b/sys/arch/x68k/stand/README        Sun Aug 16 07:25:51 2020 +0000
@@ -1,13 +1,12 @@
-$NetBSD: README,v 1.2 2020/08/16 07:03:45 isaki Exp $
+$NetBSD: README,v 1.3 2020/08/16 07:25:51 isaki Exp $
 
 Primary bootloaders:
        boot_ufs/
                contains xxboot_ufs.
                It is placed in ffs's boot area and loads secondary bootloader
                from its filesystem (ffsv1/v2).
-               This historical primary bootloader uses custom ffs op functions
-               and can recognize Human68k partition table.
-               (See #ifdef SCSI_ADHOC_BOOTPART part for details)
+               This historical primary bootloader uses custom ffs op
+               functions.
 
        xxboot/
                contains following variants.
@@ -25,8 +24,7 @@
                        and loads secondary bootloader from its filesystem.
 
                These primary bootloaders use MI ffs/lfs op functions in
-               src/sys/lib/libsa. Currently these don't recognize Human68k
-               partition table.
+               src/sys/lib/libsa.
 
 Secondary bootloaders:
        boot/



Home | Main Index | Thread Index | Old Index