Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/include Add SCSI PCI and support for the int...



details:   https://anonhg.NetBSD.org/src/rev/b8b730411b79
branches:  trunk
changeset: 516682:b8b730411b79
user:      rearnsha <rearnsha%NetBSD.org@localhost>
date:      Sat Oct 27 16:15:50 2001 +0000

description:
Add SCSI PCI and support for the integrator console.

diffstat:

 sys/arch/evbarm/include/conf.h |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 85d32fab8fda -r b8b730411b79 sys/arch/evbarm/include/conf.h
--- a/sys/arch/evbarm/include/conf.h    Sat Oct 27 16:14:44 2001 +0000
+++ b/sys/arch/evbarm/include/conf.h    Sat Oct 27 16:15:50 2001 +0000
@@ -1,10 +1,15 @@
+/*     $NetBSD: conf.h,v 1.2 2001/10/27 16:15:50 rearnsha Exp $ */
+
 #ifndef _EVBARM_CONF_H
 #define        _EVBARM_CONF_H
 
 /*
  * EVBARM specifc device includes go in here
  */
-#define        CONF_HAVE_SCSIPI
+#include "plcom.h"
+
+#define CONF_HAVE_PCI
+#define CONF_HAVE_SCSIPI
 #define        CONF_HAVE_USB
 #define        CONF_HAVE_WSCONS
 



Home | Main Index | Thread Index | Old Index