Joachim Schipper wrote:
'not configured' typically means the kernel knows what it is, but doesn't know what to do with it.
More specifically, it means that the kernel knows the PCI device's ID and vendor, but doesn't have a driver to hook it to.
FreeBSD supports it with the ips driver and it appears to be non-BLOB; the original commit message also implies that it's actually an Adaptec card, so it might be as easy as hooking it to an existing Adaptec driver. (I doubt it, but it may be worth a shot.)

