summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/ncr5380reg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mac68k/dev/ncr5380reg.h')
-rw-r--r--sys/arch/mac68k/dev/ncr5380reg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mac68k/dev/ncr5380reg.h b/sys/arch/mac68k/dev/ncr5380reg.h
index 60a7a7c7653..a19f41f3fca 100644
--- a/sys/arch/mac68k/dev/ncr5380reg.h
+++ b/sys/arch/mac68k/dev/ncr5380reg.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ncr5380reg.h,v 1.4 1995/10/02 09:03:54 briggs Exp $ */
+/* $NetBSD: ncr5380reg.h,v 1.5 1995/12/04 02:10:46 briggs Exp $ */
/*
* Copyright (c) 1995 Leo Weppelman.
@@ -219,6 +219,7 @@ typedef struct req_q {
#define DRIVER_NOINT 0x04 /* We are booting: no interrupts */
#define DRIVER_DMAOK 0x08 /* DMA can be used on this request */
#define DRIVER_BOUNCING 0x10 /* Using the bounce buffer */
+#define DRIVER_LINKCHK 0x20 /* Doing the linked command check */
/* XXX: Should go to ncr5380var.h */
static SC_REQ *issue_q = NULL; /* Commands waiting to be issued*/