/*
- * $Id$
- *
* ADM5120 PCI Host Controller driver
*
- * Copyright (C) 2007 OpenWrt.org
- * Copyright (C) 2007 Gabor Juhos <juhosg at openwrt.org>
+ * Copyright (C) 2007-2008 Gabor Juhos <juhosg@openwrt.org>
*
* This code was based on the ADM5120 specific port of the Linux 2.6.10 kernel
* done by Jeroen Vreeken
#include <asm/delay.h>
#include <asm/bootinfo.h>
-#include <adm5120_defs.h>
-#include <adm5120_info.h>
-#include <adm5120_defs.h>
-#include <adm5120_platform.h>
+#include <asm/mach-adm5120/adm5120_defs.h>
+#include <asm/mach-adm5120/adm5120_info.h>
+#include <asm/mach-adm5120/adm5120_defs.h>
+#include <asm/mach-adm5120/adm5120_platform.h>
#undef DEBUG
static int __init adm5120_pci_setup(void)
{
- int pci_bios;
-
- pci_bios = adm5120_has_pci();
-
- printk(KERN_INFO "adm5120: system has %sPCI BIOS\n",
- pci_bios ? "" : "no ");
- if (pci_bios == 0)
+ if (adm5120_package_pqfp()) {
+ printk(KERN_INFO "PCI: not available on ADM5120P\n");
return -1;
+ }
/* Avoid ISA compat ranges. */
PCIBIOS_MIN_IO = 0x00000000;