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

This commit is contained in:
chris 2001-09-04 10:21:28 +00:00
parent c3c682fc46
commit 55ccaa806a
1 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@
/* /*
* CATS specifc device includes go in here * CATS specifc device includes go in here
*/ */
#define CONS_HAVE_SCSIPI #define CONF_HAVE_SCSIPI
#define CONS_HAVE_WSCONS #define CONF_HAVE_WSCONS
#define CONF_HAVE_USB
#endif /* _CATS_CONF_H */ #endif /* _CATS_CONF_H */