Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Atsushi Onoe <onoe@netbsd.org>
List: source-changes
Date: 10/11/2000 17:59:53
Module Name:	syssrc
Committed By:	onoe
Date:		Wed Oct 11 14:59:53 UTC 2000

Modified Files:
	syssrc/sys/dev/ic: tulip.c tulipvar.h

Log Message:
Add flags to indicate that tlp_init() should set some more BUSMODE bits.
	TULIPF_BLE	/* data is big endian */
	TULIPF_DBO	/* descriptor is big endian */
These setting is required for Big-endian bus front-end (such as APbus for
newsmips) to work with tulip.  Also,
	sc_maxburst
member is added to the tulip_softc to limit the maximum burst length.
This member defaults to zero which means no restriction for burst length.


To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 syssrc/sys/dev/ic/tulip.c
cvs rdiff -r1.40 -r1.41 syssrc/sys/dev/ic/tulipvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.