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 Backout accidental commit (branc...



details:   https://anonhg.NetBSD.org/src/rev/e219407d8c98
branches:  netbsd-9
changeset: 374340:e219407d8c98
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Apr 19 16:45:37 2023 +0000

description:
Backout accidental commit (branch/ticket mismatch)

diffstat:

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

diffs (27 lines):

diff -r 0253a030c750 -r e219407d8c98 sys/arch/luna68k/luna68k/mainbus.c
--- a/sys/arch/luna68k/luna68k/mainbus.c        Wed Apr 19 16:43:23 2023 +0000
+++ b/sys/arch/luna68k/luna68k/mainbus.c        Wed Apr 19 16:45:37 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mainbus.c,v 1.15.18.1 2023/04/19 16:43:23 martin Exp $ */
+/* $NetBSD: mainbus.c,v 1.15.18.2 2023/04/19 16:45:37 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.18.1 2023/04/19 16:43:23 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.15.18.2 2023/04/19 16:45:37 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 */
-       { "xpbus",  0x71000000, -1 },   /* HD647180XP */
+       { "xp",     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