You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lixuefeng
17cc4da154
|
10 years ago | |
---|---|---|
.. | ||
GMAC_Pmon.h | 13 years ago | |
Makefile | 13 years ago | |
if_gmac.c | 10 years ago | |
license.txt | 13 years ago | |
mii.c | 13 years ago | |
mii.h | 13 years ago | |
readme | 13 years ago | |
synopGMAC_Debug.c | 13 years ago | |
synopGMAC_Dev.c | 10 years ago | |
synopGMAC_Dev.h | 10 years ago | |
synopGMAC_Host.c | 13 years ago | |
synopGMAC_Host.h | 10 years ago | |
synopGMAC_banner.h | 13 years ago | |
synopGMAC_driver_ug.pdf | 13 years ago | |
synopGMAC_network_interface.c | 10 years ago | |
synopGMAC_network_interface.h | 10 years ago | |
synopGMAC_pci_bus_interface.c | 13 years ago | |
synopGMAC_pci_bus_interface.h | 13 years ago | |
synopGMAC_plat.c | 10 years ago | |
synopGMAC_plat.h | 10 years ago |
readme
*************************************README***************************************
**********************************************************************************
This is a README file for the sample device driver software for Synopsys Universal
GMAC IP. The files listed below are available in this directory.
./README (this file)
./synopGMAC_banner.h
./synopGMAC_plat.c
./synopGMAC_plat.h
./synopGMAC_Dev.c
./synopGMAC_Dev.h
./synopGMAC_network_interface.c
./synopGMAC_network_interface.h
./synopGMAC_pci_bus_interface.c
./synopGMAC_pci_bus_interface.h
./synopGMAC_Host.c
./synopGMAC_Host.h
./Makefile
./synopGMAC_Debug.c
./synopGMAC_driver_ug.pdf
The User Guide (synopGMAC_driver_ug.pdf) provides details about driver architecture, flow
diagrams and driver APIs. Please refer to compilation subsection of chapter 1 to compile
the driver and the debug utility. The same section explains how to use the kernel module
in Linux platform.