Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cats/include Fix typos in conf.h. This stops the k...



details:   https://anonhg.NetBSD.org/src/rev/dd7a31368021
branches:  trunk
changeset: 514520:dd7a31368021
user:      chris <chris%NetBSD.org@localhost>
date:      Tue Sep 04 10:21:28 2001 +0000

description:
Fix typos in conf.h.  This stops the kernel from panicing on boot.

diffstat:

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

diffs (14 lines):

diff -r e07562155df5 -r dd7a31368021 sys/arch/cats/include/conf.h
--- a/sys/arch/cats/include/conf.h      Tue Sep 04 09:23:27 2001 +0000
+++ b/sys/arch/cats/include/conf.h      Tue Sep 04 10:21:28 2001 +0000
@@ -4,7 +4,8 @@
 /*
  * CATS specifc device includes go in here
  */
-#define        CONS_HAVE_SCSIPI
-#define        CONS_HAVE_WSCONS
+#define        CONF_HAVE_SCSIPI
+#define        CONF_HAVE_WSCONS
+#define        CONF_HAVE_USB
 
 #endif /* _CATS_CONF_H */



Home | Main Index | Thread Index | Old Index