Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/25/2000 14:11:14
Module Name: syssrc
Committed By: thorpej
Date: Tue Jan 25 22:11:13 UTC 2000
Modified Files:
syssrc/sys/dev/ic: tulip.c tulipvar.h
Log Message:
Some changes for the Xircom X3201-3 in 21143 emulation mode:
- The Xircom doesn't bring itself out of reset; we have to do it.
- The Xircom requires transmit buffers to be aligned to 4 bytes, too.
Partially from Rafal Boni (though the Tx buffer alignment issue is
handled much differently in this version).
To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 syssrc/sys/dev/ic/tulip.c
cvs rdiff -r1.24 -r1.25 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.