Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpc/stand/hpcboot All Jornada 7xx machines have the...
details: https://anonhg.NetBSD.org/src/rev/305a0b1b9a09
branches: trunk
changeset: 574401:305a0b1b9a09
user: uwe <uwe%NetBSD.org@localhost>
date: Sun Feb 27 18:35:08 2005 +0000
description:
All Jornada 7xx machines have the framebuffer at the same address, so
just use a single wildcard entry for them. Should fix the bug, that
7xx machines could be booted only using "Japanese" entry (b/c it was
the only one with the framebuffer info).
diffstat:
sys/arch/hpc/stand/hpcboot/machine_config.cpp | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 4366b7868a3a -r 305a0b1b9a09 sys/arch/hpc/stand/hpcboot/machine_config.cpp
--- a/sys/arch/hpc/stand/hpcboot/machine_config.cpp Sun Feb 27 18:29:43 2005 +0000
+++ b/sys/arch/hpc/stand/hpcboot/machine_config.cpp Sun Feb 27 18:35:08 2005 +0000
@@ -1,4 +1,4 @@
-/* -*-C++-*- $NetBSD: machine_config.cpp,v 1.10 2004/08/13 15:48:51 uch Exp $ */
+/* -*-C++-*- $NetBSD: machine_config.cpp,v 1.11 2005/02/27 18:35:08 uwe Exp $ */
/*-
* Copyright (c) 2001, 2002, 2004 The NetBSD Foundation, Inc.
@@ -123,8 +123,7 @@
{ PLATID_CPU_ARM_STRONGARM_SA1100 , PLATID_MACH_HP_JORNADA_820 , 8, 640, 480, 0, 0x00000000 },
{ PLATID_CPU_ARM_STRONGARM_SA1100 , PLATID_MACH_HP_JORNADA_820JP , 8, 640, 480, 0, 0x00000000 },
// SA-1110
- { PLATID_CPU_ARM_STRONGARM_SA1110 , PLATID_MACH_HP_JORNADA_720 , 16, 640, 240, 0, 0x00000000 },
- { PLATID_CPU_ARM_STRONGARM_SA1110 , PLATID_MACH_HP_JORNADA_720JP , 16, 640, 240, 1280, 0x48200000 },
+ { PLATID_CPU_ARM_STRONGARM_SA1110 , PLATID_MACH_HP_JORNADA_7XX , 16, 640, 240, 1280, 0x48200000 },
{ PLATID_CPU_ARM_STRONGARM_SA1110 , PLATID_MACH_COMPAQ_IPAQ_H3600 , 16, 240, 320, 0, 0x00000000 },
#endif // ARM
{ 0, 0, 0, 0, 0, 0, 0 } // TERMINATOR
Home |
Main Index |
Thread Index |
Old Index