Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/amiga oops. Comment out #include "wd.h" as I ...



details:   https://anonhg.NetBSD.org/src/rev/86e85e93f316
branches:  trunk
changeset: 481287:86e85e93f316
user:      aymeric <aymeric%NetBSD.org@localhost>
date:      Tue Jan 25 17:02:43 2000 +0000

description:
oops. Comment out #include "wd.h" as I didn't commit generic wdc code yet.

diffstat:

 sys/arch/amiga/amiga/autoconf.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 289e09c87dd3 -r 86e85e93f316 sys/arch/amiga/amiga/autoconf.c
--- a/sys/arch/amiga/amiga/autoconf.c   Tue Jan 25 16:48:47 2000 +0000
+++ b/sys/arch/amiga/amiga/autoconf.c   Tue Jan 25 17:02:43 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.67 2000/01/23 21:08:17 aymeric Exp $    */
+/*     $NetBSD: autoconf.c,v 1.68 2000/01/25 17:02:43 aymeric Exp $    */
 
 /*
  * Copyright (c) 1994 Christian E. Hopps
@@ -314,7 +314,9 @@
 #include "fd.h"
 #include "sd.h"
 #include "cd.h"
+#if 0          /* not yet */
 #include "wd.h"
+#endif
 
 #if NFD > 0
 extern  struct cfdriver fd_cd;



Home | Main Index | Thread Index | Old Index