Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
src: rename the cobalt panel to ledpanel to avoid conflict with ...
details: https://anonhg.NetBSD.org/src/rev/7915b9ca7526
branches: trunk
changeset: 317983:7915b9ca7526
user: christos <christos%NetBSD.org@localhost>
date: Mon Apr 09 19:05:26 2018 +0000
description:
rename the cobalt panel to ledpanel to avoid conflict with fdt.
diffstat:
sys/arch/cobalt/conf/GENERIC | 6 +++---
sys/arch/cobalt/conf/INSTALL | 6 +++---
sys/arch/cobalt/conf/files.cobalt | 8 ++++----
3 files changed, 10 insertions(+), 10 deletions(-)
diffs (76 lines):
diff -r 1066494eda03 -r 7915b9ca7526 sys/arch/cobalt/conf/GENERIC
--- a/sys/arch/cobalt/conf/GENERIC Mon Apr 09 17:46:56 2018 +0000
+++ b/sys/arch/cobalt/conf/GENERIC Mon Apr 09 19:05:26 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.156 2018/01/23 14:47:54 sevan Exp $
+# $NetBSD: GENERIC,v 1.157 2018/04/09 19:05:26 christos Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.156 $"
+#ident "GENERIC-$Revision: 1.157 $"
maxusers 32
@@ -146,7 +146,7 @@
zstty0 at zsc0 channel 0
zstty1 at zsc0 channel 1
-panel0 at mainbus? addr 0x1f000000
+ledpanel0 at mainbus? addr 0x1f000000
gt0 at mainbus? addr 0x14000000
diff -r 1066494eda03 -r 7915b9ca7526 sys/arch/cobalt/conf/INSTALL
--- a/sys/arch/cobalt/conf/INSTALL Mon Apr 09 17:46:56 2018 +0000
+++ b/sys/arch/cobalt/conf/INSTALL Mon Apr 09 19:05:26 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.65 2018/01/23 14:47:54 sevan Exp $
+# $NetBSD: INSTALL,v 1.66 2018/04/09 19:05:26 christos Exp $
#
# INSTALL -- installation and rescue kernel.
#
@@ -10,7 +10,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "INSTALL-$Revision: 1.65 $"
+#ident "INSTALL-$Revision: 1.66 $"
makeoptions COPTS="-Os -mmemcpy"
makeoptions CPUFLAGS="-march=vr5000 -mabi=32"
@@ -135,7 +135,7 @@
zstty0 at zsc0 channel 0
#zstty1 at zsc0 channel 1
-panel0 at mainbus? addr 0x1f000000
+ledpanel0 at mainbus? addr 0x1f000000
gt0 at mainbus? addr 0x14000000
diff -r 1066494eda03 -r 7915b9ca7526 sys/arch/cobalt/conf/files.cobalt
--- a/sys/arch/cobalt/conf/files.cobalt Mon Apr 09 17:46:56 2018 +0000
+++ b/sys/arch/cobalt/conf/files.cobalt Mon Apr 09 19:05:26 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.cobalt,v 1.39 2018/01/20 13:56:09 skrll Exp $
+# $NetBSD: files.cobalt,v 1.40 2018/04/09 19:05:26 christos Exp $
maxpartitions 16
@@ -31,9 +31,9 @@
attach mcclock at mainbus
file arch/cobalt/dev/mcclock.c mcclock needs-flag
-device panel: hd44780
-attach panel at mainbus
-file arch/cobalt/dev/panel.c panel
+device ledpanel: hd44780
+attach ledpanel at mainbus
+file arch/cobalt/dev/panel.c ledpanel
device gt: pcibus
attach gt at mainbus
Home |
Main Index |
Thread Index |
Old Index