Subject: CVS commit: sharesrc
To: None <source-changes@netbsd.org>
From: Allen Briggs <briggs@netbsd.org>
List: source-changes
Date: 08/06/2000 05:12:19
Module Name:	sharesrc
Committed By:	briggs
Date:		Sun Aug  6 02:12:18 UTC 2000

Modified Files:
	sharesrc/share/man/man4 [netbsd-1-5]: sm.4
	syssrc/sys/conf [netbsd-1-5]: files
	syssrc/sys/dev/ic [netbsd-1-5]: smc91cxx.c smc91cxxreg.h smc91cxxvar.h
	syssrc/sys/dev/isa [netbsd-1-5]: if_sm_isa.c
	syssrc/sys/dev/pcmcia [netbsd-1-5]: if_sm_pcmcia.c mhzc.c

Log Message:
Pullups approved by thorpej --
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.

Make sure that we do not call bus_space_*_multi_* with zero count.
Use bus_space_read/write_multi_stream_2 for FIFO instead of bsr/w_multi_2.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.7.4.1 sharesrc/share/man/man4/sm.4
cvs rdiff -r1.373.2.3 -r1.373.2.4 syssrc/sys/conf/files
cvs rdiff -r1.25 -r1.25.2.1 syssrc/sys/dev/ic/smc91cxx.c
cvs rdiff -r1.2 -r1.2.28.1 syssrc/sys/dev/ic/smc91cxxreg.h
cvs rdiff -r1.8 -r1.8.2.1 syssrc/sys/dev/ic/smc91cxxvar.h
cvs rdiff -r1.5 -r1.5.2.1 syssrc/sys/dev/isa/if_sm_isa.c
cvs rdiff -r1.22 -r1.22.4.1 syssrc/sys/dev/pcmcia/if_sm_pcmcia.c
cvs rdiff -r1.5 -r1.5.4.1 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.