Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcarm/conf ipaqlcd attach to ipaqbus



details:   https://anonhg.NetBSD.org/src/rev/f1acb52fae29
branches:  trunk
changeset: 512594:f1acb52fae29
user:      ichiro <ichiro%NetBSD.org@localhost>
date:      Tue Jul 10 18:10:46 2001 +0000

description:
ipaqlcd attach to ipaqbus

diffstat:

 sys/arch/hpcarm/conf/IPAQ         |  6 +++---
 sys/arch/hpcarm/conf/files.hpcarm |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r ae6dfb79140d -r f1acb52fae29 sys/arch/hpcarm/conf/IPAQ
--- a/sys/arch/hpcarm/conf/IPAQ Tue Jul 10 18:09:31 2001 +0000
+++ b/sys/arch/hpcarm/conf/IPAQ Tue Jul 10 18:10:46 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: IPAQ,v 1.10 2001/07/10 16:34:08 ichiro Exp $
+#      $NetBSD: IPAQ,v 1.11 2001/07/10 18:10:46 ichiro Exp $
 #
 #      iPAQ H3600 -- Windows-CE based PDA
 #
@@ -138,8 +138,8 @@
 ipaqbus* at saip?
 
 # Internal LCD controller
-#salcd* at saip?
-#hpcfb* at salcd?
+#ipaqlcd* at ipaqbus?
+#hpcfb* at ipaqlcd?
 
 # PCMCIA bus support
 ipaqpcic*      at ipaqbus?
diff -r ae6dfb79140d -r f1acb52fae29 sys/arch/hpcarm/conf/files.hpcarm
--- a/sys/arch/hpcarm/conf/files.hpcarm Tue Jul 10 18:09:31 2001 +0000
+++ b/sys/arch/hpcarm/conf/files.hpcarm Tue Jul 10 18:10:46 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.hpcarm,v 1.21 2001/07/10 16:34:08 ichiro Exp $
+#      $NetBSD: files.hpcarm,v 1.22 2001/07/10 18:10:46 ichiro Exp $
 #
 # First try for arm-specific configuration info
 #
@@ -91,9 +91,9 @@
 include        "dev/hpc/files.hpctp"
 
 # LCD
-device salcd: hpcfbif
-attach salcd at saip
-file   arch/hpcarm/sa11x0/sa11x0_lcd.c         salcd
+device ipaqlcd: hpcfbif
+attach ipaqlcd at ipaqbus
+file   arch/hpcarm/dev/ipaq_lcd.c              ipaqlcd
 
 device sed: hpcfbif
 attach sed at saip



Home | Main Index | Thread Index | Old Index