Subject: CVS commit: syssrc/sys/dev/ieee1394
To: None <source-changes@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 02/27/2002 07:07:26
Module Name:	syssrc
Committed By:	jmc
Date:		Wed Feb 27 05:07:26 UTC 2002

Modified Files:
	syssrc/sys/dev/ieee1394: ieee1394reg.h if_fw.c

Log Message:
Move definition of if_fw fifo location to ieee1394reg.h as it's needed for
filling in unit location in the rom.

XXX: This all is really too welded together. The if_fw code should be
decoupled from this and simply be handed a method by which it can provide
the config rom back to the main code.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 syssrc/sys/dev/ieee1394/ieee1394reg.h
cvs rdiff -r1.12 -r1.13 syssrc/sys/dev/ieee1394/if_fw.c

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