⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sitsang_eth_drivers.cdl

📁 Intel XScale PXA255 引导Linux的Redboot 版bootloader源代码!
💻 CDL
字号:
# ====================================================================##	sitsang_eth_drivers.cdl##	Ethernet drivers#	Intel SITSANG and PRO/100+ platform specific support## ====================================================================#####COPYRIGHTBEGIN#####                                                                          # -------------------------------------------                              # The contents of this file are subject to the Red Hat eCos Public License # Version 1.1 (the "License"); you may not use this file except in         # compliance with the License.  You may obtain a copy of the License at    # http://www.redhat.com/                                                   #                                                                          # Software distributed under the License is distributed on an "AS IS"      # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the # License for the specific language governing rights and limitations under # the License.                                                             #                                                                          # The Original Code is eCos - Embedded Configurable Operating System,      # released September 30, 1998.                                             #                                                                          # The Initial Developer of the Original Code is Red Hat.                   # Portions created by Red Hat are                                          # Copyright (C) 1998, 1999, 2000 Red Hat, Inc.                             # All Rights Reserved.                                                     # -------------------------------------------                              #                                                                          #####COPYRIGHTEND##### ====================================================================######DESCRIPTIONBEGIN###### Author(s):      hmt# Original data:  hmt# Contributors:	  gthomas# Date:           2000-02-01######DESCRIPTIONEND###### ====================================================================cdl_package CYGPKG_DEVS_ETH_ARM_SITSANG {    display       "Intel SITSANG with SMSC LAN91C96 ethernet driver"    parent        CYGPKG_IO_ETH_DRIVERS    active_if     CYGPKG_IO_ETH_DRIVERS    active_if     CYGPKG_HAL_ARM_SITSANG    implements    CYGHWR_NET_DRIVER_ETH0    # yes, there should be two of these "implement"s    implements    CYGHWR_NET_DRIVERS    implements    CYGHWR_NET_DRIVERS    include_dir   cyg/devs/eth    # SNMP demands to know stuff; this sadly makes us break the neat    # abstraction of the device having nothing exported.    # The other one is used by other tests:    include_files include/sitsang_eth_info.h include/lan91c96.h include/lan91c96DCS.h include/lan91c96API.h include/lan91c96Platform.h    # and tell them that it is available    define_proc {	puts $::cdl_system_header \       "#define CYGBLD_DEVS_ETH_DEVICE_H <pkgconf/devs_eth_arm_sitsang.h>"    }    description   "Ethernet driver for Intel SITSANG with SMsC LAN91C96 Ethernet Controller."    compile       -library=libextras.a if_sitsang.c lan91c96.c    cdl_option CYGDBG_DEVS_ETH_ARM_SITSANG_CHATTER {	display "Prints ethernet device status info during startup"	default_value 0	description   "	    The ethernet device initialization code can print lots of info	    to confirm that it has read	    the MAC address from EEPROM correctly, and so on, and also	    displays the mode (10/100MHz, half/full duplex) of the	    connection."    }    cdl_option CYGNUM_DEVS_ETH_ARM_SITSANG_DEV_COUNT {	display "Number of supported interfaces."        legal_values  1	default_value 1        flavor        data	description   ""    }    cdl_component CYGPKG_DEVS_ETH_ARM_SITSANG_WRITE_EEPROM {	display "SIOCSIFHWADDR records MAC address in EEPROM"	default_value 0	description   "	    The ioctl() socket call with operand SIOCSIFHWADDR sets the	    interface hardware address - the MAC address or ethernet	    address.  This option causes the new MAC address to be written	    into the EEPROM associated with the interface, so that the new	    MAC address is permanently recorded.  Doing this should be a	    carefully chosen decision, hence this option."    }    cdl_component CYGPKG_DEVS_ETH_ARM_SITSANG_OPTIONS {        display "Intel SITSANG with ethernet driver build options"        flavor  none	no_define        cdl_option CYGPKG_DEVS_ETH_ARM_SITSANG_CFLAGS_ADD {            display "Additional compiler flags"            flavor  data            no_define            default_value { "-D_KERNEL -D__ECOS" }            description   "                This option modifies the set of compiler flags for                building the Intel SITSANG with ethernet driver                package. These flags are used in addition to the set of                global flags."        }    }}# EOF sitsang_eth_drivers.cdl

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -