From 55ccaa806a36390d1a284fc66f3ab461fdef6bec Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 4 Sep 2001 10:21:28 +0000 Subject: [PATCH] Fix typos in conf.h. This stops the kernel from panicing on boot. --- sys/arch/cats/include/conf.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/arch/cats/include/conf.h b/sys/arch/cats/include/conf.h index 55ca6b4eaab6..603a9100be0b 100644 --- a/sys/arch/cats/include/conf.h +++ b/sys/arch/cats/include/conf.h @@ -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 */