Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcsh/conf Properly defflag HD64461VIDEO_HWACCEL to...



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

description:
Properly defflag HD64461VIDEO_HWACCEL to opt_hd64461pcmcia.h (new file).
Put HD64461VIDEO_DEBUG there as well to minimize impact on unrelated
sources.

diffstat:

 sys/arch/hpcsh/conf/files.hpcsh |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 5df184092fd4 -r c7fae8357114 sys/arch/hpcsh/conf/files.hpcsh
--- a/sys/arch/hpcsh/conf/files.hpcsh   Tue Jan 03 01:07:54 2006 +0000
+++ b/sys/arch/hpcsh/conf/files.hpcsh   Tue Jan 03 01:15:04 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.hpcsh,v 1.44 2006/01/03 01:05:55 uwe Exp $
+#      $NetBSD: files.hpcsh,v 1.45 2006/01/03 01:15:04 uwe Exp $
 #
 maxpartitions 8
 
@@ -6,7 +6,6 @@
 
 defflag debug_hpcsh.h  BUS_SPACE_DEBUG
                        PFCKBD_DEBUG
-                       HD64461VIDEO_DEBUG
 
 defparam opt_memsize.h IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
 
@@ -123,6 +122,8 @@
 attach hd64461video at hd64461if
 file   arch/hpcsh/dev/hd64461/hd64461video.c   hd64461video    needs-flag
 file   dev/hpc/video_subr.c                    hd64461video
+defflag opt_hd64461video.h     HD64461VIDEO_DEBUG
+                               HD64461VIDEO_HWACCEL
 
 #
 # HD64465



Home | Main Index | Thread Index | Old Index