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 Remove obsolete BOOTINFO_FB_* workaround.



details:   https://anonhg.NetBSD.org/src/rev/57b9c6d6c455
branches:  trunk
changeset: 511629:57b9c6d6c455
user:      toshii <toshii%NetBSD.org@localhost>
date:      Sat Jun 23 09:25:17 2001 +0000

description:
Remove obsolete BOOTINFO_FB_* workaround.

diffstat:

 sys/arch/hpcarm/conf/JORNADA720 |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r ffa33678735e -r 57b9c6d6c455 sys/arch/hpcarm/conf/JORNADA720
--- a/sys/arch/hpcarm/conf/JORNADA720   Sat Jun 23 09:20:05 2001 +0000
+++ b/sys/arch/hpcarm/conf/JORNADA720   Sat Jun 23 09:25:17 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: JORNADA720,v 1.6 2001/06/01 14:08:35 toshii Exp $
+#      $NetBSD: JORNADA720,v 1.7 2001/06/23 09:25:17 toshii Exp $
 #
 #      JORNADA -- Windows-CE based jornada 720
 #
 
 include        "arch/hpcarm/conf/std.hpcarm"
 
-#ident                 "GENERIC-$Revision: 1.6 $"
+#ident                 "GENERIC-$Revision: 1.7 $"
 
 # estimated number of users
 maxusers       32
@@ -187,12 +187,6 @@
 #lpt*    at pioc? offset 0x0378 irq -1
 #lpt*    at pioc? offset 0x03bc irq -1
 
-# XXX workaround broken bootinfo
-options        BOOTINFO_FB_LINE_BYTES=0x500
-options        BOOTINFO_FB_WIDTH=640
-options        BOOTINFO_FB_HEIGHT=240
-options        BOOTINFO_FB_TYPE=5
-
 # physical console
 sed0           at saip?
 hpcfb*         at sed?



Home | Main Index | Thread Index | Old Index