Krempasky, Mark wrote:
Hi,
We have a requirement to run FreeBSD 5.5 on a few Dell 2950's.
Unfortunately FreeBSD5.5 doesn't have the mfi drivers for the PERCK 5/I
controllers. Does anyone know of a reasonable work around to load the
drivers before sysinstall and then a way to permanently install them
after the OS is loaded?
I know FreeBSD6.x has the drivers by default but I just wanted to check
if there was an easy work around with 5.5 before I push back on the
developers.

Thanks a ton.

 [/usr/src]$ 5 > find . -name mfi
./sys/dev/mfi
./sys/modules/mfi

 [/boot/kernel]$ 9 > ls -l /boot/kernel/mfi.ko
-r-xr-xr-x  1 root  wheel  28597 Nov  2 14:07 /boot/kernel/mfi.ko

I would try and build the module and load it that way..

(the driver does support the card fully in 6.1.. )

[EMAIL PROTECTED] [~]$ 2 > dmesg | grep mfi
mfi0: <Dell PERC 5/i> mem 0xd80f0000-0xd80fffff,0xfc6e0000-0xfc6fffff irq 142 at device 14.0 on pci2
mfid0: <MFI Logical Disk> on mfi0
mfid0: 456191MB (934281215 sectors) RAID
Trying to mount root from ufs:/dev/mfid0s1a

(6 160GB drives in a raid 10 fwiw)
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to