Backout accidental commit (branch/ticket mismatch)
This commit is contained in:
parent
2e5361aff4
commit
cb81130d74
|
@ -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.
|
* Copyright (c) 2000 The NetBSD Foundation, Inc.
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#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/param.h>
|
||||||
#include <sys/systm.h>
|
#include <sys/systm.h>
|
||||||
|
@ -55,7 +55,7 @@ static const struct mainbus_attach_args luna2_devs[] = {
|
||||||
{ "lcd", 0x4d000000, -1 }, /* Sharp LM16X212 LCD module */
|
{ "lcd", 0x4d000000, -1 }, /* Sharp LM16X212 LCD module */
|
||||||
{ "le", 0xf1000000, 3 }, /* Am7990 */
|
{ "le", 0xf1000000, 3 }, /* Am7990 */
|
||||||
{ "sio", 0x51000000, 6 }, /* uPD7201A */
|
{ "sio", 0x51000000, 6 }, /* uPD7201A */
|
||||||
{ "xpbus", 0x71000000, -1 }, /* HD647180XP */
|
{ "xp", 0x71000000, 1 }, /* HD647180XP */
|
||||||
{ "fb", 0xc1100000, -1 }, /* BrookTree RAMDAC */
|
{ "fb", 0xc1100000, -1 }, /* BrookTree RAMDAC */
|
||||||
{ "spc", 0xe1000000, 2 }, /* internal MB89352 */
|
{ "spc", 0xe1000000, 2 }, /* internal MB89352 */
|
||||||
{ "spc", 0xe1000040, 2 }, /* external MB89352 */
|
{ "spc", 0xe1000040, 2 }, /* external MB89352 */
|
||||||
|
|
Loading…
Reference in New Issue