Archimedes Gaviola schrieb:
I try installing DragonFly-2.0.1 with SAS hard drive (RAID 1) but
weren't detected. Attached file is a dmesg output.

It looks like HP Smart Array and our ciss(4) doesn't seem to have support for it. Maybe just the PCI ID is missing. Try adding:

{ 0x103C, 0x3230, CISS_BOARD_SA5,   "HP Smart Array" },

to the ciss_vendor_data[] array in /usr/src/sys/dev/raid/ciss/ciss.c (before {0, 0, 0, NULL}).

If there are more things we need, you could look at merging FreeBSD's changes (unless someone else steps up to upgrade ciss(4).

Sascha

--
http://yoyodyne.ath.cx

Reply via email to