Subject: CVS commit: syssrc/sys/dev/ieee1394
To: None <source-changes@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 12/10/2002 01:42:54
Module Name:	syssrc
Committed By:	jmc
Date:		Mon Dec  9 23:42:54 UTC 2002

Modified Files:
	syssrc/sys/dev/ieee1394: sbp2.c

Log Message:
Checkpoint commit:

1. Reduce debugging level to sane levels
2. Fix bugs in alloc_data_map related to allocing whole bytes of bitmap at
a time.

At this point the driver is functional. It talks to a local drive here and
can label/newfs. Performance is...lacking at the moment as its chewing cpu
heavily (probably due to the number of memcpy's) and will be the next area
attacked.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/ieee1394/sbp2.c

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