Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jul 2010 14:38:29 +0000
From:      "b. f." <bf1783@googlemail.com>
To:        freebsd-questions@FreeBSD.org
Cc:        001 <snthibaud@gmail.com>
Subject:   Re: Har
Message-ID:  <AANLkTil9mB7A4lXq_I1mEvdKqrIzBoPQtZBEHSWODl1Z@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
>My hdd is using UDMA33 under PC-BSD (which uses a FreeBSD kernel). The
>Nvidia SATA chipset seems to be detected, but isn't used! I hope this
>is easily solvable because my laptop becomes really slow when the hdd
>is used now.

It seems to be using UDMA133, which isn't all _that_ slow.  :)  But of
course SATA would be better, especially if your chipset supports
features like NCQ.  In order to use SATA:

(a) hardware and your BIOS have to support AHCI (because the FreeBSD
developers haven't taken the time to support most SATA hardware that
uses proprietary non-AHCI interfaces);
(b) your kernel has to contain the ahci(4) driver (or the older ata(4)
drivers that have been built with the ATA_CAM kernel option); and
(c) your hardware has to be recognized by these drivers.

You can look at your BIOS setup to try to see if AHCI is enabled, or
talk to the manufacturer.  You can check the output of "kldstat -v" or
talk to the PC-BSD support team to see if you have the proper drivers.
 And you can look at the output of "pciconf -lv" to check information
about your hardware, and look at the subclass field, or compare the
chip numbers to the list of supported hardware in the source code of
the drivers, like:

/usr/src/sys/dev/ahci/ahci.c
/usr/src/sys/dev/ata/chipsets/ata-nvidia.c

b.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTil9mB7A4lXq_I1mEvdKqrIzBoPQtZBEHSWODl1Z>