diff --git a/bochs/.conf.linux b/bochs/.conf.linux index f6270e091..9c084cd88 100755 --- a/bochs/.conf.linux +++ b/bochs/.conf.linux @@ -35,6 +35,8 @@ case $which_config in --enable-clgd54xx \ --enable-usb \ --enable-usb-ohci \ + --enable-es1370 \ + --enable-e1000 \ --enable-show-ips \ ${CONFIGURE_ARGS} ;; @@ -53,6 +55,8 @@ case $which_config in --enable-clgd54xx \ --enable-usb \ --enable-usb-ohci \ + --enable-es1370 \ + --enable-e1000 \ --enable-plugins \ --enable-show-ips \ --with-all-libs \ diff --git a/bochs/.conf.macos b/bochs/.conf.macos index cf8534737..700876ec4 100755 --- a/bochs/.conf.macos +++ b/bochs/.conf.macos @@ -26,6 +26,9 @@ export CXXFLAGS --enable-pci \ --enable-clgd54xx \ --enable-usb \ + --enable-usb-ohci \ + --enable-es1370 \ + --enable-e1000 \ --enable-plugins \ --with-macos \ ${CONFIGURE_ARGS} diff --git a/bochs/.conf.macosx b/bochs/.conf.macosx index ec7a2df05..a2cd4a856 100644 --- a/bochs/.conf.macosx +++ b/bochs/.conf.macosx @@ -28,5 +28,8 @@ export LDFLAGS --enable-pci \ --enable-clgd54xx \ --enable-usb \ + --enable-usb-ohci \ + --enable-es1370 \ + --enable-e1000 \ --enable-plugins \ ${CONFIGURE_ARGS} diff --git a/bochs/.conf.win32-cygwin b/bochs/.conf.win32-cygwin index b8b7d3cd6..ffd7b6c62 100755 --- a/bochs/.conf.win32-cygwin +++ b/bochs/.conf.win32-cygwin @@ -23,5 +23,7 @@ export CXXFLAGS --enable-clgd54xx \ --enable-usb \ --enable-usb-ohci \ + --enable-es1370 \ + --enable-e1000 \ --enable-show-ips \ --with-win32 --with-rfb --with-nogui diff --git a/bochs/.conf.win32-vcpp b/bochs/.conf.win32-vcpp index 2bb2eabc9..8875a8f25 100755 --- a/bochs/.conf.win32-vcpp +++ b/bochs/.conf.win32-vcpp @@ -12,6 +12,8 @@ set echo --enable-clgd54xx \ --enable-usb \ --enable-usb-ohci \ + --enable-es1370 \ + --enable-e1000 \ --enable-show-ips \ --disable-readline \ --without-x \