From f806e8f0f181a67b5d6592714284938265575e53 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 11 Nov 1996 17:11:08 +0000 Subject: Fixed pessimized (short) i/o port type. The change in if_epreg.h affects if_epreg.o and 3c5x9.o. These changes are probably harmless, but I can't test them. --- sys/dev/ep/if_epreg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/ep/if_epreg.h b/sys/dev/ep/if_epreg.h index 5685832ccfee..1bef6154eac7 100644 --- a/sys/dev/ep/if_epreg.h +++ b/sys/dev/ep/if_epreg.h @@ -31,7 +31,7 @@ */ /* - * $Id: if_epreg.h,v 1.16 1996/08/06 21:14:06 phk Exp $ + * $Id: if_epreg.h,v 1.17 1996/09/08 10:44:10 phk Exp $ * * Promiscuous mode added and interrupt logic slightly changed * to reduce the number of adapter failures. Transceiver select @@ -54,7 +54,7 @@ */ struct ep_softc { struct arpcom arpcom; /* Ethernet common part */ - short ep_io_addr; /* i/o bus address */ + int ep_io_addr; /* i/o bus address */ #define MAX_MBS 8 /* # of mbufs we keep around */ struct mbuf *mb[MAX_MBS]; /* spare mbuf storage. */ int next_mb; /* Which mbuf to use next. */ -- cgit v1.3