From 1ab3f74209c3e876ef23ff0f12399728f52f57e3 Mon Sep 17 00:00:00 2001 From: jason Date: Wed, 22 Mar 2000 04:47:01 +0000 Subject: [PATCH] Oops... catch up with variable renaming in header file --- sys/dev/pci/hifn7751.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/pci/hifn7751.c b/sys/dev/pci/hifn7751.c index 65f2379d37b..1070e9dd118 100644 --- a/sys/dev/pci/hifn7751.c +++ b/sys/dev/pci/hifn7751.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hifn7751.c,v 1.14 2000/03/18 02:41:45 jason Exp $ */ +/* $OpenBSD: hifn7751.c,v 1.15 2000/03/22 04:47:01 jason Exp $ */ /* * Invertex AEON / Hi/fn 7751 driver @@ -1162,7 +1162,7 @@ hifn_intr(arg) if (HIFN_USING_MAC(cmd->flags) && (cmd->flags & HIFN_DECODE)) { u_int8_t *result_buf = dma->result_bufs[wake_pos]; - cmd->result_status = (result_buf[8] & 0x2) ? + cmd->result_flags = (result_buf[8] & 0x2) ? HIFN_MAC_BAD : 0; printf("%s: byte index 8 of result 0x%02x\n", sc->sc_dv.dv_xname, (u_int32_t) result_buf[8]); -- 2.20.1