duane909 said:
pciconf reports it as:
Code:
none3@pci0:2:0:0: class=0x010700 card=0x1f1e1028 chip=0x00721000 rev=0x03 hdr=0x00
class = mass storage
subclass = SAS
That's odd. 0072 1000 is a vanilla SAS2008 controller which should be handled by the
mps(4) driver.
You're trying to install from an amd64 distribution CD/DVD, right? It looks like
mps(4) isn't in the GENERIC kernel on i386, only on amd64. I'm not sure why that is.
If you're using i386 for some reason, you could try selecting the "escape to loader prompt" option on the boot menu when booting the installation CD, then typing:
and seeing if the disk is detected. You could also do this from the shell prompt on the installation menu, if that is more convenient.
If this works, don't forget to add:
to your
/boot/loader.conf file, or create a custom kernel with:
in the config.
Note: Clicking on the
mps(4) manpage link in this post gets you a manpage with scary notes about "not tested on i386", "no integrated RAID support", etc. Select the 8.3-RELEASE version of the manpage to find the actual manpage for 8.3, which doesn't have those scary warnings (it is a newer version).