Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Tatoku Ogaito <tacha@netbsd.org>
List: source-changes
Date: 02/07/2001 16:41:13
Module Name:	syssrc
Committed By:	tacha
Date:		Wed Feb  7 14:41:13 UTC 2001

Modified Files:
	syssrc/sys/dev/pci: cs4280.c cs4280reg.h cs4281.c cs4281reg.h cs428x.h
	    files.pci
Added Files:
	syssrc/sys/dev/pci: cs428x.c

Log Message:
Split out common code to cs428x.c and cosmetic change to introduce
higher symmetry between cs4280.c and cs4281.c.

Also fix the problem rebooting from Windows. Relevant patch is contributed
from Shingo WATANABE <nabe@nabechan.org>.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 syssrc/sys/dev/pci/cs4280.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/pci/cs4280reg.h
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/pci/cs4281.c \
    syssrc/sys/dev/pci/cs4281reg.h syssrc/sys/dev/pci/cs428x.h
cvs rdiff -r0 -r1.1 syssrc/sys/dev/pci/cs428x.c
cvs rdiff -r1.119 -r1.120 syssrc/sys/dev/pci/files.pci

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