cvs commit: src/sys/dev/disk/nata ata-raid.c
Thomas E. Spanjaard
tgen at crater.dragonflybsd.org
Thu Feb 8 13:52:50 PST 2007
tgen 2007/02/08 13:48:24 PST
DragonFly src repository
Modified files:
sys/dev/disk/nata ata-raid.c
Log:
Misc cleanups to NATA ata-raid.c to make it compile. Fix malloc/free ->
kmalloc/kfree, M_NOWAIT -> M_WAITOK, and various bugfixes and warnings
fixes. Note, that this hasn't been tested in actual operation, that's
something for next week when I have the time + hardware.
Revision Changes Path
1.5 +130 -119 src/sys/dev/disk/nata/ata-raid.c
http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/nata/ata-raid.c.diff?r1=1.4&r2=1.5&f=u
More information about the Commits
mailing list