summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1999-08-19 03:47:18 +0000
committerwpaul <wpaul@FreeBSD.org>1999-08-19 03:47:18 +0000
commit2f02ff5d8abc65ba407e232ef5690d4b3ab2890f (patch)
treea28c4b58a9ad6ad4ac9026d346cc4b96727eb695 /sys/pci
parentfb1440bad5cc00c25587f3b0fd43054fcd16e25e (diff)
downloadFreeBSD-src-2f02ff5d8abc65ba407e232ef5690d4b3ab2890f.zip
FreeBSD-src-2f02ff5d8abc65ba407e232ef5690d4b3ab2890f.tar.gz
Small tweak: in xl_rxeof(), rxstat should be u_int32_t, not u_int16_t.
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_xl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index 97df604..be5b83e 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_xl.c,v 1.49 1999/08/02 21:06:16 wpaul Exp $
+ * $Id: if_xl.c,v 1.50 1999/08/02 21:57:57 wpaul Exp $
*/
/*
@@ -163,7 +163,7 @@
#if !defined(lint)
static const char rcsid[] =
- "$Id: if_xl.c,v 1.49 1999/08/02 21:06:16 wpaul Exp $";
+ "$Id: if_xl.c,v 1.50 1999/08/02 21:57:57 wpaul Exp $";
#endif
/*
@@ -1990,7 +1990,7 @@ static void xl_rxeof(sc)
struct ifnet *ifp;
struct xl_chain_onefrag *cur_rx;
int total_len = 0;
- u_int16_t rxstat;
+ u_int32_t rxstat;
ifp = &sc->arpcom.ac_if;
OpenPOWER on IntegriCloud