sam wrote:
--------------------------------------------------------
# ident /boot/kernel/kernel | grep ata-chipset
$FreeBSD: src/sys/dev/ata/ata-chipset.c,v 1.202.2.11 2008/08/02 12:34:49 remko Exp $
--------------------------------------------------------

Can you apply attached patch, rebuild your kernel, reboot in verbose
mode and show /var/run/dmesg.boot ?

--
WBR, Andrey V. Elsukov
--- ata-chipset.c.orig  2008-08-12 08:31:14.000000000 +0400
+++ ata-chipset.c       2008-08-14 13:31:40.000000000 +0400
@@ -2193,6 +2193,11 @@
        ctlr->allocate = ata_intel_allocate;
        ctlr->reset = ata_intel_reset;
 
+       if (bootverbose) {
+           device_printf(dev, "SCRD = 0x%08x, SATACR1 = 0x%08x\n",
+                           pci_read_config(dev, 0x94, 4),
+                           pci_read_config(dev, 0xac, 4));
+       }
        /* 
         * if we have AHCI capability and AHCI or RAID mode enabled
         * in BIOS we try for AHCI mode
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to