xemac_g.c 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /*******************************************************************
  2. *
  3. * CAUTION: This file is automatically generated by libgen.
  4. * Version: Xilinx EDK 6.1.2 EDK_G.14
  5. * DO NOT EDIT.
  6. *
  7. * Author: Xilinx, Inc.
  8. *
  9. *
  10. * This program is free software; you can redistribute it and/or modify it
  11. * under the terms of the GNU General Public License as published by the
  12. * Free Software Foundation; either version 2 of the License, or (at your
  13. * option) any later version.
  14. *
  15. *
  16. * XILINX IS PROVIDING THIS DESIGN, CODE, OR INFORMATION "AS IS" AS A
  17. * COURTESY TO YOU. BY PROVIDING THIS DESIGN, CODE, OR INFORMATION AS
  18. * ONE POSSIBLE IMPLEMENTATION OF THIS FEATURE, APPLICATION OR STANDARD,
  19. * XILINX IS MAKING NO REPRESENTATION THAT THIS IMPLEMENTATION IS FREE
  20. * FROM ANY CLAIMS OF INFRINGEMENT, AND YOU ARE RESPONSIBLE FOR OBTAINING
  21. * ANY THIRD PARTY RIGHTS YOU MAY REQUIRE FOR YOUR IMPLEMENTATION.
  22. * XILINX EXPRESSLY DISCLAIMS ANY WARRANTY WHATSOEVER WITH RESPECT TO
  23. * THE ADEQUACY OF THE IMPLEMENTATION, INCLUDING BUT NOT LIMITED TO ANY
  24. * WARRANTIES OR REPRESENTATIONS THAT THIS IMPLEMENTATION IS FREE FROM
  25. * CLAIMS OF INFRINGEMENT, IMPLIED WARRANTIES OF MERCHANTABILITY AND
  26. * FITNESS FOR A PARTICULAR PURPOSE.
  27. *
  28. *
  29. * Xilinx hardware products are not intended for use in life support
  30. * appliances, devices, or systems. Use in such applications is
  31. * expressly prohibited.
  32. *
  33. *
  34. * (c) Copyright 2002-2004 Xilinx Inc.
  35. * All rights reserved.
  36. *
  37. *
  38. * You should have received a copy of the GNU General Public License along
  39. * with this program; if not, write to the Free Software Foundation, Inc.,
  40. * 675 Mass Ave, Cambridge, MA 02139, USA.
  41. *
  42. * Description: Driver configuration
  43. *
  44. *******************************************************************/
  45. #include "xparameters.h"
  46. #include "xemac.h"
  47. /*
  48. * The configuration table for devices
  49. */
  50. XEmac_Config XEmac_ConfigTable[] = {
  51. {
  52. XPAR_OPB_ETHERNET_0_DEVICE_ID,
  53. XPAR_OPB_ETHERNET_0_BASEADDR,
  54. XPAR_OPB_ETHERNET_0_ERR_COUNT_EXIST,
  55. XPAR_OPB_ETHERNET_0_DMA_PRESENT,
  56. XPAR_OPB_ETHERNET_0_MII_EXIST}
  57. };