bcraid drivers part two
Saturday, August 5th, 2006Here’s a small patch that tweak the broadcom raid drivers for the bc4000 series to run on the latest kernels:
http://w-nz.com/~darkshines/projects/bcraid-2.1.0-bw1.patch
Note that it is everything but complete. Some other pointers getting the bcraid to work:
- Use sparse memory or conitguous memory instead of incontiguous memory in the memory layout configuration in the kernel. (
CONFIG_SPARSEMEM=y) - Enable the magic sysrq key (
CONFIG_MAGIC_SYSRQ=y)
At the moment I’m trying to get the bcraid module working in an initrd to allow the root partition on the raid drivers.