Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari defopt atari scsi options.



details:   https://anonhg.NetBSD.org/src/rev/49beaedd8d5a
branches:  trunk
changeset: 512315:49beaedd8d5a
user:      leo <leo%NetBSD.org@localhost>
date:      Mon Jul 09 14:49:49 2001 +0000

description:
defopt atari scsi options.

diffstat:

 sys/arch/atari/conf/files.atari |  5 ++++-
 sys/arch/atari/dev/atari5380.c  |  4 +++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (38 lines):

diff -r da38fe1901b5 -r 49beaedd8d5a sys/arch/atari/conf/files.atari
--- a/sys/arch/atari/conf/files.atari   Mon Jul 09 14:01:09 2001 +0000
+++ b/sys/arch/atari/conf/files.atari   Mon Jul 09 14:49:49 2001 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: files.atari,v 1.87 2001/06/18 02:00:48 christos Exp $
+#      $NetBSD: files.atari,v 1.88 2001/07/09 14:49:49 leo Exp $
 
 maxpartitions 16
 
@@ -7,6 +7,9 @@
 
 defopt opt_mbtype.h                    _MILANHW_ _ATARIHW_
 
+defopt opt_atariscsi.h                 TT_SCSI FALCON_SCSI
+defopt opt_atariscsi.h                 TRY_SCSI_LINKED_COMMANDS
+
 device mainbus {}
 attach mainbus at root
 
diff -r da38fe1901b5 -r 49beaedd8d5a sys/arch/atari/dev/atari5380.c
--- a/sys/arch/atari/dev/atari5380.c    Mon Jul 09 14:01:09 2001 +0000
+++ b/sys/arch/atari/dev/atari5380.c    Mon Jul 09 14:49:49 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atari5380.c,v 1.31 2000/03/29 14:19:22 leo Exp $       */
+/*     $NetBSD: atari5380.c,v 1.32 2001/07/09 14:49:50 leo Exp $       */
 
 /*
  * Copyright (c) 1995 Leo Weppelman.
@@ -30,6 +30,8 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include "opt_atariscsi.h"
+
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/kernel.h>



Home | Main Index | Thread Index | Old Index