summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1999-08-19 03:49:27 +0000
committerBill Paul <wpaul@FreeBSD.org>1999-08-19 03:49:27 +0000
commitcc232fef6484467cf6f7e339c4222b95a3d2c818 (patch)
treee149c074f12d98b3f986fd448767c2940e029e0d
parent0faf73596756007e62feba732c7044af2155719f (diff)
Notes
-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 67024f75912e..36172c419b79 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.22.2.18 1999/08/02 21:07:22 wpaul Exp $
+ * $Id: if_xl.c,v 1.22.2.19 1999/08/02 21:58:41 wpaul Exp $
*/
/*
@@ -160,7 +160,7 @@
#if !defined(lint)
static const char rcsid[] =
- "$Id: if_xl.c,v 1.22.2.18 1999/08/02 21:07:22 wpaul Exp $";
+ "$Id: if_xl.c,v 1.22.2.19 1999/08/02 21:58:41 wpaul Exp $";
#endif
/*
@@ -1919,7 +1919,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;