diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-05-09 21:26:27 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-05-09 21:26:27 +0000 |
commit | f0af81d2f512d54bbb3c4711bcf21a11108e31b4 (patch) | |
tree | da24f1464747c8f467553dbdc9d59fbc8e235ca9 /sys/dev/ic | |
parent | 124d0347b10f2c64912889fab1379f308b796911 (diff) |
an_ltv_caps has some more fluff at the tail (exatly 16bit more fluff); reported by xyntrix@bitz.org
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/anvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/anvar.h b/sys/dev/ic/anvar.h index dd12b06a0a0..41774b61c16 100644 --- a/sys/dev/ic/anvar.h +++ b/sys/dev/ic/anvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: anvar.h,v 1.9 2002/03/25 19:48:49 mickey Exp $ */ +/* $OpenBSD: anvar.h,v 1.10 2002/05/09 21:26:26 mickey Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -504,6 +504,7 @@ struct an_ltv_caps { u_int16_t an_softcaps; /* 0x7C */ u_int16_t an_bootblockrev; /* 0x7E */ u_int16_t an_req_hw_support; /* 0x80 */ + u_int16_t an_rsvd1; /* 0x82 */ }; /* |