Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm26/vidc Make arcvideo_show_screen() into a no-op...



details:   https://anonhg.NetBSD.org/src/rev/2488611d0001
branches:  trunk
changeset: 511936:2488611d0001
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sat Jun 30 16:19:12 2001 +0000

description:
Make arcvideo_show_screen() into a no-op, since it gets called on shutdown.

diffstat:

 sys/arch/arm26/vidc/arcvideo.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1784697c1639 -r 2488611d0001 sys/arch/arm26/vidc/arcvideo.c
--- a/sys/arch/arm26/vidc/arcvideo.c    Sat Jun 30 15:57:58 2001 +0000
+++ b/sys/arch/arm26/vidc/arcvideo.c    Sat Jun 30 16:19:12 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: arcvideo.c,v 1.15 2001/02/17 18:45:19 bjh21 Exp $ */
+/* $NetBSD: arcvideo.c,v 1.16 2001/06/30 16:19:12 bjh21 Exp $ */
 /*-
  * Copyright (c) 1998, 2000 Ben Harris
  * All rights reserved.
@@ -39,7 +39,7 @@
 
 #include <sys/param.h>
 
-__RCSID("$NetBSD: arcvideo.c,v 1.15 2001/02/17 18:45:19 bjh21 Exp $");
+__RCSID("$NetBSD: arcvideo.c,v 1.16 2001/06/30 16:19:12 bjh21 Exp $");
 
 #include <sys/device.h>
 #include <sys/errno.h>
@@ -455,7 +455,7 @@
     void (*cb)(void *cbarg, int error, int waitok), void *cbarg)
 {
 
-       panic("arcvideo_show_screen not implemented");
+       /* Do nothing, since there can only be one screen. */
 }
 
 static int



Home | Main Index | Thread Index | Old Index