diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-07-21 03:08:58 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-07-21 03:08:58 +0000 |
commit | e4f30dc75cfd4a409fd2f2d5b82d6ad6c7a19da3 (patch) | |
tree | 3cb2dce86bd90a5602313df660f7d32daedbfc96 /sys/dev/pci/hifn7751var.h | |
parent | 4e68f58da0d0f68dc5175735361df4aea6790778 (diff) |
- Clear all interrupts during initialization (shouldn't be necessary, but
doesn't hurt).
- Turn the dma queues on and off as needed. This results in fewer PCI
aborts on 7751.
Diffstat (limited to 'sys/dev/pci/hifn7751var.h')
-rw-r--r-- | sys/dev/pci/hifn7751var.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/hifn7751var.h b/sys/dev/pci/hifn7751var.h index cb1b46d0b37..d7892fd86ea 100644 --- a/sys/dev/pci/hifn7751var.h +++ b/sys/dev/pci/hifn7751var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hifn7751var.h,v 1.28 2001/07/08 18:05:42 brad Exp $ */ +/* $OpenBSD: hifn7751var.h,v 1.29 2001/07/21 03:08:57 jason Exp $ */ /* * Invertex AEON / Hifn 7751 driver @@ -123,6 +123,7 @@ struct hifn_softc { struct timeout sc_rngto; int sc_rngfirst; int sc_rnghz; + int sc_c_busy, sc_s_busy, sc_d_busy, sc_r_busy; struct hifn_session sc_sessions[2048]; }; |