Re: Problems with ATA_CAM support in RELENG_8

2010-07-01 Thread Alexander Motin
Paul Mather wrote: > On Jun 30, 2010, at 5:18 PM, Alexander Motin wrote: >> Paul Mather wrote: PS: ATA_STATIC_ID is useless when ATA_CAM option enabled. >>> Thank you (and Jeremy Chadwick) for the help and information. The kernel >>> configuration options I used above were taken from a Virtu

Re: Problems with ATA_CAM support in RELENG_8

2010-07-01 Thread Jeremy Chadwick
On Thu, Jul 01, 2010 at 08:26:31AM -0400, Paul Mather wrote: > On Jun 30, 2010, at 5:21 PM, Jeremy Chadwick wrote: > >> I'm assuming that "subclass = ATA" means the controller can't operate > >> in AHCI mode. The BIOS setting is also confusing. It has two > >> options, "Normal" and "Legacy." "No

Re: Problems with ATA_CAM support in RELENG_8

2010-07-01 Thread Paul Mather
On Jun 30, 2010, at 5:18 PM, Alexander Motin wrote: > Paul Mather wrote: >>> PS: ATA_STATIC_ID is useless when ATA_CAM option enabled. >> >> Thank you (and Jeremy Chadwick) for the help and information. The kernel >> configuration options I used above were taken from a VirtualBox >> FreeBSD/am

Re: Problems with ATA_CAM support in RELENG_8

2010-06-30 Thread Akihiko Taniguchi
xc ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: Problems with ATA_CAM support in RELENG_8

2010-06-30 Thread Jeremy Chadwick
On Wed, Jun 30, 2010 at 04:52:22PM -0400, Paul Mather wrote: > I thought ICH8 supported AHCI, but maybe it's only ICH8R that does? No, not necessarily. There are ICHxx (non-ICHxxR) models which definitely provide AHCI (ex. ICHxxM for their Mobile chipsets; yes, many laptops do have AHCI capabilit

Re: Problems with ATA_CAM support in RELENG_8

2010-06-30 Thread Alexander Motin
Paul Mather wrote: >> PS: ATA_STATIC_ID is useless when ATA_CAM option enabled. > > Thank you (and Jeremy Chadwick) for the help and information. The kernel > configuration options I used above were taken from a VirtualBox FreeBSD/amd64 > install I have that I converted over to ATA_CAM when the

Re: Problems with ATA_CAM support in RELENG_8

2010-06-30 Thread Paul Mather
On Jun 30, 2010, at 1:38 PM, Alexander Motin wrote: >> To enable ATA_CAM AHCI support, I included this in my kernel config file: >> >> # ATA and ATAPI devices >> options ATA_CAM >> device ahci >> device atacore >> device atapci >> options ATA_STATIC_ID

Re: Fwd: Problems with ATA_CAM support in RELENG_8

2010-06-30 Thread Alexander Motin
Garrett Cooper wrote: > I am running FreeBSD/amd64 RELENG_8 on a Dell Optiplex 745. The hard > drive in the system is SATA and I have "Normal", not "Legacy" SATA > support enabled in the BIOS. (BIOS is V2.6.4.) I am assuming this > will enable native AHCI mode for the drive. > > I built a kerne

Re: Problems with ATA_CAM support in RELENG_8

2010-06-30 Thread Jeremy Chadwick
On Wed, Jun 30, 2010 at 12:07:54PM -0400, Paul Mather wrote: > I am running FreeBSD/amd64 RELENG_8 on a Dell Optiplex 745. The hard drive > in the system is SATA and I have "Normal", not "Legacy" SATA support enabled > in the BIOS. (BIOS is V2.6.4.) I am assuming this will enable native AHCI

Problems with ATA_CAM support in RELENG_8

2010-06-30 Thread Paul Mather
I am running FreeBSD/amd64 RELENG_8 on a Dell Optiplex 745. The hard drive in the system is SATA and I have "Normal", not "Legacy" SATA support enabled in the BIOS. (BIOS is V2.6.4.) I am assuming this will enable native AHCI mode for the drive. I built a kernel with ATA_CAM support, but for