Misc cleanups to NATA ata-raid.c to make it compile. Fix malloc/free ->
authorThomas E. Spanjaard <tgen@dragonflybsd.org>
Thu, 8 Feb 2007 21:48:24 +0000 (21:48 +0000)
committerThomas E. Spanjaard <tgen@dragonflybsd.org>
Thu, 8 Feb 2007 21:48:24 +0000 (21:48 +0000)
commitd438c7c2a0205167f90bb08b1d2b877fad409c5e
treed818bc73bc075ddce6d5abf43c44c8e60d879bf8
parent31001835f6aef5e78561cfdbd42aa39ff52dcb80
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.
sys/dev/disk/nata/ata-raid.c