diff options
| author | mycroft <mycroft@NetBSD.org> | 1995-04-03 21:17:13 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1995-04-03 21:17:13 +0000 |
| commit | 90857152291de00a780efcdc9caa9eae52f0bc70 (patch) | |
| tree | a715c11260b7cc02c3d9fafb7027144910b1c906 /sys/dev/ic | |
| parent | 23023327a29e071ebb75c1f84f75953322d6a6b0 (diff) | |
Some pseudo-random cleanup, and try to start transmitting packets quicker.
Diffstat (limited to 'sys/dev/ic')
| -rw-r--r-- | sys/dev/ic/i82586.h | 3 | ||||
| -rw-r--r-- | sys/dev/ic/i82586reg.h | 3 |
2 files changed, 4 insertions, 2 deletions
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. |
