diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-04 14:13:07 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-04 14:13:07 +0000 |
commit | 5e41b17c23f8bc3f3bfdc27fa606b9392a80ef25 (patch) | |
tree | c0734db30ae158996356226da34158608c57fd1c /sys/arch/cats | |
parent | 4933b5b254052b0a335128f426a5d241bc5e766a (diff) |
cleaner pci/fcom arm cats vs zaurus config.
Diffstat (limited to 'sys/arch/cats')
-rw-r--r-- | sys/arch/cats/include/conf.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/cats/include/conf.h b/sys/arch/cats/include/conf.h index 0e2e895431c..77d49b1825b 100644 --- a/sys/arch/cats/include/conf.h +++ b/sys/arch/cats/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ +/* $OpenBSD: conf.h,v 1.2 2005/01/04 14:13:06 drahn Exp $ */ /* $NetBSD: conf.h,v 1.8 2002/02/10 12:26:03 chris Exp $ */ #ifndef _CATS_CONF_H @@ -7,12 +7,11 @@ /* * CATS specific device includes go in here */ -#include "fcom.h" - #define CONF_HAVE_PCI #define CONF_HAVE_USB #define CONF_HAVE_SCSIPI #define CONF_HAVE_WSCONS +#define CONF_HAVE_FCOM #include <arm/conf.h> |