From 66fd3d1ce732d9168d6a056986231ada8dfa500e Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 18 May 2003 11:30:09 +0000 Subject: Add support for CompactFlash on ATC board (includes support for Intel 82365 and compatible PC Card controllers, and Yenta-compatible PCI-to-CardBus controllers) --- board/atc/atc.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'board') diff --git a/board/atc/atc.c b/board/atc/atc.c index 3547f41..21ed2b0 100644 --- a/board/atc/atc.c +++ b/board/atc/atc.c @@ -24,6 +24,7 @@ #include #include #include +#include /* * I/O Port configuration table @@ -364,3 +365,14 @@ void doc_init (void) doc_probe (CFG_DOC_BASE); } #endif + +#ifdef CONFIG_PCI +struct pci_controller hose; + +extern void pci_mpc8250_init(struct pci_controller *); + +void pci_init_board(void) +{ + pci_mpc8250_init(&hose); +} +#endif -- cgit v1.1