aboutsummaryrefslogtreecommitdiffstats
path: root/hw/mcf_fec.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-3/+3
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-4/+2
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori1-5/+15
2009-01-13Check NIC model in some NIC init functions (Mark McLoughlin)aliguori1-0/+2
2009-01-07Fix build breakage introduced by r6219aliguori1-1/+1
2009-01-07Add a -net name=foo parameter (Mark McLoughlin)aliguori1-1/+1
2009-01-07add missing MAC address to info_str for some NICs (Mark McLoughlin)aliguori1-0/+1
2009-01-07Add a model string to VLANClientState (Mark McLoughlin)aliguori1-2/+2
2007-11-18Add statics and missing #includes for prototypes.pbrook1-1/+1
2007-11-17Break up vl.h.pbrook1-1/+3
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2007-06-07Fix return type.pbrook1-1/+1
2007-06-04ColdFire Ethernet support.pbrook1-0/+456