direct-io.hg
changeset 3588:abddf91bdfa8
bitkeeper revision 1.1159.212.56 (41faca1d8ReaIESo4E0ltuhh1uQMSg)
Enable ne2k driver in ioemu tools.
Signed-off-by: Xin B Li <xin..b.li@intel.com>
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
Signed-off-by: Keir Fraser <keir.fraser@intel.com>
Enable ne2k driver in ioemu tools.
Signed-off-by: Xin B Li <xin..b.li@intel.com>
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
Signed-off-by: Keir Fraser <keir.fraser@intel.com>
author | kaf24@scramble.cl.cam.ac.uk |
---|---|
date | Fri Jan 28 23:26:21 2005 +0000 (2005-01-28) |
parents | b6a7858bac9a |
children | 24a15d37eec4 |
files | tools/ioemu/include/config.h |
line diff
1.1 --- a/tools/ioemu/include/config.h Fri Jan 28 23:22:36 2005 +0000 1.2 +++ b/tools/ioemu/include/config.h Fri Jan 28 23:26:21 2005 +0000 1.3 @@ -867,7 +867,7 @@ typedef 1.4 #endif 1.5 1.6 // NE2K network emulation 1.7 -#define BX_NE2K_SUPPORT 0 1.8 +#define BX_NE2K_SUPPORT 1 1.9 #define BX_ETH_NULL_LOGGING 1 1.10 #define BX_ETH_FBSD_LOGGING 1 1.11 1.12 @@ -891,7 +891,7 @@ typedef 1.13 #define HAVE_ETHERTAP 0 1.14 1.15 // this enables TUN/TAP packet mover; determined by configure script 1.16 -#define HAVE_TUNTAP 0 1.17 +#define HAVE_TUNTAP 1 1.18 1.19 1.20 // I/O Interface to debug