diff options
| author | perry <perry@NetBSD.org> | 2005-02-27 00:26:58 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 2005-02-27 00:26:58 +0000 |
| commit | f31bd063e99a4029f1bf9dac360c83c605ab8ba4 (patch) | |
| tree | d06e6ea6eebeb4af06272dd4f675871761a5c024 /sys/dev/microcode/i8255x | |
| parent | 5b0739524b9b827c78dadf2f4d675f74670bf688 (diff) | |
nuke trailing whitespace
Diffstat (limited to 'sys/dev/microcode/i8255x')
| -rw-r--r-- | sys/dev/microcode/i8255x/rcvbundl.h | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/sys/dev/microcode/i8255x/rcvbundl.h b/sys/dev/microcode/i8255x/rcvbundl.h index e2c95f5c298..b78ca02f1ca 100644 --- a/sys/dev/microcode/i8255x/rcvbundl.h +++ b/sys/dev/microcode/i8255x/rcvbundl.h @@ -1,22 +1,22 @@ -/* $NetBSD: rcvbundl.h,v 1.1 2002/04/05 05:35:46 thorpej Exp $ */ +/* $NetBSD: rcvbundl.h,v 1.2 2005/02/27 00:27:23 perry Exp $ */ /* -Copyright (c) 1999-2001, Intel Corporation +Copyright (c) 1999-2001, Intel Corporation All rights reserved. -Redistribution and use in source and binary forms, with or without +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - 1. Redistributions of source code must retain the above copyright notice, + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation + this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - 3. Neither the name of Intel Corporation nor the names of its contributors - may be used to endorse or promote products derived from this software + 3. Neither the name of Intel Corporation nor the names of its contributors + may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' @@ -25,10 +25,10 @@ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* rcvbundl.h @@ -38,7 +38,7 @@ Date: 05/30/2000 Version: 3.28 This file contains the loadable micro code arrays to implement receive bundling on the -D101 A-step, D101 B-step, D101M (B-step only), D101S, D102 B-step, +D101 A-step, D101 B-step, D101M (B-step only), D101S, D102 B-step, D102 B-step with TCO work around and D012 C-step. Each controller has its own specific micro code array. The array for one controller @@ -111,7 +111,7 @@ rcvbundl.h file given above). * * The current default is 0xFF80, which masks out the lower 7 bits. * This means that any frame which is x7F (127) bytes or smaller -* will cause an immediate interrupt. Because this value must be a +* will cause an immediate interrupt. Because this value must be a * bit mask, there are only a few valid values that can be used. To * turn this feature off, the driver can write the value xFFFF to the * lower word of this instruction (in the same way that the other @@ -669,7 +669,7 @@ rcvbundl.h file given above). still need to be loaded. Before this happens, the hit addresses for the CPUSaver algorithm must be set to 0x1FFFF. The hit addresses for CPUSaver are (starting with 0, and remember that - + */ /* Parameter values for the D102 B-step */ @@ -828,7 +828,7 @@ rcvbundl.h file given above). /* This version is a fix to TCO bug. This version can be loaded instead the CPUSaver version by modifing the registry key "LoadTcoUCodeInsteadOfCpuSaver" - + */ @@ -986,8 +986,8 @@ rcvbundl.h file given above). #if 0 -// this uCode include the CPU Saver and the TCO work around -//for IP fregments. +// this uCode include the CPU Saver and the TCO work around +//for IP fregments. #endif #define D102_C_RCVBUNDLE_UCODE \ { \ |
