blob: d9851574f73bd7fef6161026568c3eed31f1dd7b [file] [log] [blame]
wdenk028ab6b2004-02-23 23:54:43 +00001/*******************************************************************
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
Grant Likely99b0f0f2007-02-20 09:04:52 +010046#include <config.h>
wdenk028ab6b2004-02-23 23:54:43 +000047#include "xemac.h"
48
49/*
50* The configuration table for devices
51*/
52
53XEmac_Config XEmac_ConfigTable[] = {
54 {
55 XPAR_OPB_ETHERNET_0_DEVICE_ID,
56 XPAR_OPB_ETHERNET_0_BASEADDR,
57 XPAR_OPB_ETHERNET_0_ERR_COUNT_EXIST,
58 XPAR_OPB_ETHERNET_0_DMA_PRESENT,
59 XPAR_OPB_ETHERNET_0_MII_EXIST}
60};