Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcsh/dev/hd64461 HD64461VIDEO options now come fro...



details:   https://anonhg.NetBSD.org/src/rev/9a19d3254036
branches:  trunk
changeset: 586814:9a19d3254036
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Jan 03 01:15:47 2006 +0000

description:
HD64461VIDEO options now come from "opt_hd64461video.h".

diffstat:

 sys/arch/hpcsh/dev/hd64461/hd64461video.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r c7fae8357114 -r 9a19d3254036 sys/arch/hpcsh/dev/hd64461/hd64461video.c
--- a/sys/arch/hpcsh/dev/hd64461/hd64461video.c Tue Jan 03 01:15:04 2006 +0000
+++ b/sys/arch/hpcsh/dev/hd64461/hd64461video.c Tue Jan 03 01:15:47 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hd64461video.c,v 1.34 2005/12/18 23:32:39 uwe Exp $    */
+/*     $NetBSD: hd64461video.c,v 1.35 2006/01/03 01:15:47 uwe Exp $    */
 
 /*-
  * Copyright (c) 2001, 2002, 2004 The NetBSD Foundation, Inc.
@@ -37,9 +37,9 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hd64461video.c,v 1.34 2005/12/18 23:32:39 uwe Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hd64461video.c,v 1.35 2006/01/03 01:15:47 uwe Exp $");
 
-#include "debug_hpcsh.h"
+#include "opt_hd64461video.h"
 // #define HD64461VIDEO_HWACCEL
 
 #include <sys/param.h>



Home | Main Index | Thread Index | Old Index