Oops... catch up with variable renaming in header file
authorjason <jason@openbsd.org>
Wed, 22 Mar 2000 04:47:01 +0000 (04:47 +0000)
committerjason <jason@openbsd.org>
Wed, 22 Mar 2000 04:47:01 +0000 (04:47 +0000)
sys/dev/pci/hifn7751.c

index 65f2379..1070e9d 100644 (file)
@@ -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]);