diff options
| author | mjacob <mjacob@NetBSD.org> | 1997-12-05 19:40:35 +0000 |
|---|---|---|
| committer | mjacob <mjacob@NetBSD.org> | 1997-12-05 19:40:35 +0000 |
| commit | 62ac2ff8516b1cfe7378fac381034dabffd9320b (patch) | |
| tree | 80a62494c271af57273253daf6896de4176cd0bc /sys/dev | |
| parent | 5423c09ec60d3c040cf3d8d7b2d3e19650f76e30 (diff) | |
new async code defined
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/ispreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/ispreg.h b/sys/dev/ic/ispreg.h index 423a9308ad0..744f2d68577 100644 --- a/sys/dev/ic/ispreg.h +++ b/sys/dev/ic/ispreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ispreg.h,v 1.3 1997/08/16 00:20:28 mjacob Exp $ */ +/* $NetBSD: ispreg.h,v 1.4 1997/12/05 19:40:35 mjacob Exp $ */ /* * Machine Independent (well, as best as possible) register @@ -328,6 +328,7 @@ #define ASYNC_LIP_OCCURRED 0x8010 #define ASYNC_LOOP_UP 0x8011 #define ASYNC_LOOP_DOWN 0x8012 +#define ASYNC_LOOP_RESET 0x8013 /* * SXP Block Register Offsets |
