diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-08-19 06:17:05 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-08-19 06:17:05 +0000 |
commit | 951c354b6281f6befa5382b7191073ea15f731d9 (patch) | |
tree | ae00e5e25f8d79c1bc6688cd475c37da0fb2c57a | |
parent | 4cb7dc1fe8463b39fbb48e4ce361659956144ef9 (diff) |
increase size of register copies for debugging
-rw-r--r-- | sys/dev/ic/rlnvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/rlnvar.h b/sys/dev/ic/rlnvar.h index 2e9dae49329..34217a41d75 100644 --- a/sys/dev/ic/rlnvar.h +++ b/sys/dev/ic/rlnvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rlnvar.h,v 1.1 1999/07/30 13:43:36 d Exp $ */ +/* $OpenBSD: rlnvar.h,v 1.2 1999/08/19 06:17:04 d Exp $ */ /* * David Leonard <d@openbsd.org>, 1999. Public domain. * @@ -42,7 +42,7 @@ struct rln_softc { u_int8_t sc_status; /* Copy of STATUS */ u_int8_t sc_control; /* Copy of CONTROL */ #ifdef RLNDEBUG_REG - u_int8_t dbg_oreg[8]; /* Last reg value written */ + u_int16_t dbg_oreg[8]; /* Last reg value written */ #endif u_int8_t sc_pktseq; /* Card message seq no */ |