Public bug reported:

There is a simple line missing in ahci.c so the ahci driver can claim to be 
responsible for the esb2 chip:
(I am on edgy and the kernel I patched and tested it is 2.6.17-10)

------- snip ----

--- ahci-old.c  2006-10-06 23:17:19.000000000 +0200
+++ ahci.c      2006-10-06 23:17:35.000000000 +0200
@@ -293,6 +293,8 @@
          board_ahci }, /* ICH7R */
        { PCI_VENDOR_ID_AL, 0x5288, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
          board_ahci }, /* ULi M5288 */
+       { PCI_VENDOR_ID_INTEL, 0x2680, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+         board_ahci }, /* ESB2 */
        { PCI_VENDOR_ID_INTEL, 0x2681, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
          board_ahci }, /* ESB2 */
        { PCI_VENDOR_ID_INTEL, 0x2682, PCI_ANY_ID, PCI_ANY_ID, 0, 0,

Note: the original reporter indicated the bug was in package 'kernel-
image'; however, that package was not published in Ubuntu.

** Affects: Ubuntu
     Importance: Undecided
         Status: Unconfirmed

-- 
Use correct SATA driver for (some) MacPros
https://launchpad.net/bugs/64433

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to