Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751428AbXFCUXm (ORCPT ); Sun, 3 Jun 2007 16:23:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750909AbXFCUXf (ORCPT ); Sun, 3 Jun 2007 16:23:35 -0400 Received: from smtp2.it.da.ut.ee ([193.40.5.67]:34307 "EHLO smtp2.it.da.ut.ee" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750831AbXFCUXf (ORCPT ); Sun, 3 Jun 2007 16:23:35 -0400 Date: Sun, 3 Jun 2007 23:23:33 +0300 (EEST) From: Meelis Roos To: Linux Kernel list Subject: libata & no PCI: dma_[un]map_single undefined Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 805 Lines: 23 I accidentally enabled libata config options on my Sun Ultra 1 (sparc64, UP, no PCI, only SBUS): MODPOST 440 modules ERROR: "dma_unmap_sg" [drivers/ata/libata.ko] undefined! ERROR: "dma_map_sg" [drivers/ata/libata.ko] undefined! ERROR: "dma_unmap_single" [drivers/ata/libata.ko] undefined! ERROR: "dma_mapping_error" [drivers/ata/libata.ko] undefined! ERROR: "dma_map_single" [drivers/ata/libata.ko] undefined! CONFIG_PCI=n CONFIG_ATA=m This seems to be a valid configuration since libata can drive non-PCI devices too? -- Meelis Roos (mroos@linux.ee) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/