Source-Changes-HG archive

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

[src/netbsd-9]: src/sys/arch/luna68k/luna68k Pull up following revision(s) (r...



details:   https://anonhg.NetBSD.org/src/rev/0253a030c750
branches:  netbsd-9
changeset: 374339:0253a030c750
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Apr 19 16:43:23 2023 +0000

description:
Pull up following revision(s) (requested by tsutsui in ticket #1627):

        sys/arch/luna68k/luna68k/mainbus.c: revision 1.20

Fix device name for xpbus at mainbus for LUNA-II, missed on psgpam merge.

Fortunately harmless because xpbus_match() doesn't check ma_name in
mainbus_attach_args.

diffstat:

 sys/arch/luna68k/luna68k/mainbus.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e3f05ad9efc9 -r 0253a030c750 sys/arch/luna68k/luna68k/mainbus.c
--- a/sys/arch/luna68k/luna68k/mainbus.c        Sat Apr 01 16:28:55 2023 +0000
+++ b/sys/arch/luna68k/luna68k/mainbus.c        Wed Apr 19 16:43:23 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mainbus.c,v 1.15 2017/03/09 14:05:59 tsutsui Exp $ */
+/* $NetBSD: mainbus.c,v 1.15.18.1 2023/04/19 16:43:23 martin Exp $ */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.15 2017/03/09 14:05:59 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.15.18.1 2023/04/19 16:43:23 martin Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -55,7 +55,7 @@ static const struct mainbus_attach_args 
        { "lcd",    0x4d000000, -1 },   /* Sharp LM16X212 LCD module */
        { "le",     0xf1000000, 3 },    /* Am7990 */
        { "sio",    0x51000000, 6 },    /* uPD7201A */
-       { "xp",     0x71000000, 1 },    /* HD647180XP */
+       { "xpbus",  0x71000000, -1 },   /* HD647180XP */
        { "fb",     0xc1100000, -1 },   /* BrookTree RAMDAC */
        { "spc",    0xe1000000, 2 },    /* internal MB89352 */
        { "spc",    0xe1000040, 2 },    /* external MB89352 */



Home | Main Index | Thread Index | Old Index