aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/vmware3/files/patch-bc
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-09-15 10:19:47 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-09-15 10:19:47 +0000
commit7bc3142cfd3d194c9d281ccd474bd832cc5d0f63 (patch)
tree5795dd37edc4a8e9c5b1441e7e42968919a2d1c0 /emulators/vmware3/files/patch-bc
parent0b249ca5bb2fd87b6b70ebd0dae7847c144ee0c1 (diff)
Add support for the latest current. (a bit kind of ad hoc)
Diffstat (limited to 'emulators/vmware3/files/patch-bc')
-rw-r--r--emulators/vmware3/files/patch-bc11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/vmware3/files/patch-bc b/emulators/vmware3/files/patch-bc
new file mode 100644
index 000000000000..b2764c90596a
--- /dev/null
+++ b/emulators/vmware3/files/patch-bc
@@ -0,0 +1,11 @@
+--- vmnet-only/freebsd/vmnet.c.orig Mon Jul 31 08:36:25 2000
++++ vmnet-only/freebsd/vmnet.c Mon Sep 11 00:34:08 2000
+@@ -164,7 +164,7 @@
+
+ s = splimp();
+ if_attach(ifp);
+- ether_ifattach(ifp);
++ ether_ifattach(ifp, ETHER_BPF_SUPPORTED);
+ bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header));
+ splx(s);
+