Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: mfi(4) Thunderbolt support?
>> Any chance of a patch to netbsd-6 (to go in after the 6.0 release).
>
> Sure. just copy sys/dev/*/mfi* to a netbsd-6 tree, it works
> (this is how I tested on the perc5).
Not quite, you also need updated pci/pcidevs* files.
And then I still get build errors:
cc1: warnings being treated as errors
/usr/src/sys/dev/ic/mfi.c: In function 'mfi_tbolt_init_desc_pool':
/usr/src/sys/dev/ic/mfi.c:2715:15: error: unused variable 'tbolt_contg_length'
The definition maybe needs wrapping with #ifdef DIAGNOSTIC, since
the only use is in a KASSERT?
And with that, it built ... and worked, at least with my SAS
9260-8i (using SATA disks).
Regards,
- Håvard
Home |
Main Index |
Thread Index |
Old Index