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/boot_ufs Clean up.



details:   https://anonhg.NetBSD.org/src/rev/2c80231b9a46
branches:  trunk
changeset: 467122:2c80231b9a46
user:      isaki <isaki%NetBSD.org@localhost>
date:      Tue Jan 14 04:00:41 2020 +0000

description:
Clean up.
- B_KEYINP is no longer called from C.
- B_COLOR is no longer used.

diffstat:

 sys/arch/x68k/stand/boot_ufs/boot.S     |  6 +-----
 sys/arch/x68k/stand/boot_ufs/boot_ufs.h |  4 +---
 2 files changed, 2 insertions(+), 8 deletions(-)

diffs (43 lines):

diff -r cd9674767c4f -r 2c80231b9a46 sys/arch/x68k/stand/boot_ufs/boot.S
--- a/sys/arch/x68k/stand/boot_ufs/boot.S       Tue Jan 14 03:48:10 2020 +0000
+++ b/sys/arch/x68k/stand/boot_ufs/boot.S       Tue Jan 14 04:00:41 2020 +0000
@@ -2,7 +2,7 @@
 | author: chapuni(webmaster%chapuni.com@localhost)
 |         ITOH Yasufumi
 |
-| $NetBSD: boot.S,v 1.11 2020/01/13 03:34:05 isaki Exp $
+| $NetBSD: boot.S,v 1.12 2020/01/14 04:00:41 isaki Exp $
 
 #include <machine/asm.h>
 #include "iocscall.h"
@@ -451,10 +451,6 @@
 read_half:     BOOT_ERROR("read half of block")
 
 
-ENTRY_NOPROFILE(B_KEYINP)
-               IOCS(__B_KEYINP)
-               rts
-
 ENTRY_NOPROFILE(B_PUTC)
                movel   %sp@(4),%d1
                IOCS(__B_PUTC)
diff -r cd9674767c4f -r 2c80231b9a46 sys/arch/x68k/stand/boot_ufs/boot_ufs.h
--- a/sys/arch/x68k/stand/boot_ufs/boot_ufs.h   Tue Jan 14 03:48:10 2020 +0000
+++ b/sys/arch/x68k/stand/boot_ufs/boot_ufs.h   Tue Jan 14 04:00:41 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: boot_ufs.h,v 1.5 2009/03/14 14:46:07 dsl Exp $ */
+/*     $NetBSD: boot_ufs.h,v 1.6 2020/01/14 04:00:41 isaki Exp $       */
 
 /***************************************************************
  *
@@ -14,10 +14,8 @@
 #ifdef SCSI_ADHOC_BOOTPART
 void RAW_READ0(void *buf, u_int32_t blkpos, size_t bytelen);
 #endif
-unsigned B_KEYINP(void);
 void B_PUTC(unsigned int c);
 void B_PRINT(const char *p);
-unsigned B_COLOR(unsigned int w);
 
 extern unsigned ID;            /* target SCSI ID */
 extern unsigned BOOT_INFO;     /* result of IOCS(__BOOTINF) */



Home | Main Index | Thread Index | Old Index