diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-01-04 08:57:45 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-01-04 08:57:45 +0000 |
commit | cc612858ac0a6809c1e8d29db3f768a834868322 (patch) | |
tree | eebc32500e09ab3e028d642be94d1564eedb598f | |
parent | c7a21795158e60062c65bca7a3877b526c8f18d4 (diff) |
No PCI on zaurus.
-rw-r--r-- | sys/arch/zaurus/include/conf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/zaurus/include/conf.h b/sys/arch/zaurus/include/conf.h index 640b9a3f1f5..96229125cc1 100644 --- a/sys/arch/zaurus/include/conf.h +++ b/sys/arch/zaurus/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.2 2004/12/31 14:57:13 drahn Exp $ */ +/* $OpenBSD: conf.h,v 1.3 2005/01/04 08:57:44 miod Exp $ */ /* $NetBSD: conf.h,v 1.8 2002/02/10 12:26:03 chris Exp $ */ #ifndef _ZAURUS_CONF_H @@ -9,7 +9,6 @@ */ #include "fcom.h" -#define CONF_HAVE_PCI #define CONF_HAVE_USB #define CONF_HAVE_SCSIPI #define CONF_HAVE_WSCONS |