diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-19 17:49:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-19 17:49:33 +0000 |
commit | c0747b2cbefcefe8e470831688ff4b9fab5446b0 (patch) | |
tree | a2d57d5d99870e756e6d2e6b17aacdc8ce7c599f /sys/arch/atari/dev/ncr5380reg.h | |
parent | 4488a95a5a301834f856cc4f86df4cb752610511 (diff) |
from netbsd:
Fixes for devices that don't support linked commands. (Paul Goyette)
Diffstat (limited to 'sys/arch/atari/dev/ncr5380reg.h')
-rw-r--r-- | sys/arch/atari/dev/ncr5380reg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/atari/dev/ncr5380reg.h b/sys/arch/atari/dev/ncr5380reg.h index 717434ff81d..e563e16c854 100644 --- a/sys/arch/atari/dev/ncr5380reg.h +++ b/sys/arch/atari/dev/ncr5380reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ncr5380reg.h,v 1.5 1995/10/05 08:53:00 leo Exp $ */ +/* $NetBSD: ncr5380reg.h,v 1.6 1995/12/18 20:37:54 leo 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*/ |