Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/ibm4xx/openbios - Document IBM/AMCC Walnut ...



details:   https://anonhg.NetBSD.org/src/rev/6ef4aa0f5a23
branches:  trunk
changeset: 954136:6ef4aa0f5a23
user:      rin <rin%NetBSD.org@localhost>
date:      Tue Mar 30 01:50:13 2021 +0000

description:
- Document IBM/AMCC Walnut is supported by this file.
- Misc style fixes.

diffstat:

 sys/arch/powerpc/ibm4xx/openbios/openbios.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (42 lines):

diff -r 4f0c85c24d7d -r 6ef4aa0f5a23 sys/arch/powerpc/ibm4xx/openbios/openbios.c
--- a/sys/arch/powerpc/ibm4xx/openbios/openbios.c       Tue Mar 30 01:47:44 2021 +0000
+++ b/sys/arch/powerpc/ibm4xx/openbios/openbios.c       Tue Mar 30 01:50:13 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: openbios.c,v 1.6 2021/03/30 01:47:45 rin Exp $ */
+/*     $NetBSD: openbios.c,v 1.7 2021/03/30 01:50:13 rin Exp $ */
 
 /*
  * Copyright (c) 2004 Shigeyuki Fukushima.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: openbios.c,v 1.6 2021/03/30 01:47:45 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: openbios.c,v 1.7 2021/03/30 01:50:13 rin Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -44,6 +44,7 @@
  * Board configuration structure from the OpenBIOS.
  *
  * Supported (XXX):
+ *    IBM/AMCC Walnut PowerPC 405GP Evaluation Board
  *    405GPr 1.2 ROM Monitor (5/25/02)
  */
 struct board_bios_data {
@@ -73,6 +74,7 @@
 unsigned int
 openbios_board_memsize_get(void)
 {
+
        return board_bios.mem_size;
 }
 
@@ -142,7 +144,6 @@
        prop_object_release(pn);
 }
 
-
 void
 openbios_board_print(void)
 {



Home | Main Index | Thread Index | Old Index