From dab65b1211f460bc1178c16ba142aeb118facc41 Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Sat, 14 May 2005 17:40:05 +0000 Subject: [PATCH] Enable ethernet on MacOS X even though slirp seems to have some small problems on big endian systems. IOW, Basilisk II can hang there. I also noticed that on Linux/ppc so that's probably not MacOS X specific, assuming the same problem. ==> A packet arrives but Basilisk II can't seem to trigger an interrupt (need to try sheep_net/tun in linux to make sure) --- BasiliskII/src/Unix/configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/BasiliskII/src/Unix/configure.ac b/BasiliskII/src/Unix/configure.ac index e7eea328..fe63d08e 100644 --- a/BasiliskII/src/Unix/configure.ac +++ b/BasiliskII/src/Unix/configure.ac @@ -474,6 +474,7 @@ irix*) CFLAGS="$ocflags" ;; darwin*) + ETHERSRC=ether_unix.cpp if [[ "x$ac_cv_framework_IOKit" = "xyes" ]]; then EXTRASYSSRCS="../MacOSX/sys_darwin.cpp" fi