diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2001-09-21 19:41:14 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2001-09-21 19:41:14 +0000 |
commit | b7d8dd08fed118c8b158c40ab70295ef766ad888 (patch) | |
tree | 2fb783177141aa2d7ac747ec482ec14fb1871aff /sys/dev/pci/isesreg.h | |
parent | ed34299a8180fd910c0eb41a767277339c63bf51 (diff) |
Not yet working, but getting a bit closer.
Diffstat (limited to 'sys/dev/pci/isesreg.h')
-rw-r--r-- | sys/dev/pci/isesreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/isesreg.h b/sys/dev/pci/isesreg.h index 2e7620f2c7c..4ba543aecbf 100644 --- a/sys/dev/pci/isesreg.h +++ b/sys/dev/pci/isesreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isesreg.h,v 1.7 2001/07/02 09:18:15 ho Exp $ $ */ +/* $OpenBSD: isesreg.h,v 1.8 2001/09/21 19:41:13 ho Exp $ $ */ /* * Copyright (c) 2000 Håkan Olsson (ho@crt.se) @@ -147,6 +147,7 @@ #define ISES_STAT_IDP_MASK 0x0f000000 /* IDP state mask (HW_DA=0) */ #define ISES_STAT_IDP_STATE(x) (((x) & ISES_STAT_IDP_MASK) >> 24) +#define ISES_IDP_WFPL 0x4 /* Waiting for pgm len state */ static const char *ises_idp_state[] = { |