diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-04-26 13:58:29 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-04-26 13:58:29 +0000 |
commit | 6726f01277f30c8a06ebcf7f2b444b5377d837b1 (patch) | |
tree | d05018cd1045cdb18f3048a94447342614048f80 /sys/dev/ic/dcreg.h | |
parent | 75165a898540fc4c31400f0c4c94bc827648c60c (diff) |
we've done an oops
Diffstat (limited to 'sys/dev/ic/dcreg.h')
-rw-r--r-- | sys/dev/ic/dcreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/dcreg.h b/sys/dev/ic/dcreg.h index 3b92dc6e6a9..f1d4978b8a0 100644 --- a/sys/dev/ic/dcreg.h +++ b/sys/dev/ic/dcreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dcreg.h,v 1.2 2000/04/26 03:28:56 mickey Exp $ */ +/* $OpenBSD: dcreg.h,v 1.3 2000/04/26 13:58:28 mickey Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -657,6 +657,7 @@ struct dc_softc { struct dc_list_data *dc_ldata; caddr_t dc_ldata_ptr; struct dc_chain_data dc_cdata; + u_int32_t dc_csid; u_int dc_revision; }; |