Mercurial > ecos-v2_0-branch
changeset 479:64c3467211ac
Handle PCI window in uncached space.
| author | gthomas |
|---|---|
| date | Sat, 04 Jan 2003 03:31:43 +0000 |
| parents | 69c11cd3bb1a |
| children | cf40eb699ddf |
| files | packages/devs/eth/powerpc/csb281/current/ChangeLog packages/devs/eth/powerpc/csb281/current/include/devs_eth_csb281.inl |
| diffstat | 2 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/eth/powerpc/csb281/current/ChangeLog +++ b/packages/devs/eth/powerpc/csb281/current/ChangeLog @@ -1,3 +1,8 @@ +2003-01-03 Gary Thomas <gary@mlbassoc.com> + + * include/devs_eth_csb281.inl: PCI window is now in specially + mapped, uncacheable space. + 2002-12-24 Gary Thomas <gary@mlbassoc.com> * include/devs_eth_csb281.inl:
--- a/packages/devs/eth/powerpc/csb281/current/include/devs_eth_csb281.inl +++ b/packages/devs/eth/powerpc/csb281/current/include/devs_eth_csb281.inl @@ -9,7 +9,7 @@ // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. -// Copyright (C) 2002 Gary Thomas +// Copyright (C) 2002, 2003 Gary Thomas // // eCos is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free @@ -44,7 +44,7 @@ // Author(s): jskov // Contributors:jskov, gthomas // Date: 2001-01-25 -// Purpose: PC i82559 ethernet defintions +// Purpose: PCI/i82559 ethernet defintions //####DESCRIPTIONEND#### //========================================================================== @@ -52,7 +52,7 @@ #ifdef CYGPKG_DEVS_ETH_CSB281_ETH0 -#define CYGHWR_INTEL_I82559_PCI_MEM_MAP_BASE (CYGARC_UNCACHED_ADDRESS(CYGMEM_SECTION_pci_window)) +#define CYGHWR_INTEL_I82559_PCI_MEM_MAP_BASE CYGMEM_SECTION_pci_window #define CYGHWR_INTEL_I82559_PCI_MEM_MAP_SIZE CYGMEM_SECTION_pci_window_SIZE #define CYGHWR_DEVS_ETH_INTEL_I82559_HAS_NO_EEPROM #define CYGHWR_DEVS_ETH_INTEL_I82559_USE_MEMORY
