aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-09-12 06:17:26 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-09-12 06:17:26 +0000
commita387aec6c66ed7fa55c5773177e6c3f2cef2722f (patch)
treeb15fd1f0c5bdd3ebaaa910e9cf7e549be3e8f088 /sys/i386
parenteab027ba2e998713ab123c7a82d40342ee30b403 (diff)
downloadsrc-a387aec6c66ed7fa55c5773177e6c3f2cef2722f.tar.gz
src-a387aec6c66ed7fa55c5773177e6c3f2cef2722f.zip
Notes
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/isa/if_ie.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/if_ie.c b/sys/i386/isa/if_ie.c
index 8f4b47a71e39..146c89b0dadd 100644
--- a/sys/i386/isa/if_ie.c
+++ b/sys/i386/isa/if_ie.c
@@ -43,7 +43,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ie.c,v 1.23 1995/04/12 20:47:50 wollman Exp $
+ * $Id: if_ie.c,v 1.25 1995/08/16 16:12:32 bde Exp $
*/
/*
@@ -109,6 +109,7 @@ iomem, and to make 16-pointers, we subtract iomem and and with 0xffff.
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/kernel.h>
#include <sys/mbuf.h>
#include <sys/protosw.h>
#include <sys/socket.h>
@@ -1558,7 +1559,6 @@ static int command_and_wait(unit, cmd, pcmd, mask)
{
volatile struct ie_cmd_common *cc = pcmd;
volatile int timedout = 0;
- extern int hz;
ie_softc[unit].scb->ie_command = (u_short)cmd;