Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/dev 400-series machines only have DIO framebu...



details:   https://anonhg.NetBSD.org/src/rev/fc1f8259b4cb
branches:  trunk
changeset: 526553:fc1f8259b4cb
user:      gmcgarry <gmcgarry%NetBSD.org@localhost>
date:      Sun May 05 22:55:49 2002 +0000

description:
400-series machines only have DIO framebuffers.  From discussion
with Michael Lorenz and Bernd Sieker.

diffstat:

 sys/arch/hp300/dev/intio.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 87bf538fe8a2 -r fc1f8259b4cb sys/arch/hp300/dev/intio.c
--- a/sys/arch/hp300/dev/intio.c        Sun May 05 22:09:05 2002 +0000
+++ b/sys/arch/hp300/dev/intio.c        Sun May 05 22:55:49 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intio.c,v 1.10 2002/04/05 05:31:42 gmcgarry Exp $      */
+/*     $NetBSD: intio.c,v 1.11 2002/05/05 22:55:49 gmcgarry Exp $      */
 
 /*-
  * Copyright (c) 1996, 1998, 2001 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intio.c,v 1.10 2002/04/05 05:31:42 gmcgarry Exp $");                                                  
+__KERNEL_RCSID(0, "$NetBSD: intio.c,v 1.11 2002/05/05 22:55:49 gmcgarry Exp $");                                                  
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -77,7 +77,6 @@
        { "rtc",        0x020000,       -1},
        { "frodo",      0x01c000,       5},
        { "hil",        0x028000,       1},
-       { "fb",         0x160000,       -1},
 };
 #define nintio_4xx_builtins \
        (sizeof(intio_4xx_builtins) / sizeof(intio_4xx_builtins[0]))



Home | Main Index | Thread Index | Old Index