On 10/10/2006 10:18 AM, Juha Saarinen wrote:
Hmm... ata-chipset.c says there is AHCI support.

#include <sys/cdefs.h>
__FBSDID("$FreeBSD: src/sys/dev/ata/ata-chipset.c,v 1.126.2.11 2006/03/16 21:28:
51 sos Exp $");

If so, what could be the reason for FreeBSD not finding the SATA hard
disk in the system in AHCI mode?

Most likely this renumbers the drivers, so you go from your hard drive showing as eg. ad0 to ad4. You will need to edit /etc/fstab as appropriate to match what the drive is showing up as after changing to AHCI mode.

_______________________________________________
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