Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 05/29/2006 15:12:57
Module Name: src
Committed By: drochner
Date: Mon May 29 15:12:57 UTC 2006
Modified Files:
src/sys/dev/pci: if_devar.h
Log Message:
gcc4 found that it can't store
#define TULIP_TXTIMER 4
in
u_int32_t tulip_txtimer : 2; /* transmission timer */
gcc4 appears to be right. "tulip_txtimer" is purely used by software,
so give it the full integer.
(Appearently the txtimer could never work.)
To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 src/sys/dev/pci/if_devar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.