Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Allen Briggs <briggs@netbsd.org>
List: source-changes
Date: 07/31/2000 00:34:50
Module Name:	syssrc
Committed By:	briggs
Date:		Sun Jul 30 21:34:49 UTC 2000

Modified Files:
	syssrc/sys/conf: files
	syssrc/sys/dev/ic: smc91cxx.c smc91cxxreg.h smc91cxxvar.h
	syssrc/sys/dev/isa: if_sm_isa.c
	syssrc/sys/dev/pcmcia: if_sm_pcmcia.c mhzc.c

Log Message:
Add MII support to smc91cxx driver.  This is supported for the 91c100
and 91c100FD (FEAST) controllers.  Existing controllers should continue
to work as they have.  Added the card's memory to the probe message.


To generate a diff of this commit:
cvs rdiff -r1.378 -r1.379 syssrc/sys/conf/files
cvs rdiff -r1.25 -r1.26 syssrc/sys/dev/ic/smc91cxx.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/ic/smc91cxxreg.h
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/ic/smc91cxxvar.h
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/isa/if_sm_isa.c
cvs rdiff -r1.22 -r1.23 syssrc/sys/dev/pcmcia/if_sm_pcmcia.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/pcmcia/mhzc.c

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