From 90857152291de00a780efcdc9caa9eae52f0bc70 Mon Sep 17 00:00:00 2001 From: mycroft Date: Mon, 3 Apr 1995 21:17:13 +0000 Subject: Some pseudo-random cleanup, and try to start transmitting packets quicker. --- sys/dev/ic/i82586.h | 3 ++- sys/dev/ic/i82586reg.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/dev/ic') diff --git a/sys/dev/ic/i82586.h b/sys/dev/ic/i82586.h index 034a0a601e3..a3a8b5e2ee2 100644 --- a/sys/dev/ic/i82586.h +++ b/sys/dev/ic/i82586.h @@ -1,4 +1,4 @@ -/* $NetBSD: i82586.h,v 1.3 1995/01/23 04:50:56 mycroft Exp $ */ +/* $NetBSD: i82586.h,v 1.4 1995/04/03 21:17:20 mycroft Exp $ */ /*- * Copyright (c) 1992, University of Vermont and State Agricultural College. @@ -211,6 +211,7 @@ struct ie_xmit_cmd { #define IE_XS_UNDERRUN 0x0100 /* DMA underrun */ #define IE_XS_LOSTCTS 0x0200 /* Lost CTS */ #define IE_XS_NOCARRIER 0x0400 /* No Carrier */ +#define IE_XS_LATECOLL 0x0800 /* Late collision */ /* * This is a buffer descriptor for a frame to be transmitted. diff --git a/sys/dev/ic/i82586reg.h b/sys/dev/ic/i82586reg.h index 2a49cc38d87..5ee8b3316f1 100644 --- a/sys/dev/ic/i82586reg.h +++ b/sys/dev/ic/i82586reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: i82586reg.h,v 1.3 1995/01/23 04:50:56 mycroft Exp $ */ +/* $NetBSD: i82586reg.h,v 1.4 1995/04/03 21:17:20 mycroft Exp $ */ /*- * Copyright (c) 1992, University of Vermont and State Agricultural College. @@ -211,6 +211,7 @@ struct ie_xmit_cmd { #define IE_XS_UNDERRUN 0x0100 /* DMA underrun */ #define IE_XS_LOSTCTS 0x0200 /* Lost CTS */ #define IE_XS_NOCARRIER 0x0400 /* No Carrier */ +#define IE_XS_LATECOLL 0x0800 /* Late collision */ /* * This is a buffer descriptor for a frame to be transmitted. -- cgit