[DragonFlyBSD - Submit #2583] (New) please enable AHCI for nvidia MCP79

bugtracker-admin at leaf.dragonflybsd.org bugtracker-admin at leaf.dragonflybsd.org
Sun Sep 1 16:14:29 PDT 2013


Issue #2583 has been reported by edwberger.

----------------------------------------
Submit #2583: please enable AHCI for nvidia MCP79
http://bugs.dragonflybsd.org/issues/2583

* Author: edwberger
* Status: New
* Priority: Normal
* Assignee: 
* Category: 
* Target version: 
----------------------------------------
I finally got around to trying to fix AHCI for my ASUS AT3N7A-1 atom/ion
motherboard machine,
after noting an OpenBSD user's experience with the same motherboard.  It
appears dragonfly is
not up to date with nvidia AHCI PCI devices and the ahci attach code needs
additions.
After making the below changes and building kernel, I'm able to boot with
the BIOS set to AHCI mode.
Other nvidia motherboards are probably similarly affected by missing PCI
and attach info.

reference:
Added PCI-ID for nvidia MCP79 AHCI according to openbsd ahci bugfix posted
as http://openbsd.7691.n7.nabble.com/MPC79-in-AHCI-mode-td73751.html

changes for ASUS AT3N7A-1 motherboard bios set for AHCI

$ diff pcidevs.h pcidevs.h.orig
464d463
< #define PCI_PRODUCT_NVIDIA_MCP79_AHCI_1 0x0ab8                /* MCP79
AHCI */

$ diff ahci_attach.c ahci_attach.c.orig
73,74d72
<       { PCI_VENDOR_NVIDIA,    PCI_PRODUCT_NVIDIA_MCP79_AHCI_1,
<           ahci_nvidia_mcp_attach, ahci_pci_detach, "NVidia-MCP79-SATA" },

Thanks!
-
Ed Berger
edwberger at gmail.com


-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account



More information about the Submit mailing list