From 83dbe3786387e4efd604987863637b36d4c521ef Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 10 Feb 2009 18:24:02 +0000 Subject: 2009-02-10 Joel Sherrill * networkconfig-qemu.h: Add option for qemu to use PCI i82551 NIC. --- ChangeLog | 4 ++++ networkconfig-qemu.h | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 806cd4a..9860c73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-02-10 Joel Sherrill + + * networkconfig-qemu.h: Add option for qemu to use PCI i82551 NIC. + 2008-09-18 Joel Sherrill * networkconfig.h: Revert previous patch. Use loopback configuration diff --git a/networkconfig-qemu.h b/networkconfig-qemu.h index 6b42cf1..9c02c61 100644 --- a/networkconfig-qemu.h +++ b/networkconfig-qemu.h @@ -22,8 +22,16 @@ #undef RTEMS_BSP_NETWORK_DRIVER_NAME #undef RTEMS_BSP_NETWORK_DRIVER_ATTACH +#if 0 #define RTEMS_BSP_NETWORK_DRIVER_NAME "ne1" #define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_ne_driver_attach +#else +int +rtems_fxp_attach(struct rtems_bsdnet_ifconfig *config, int attaching); +#define RTEMS_BSP_NETWORK_DRIVER_NAME "fxp1" +#define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_fxp_attach +#endif + #ifdef RTEMS_USE_BOOTP #undef RTEMS_USE_BOOTP -- cgit v1.2.3