Bug 105580 - bochs ne2k module was broken in FreeBSD
Summary: bochs ne2k module was broken in FreeBSD
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-15 18:50 UTC by Thinker
Modified: 2006-11-19 15:20 UTC (History)
0 users

See Also:


Attachments
patch-iodev::eth_fbsd.cc (391 bytes, text/plain)
2006-11-15 18:50 UTC, Thinker
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thinker 2006-11-15 18:50:01 UTC
If you use ne2k driver for FreeBSD, bochs will not receive incoming packets
untill the buffer specified by bochs is full (2048). It cause connections
timeout in low traffic condition. Client OS think it losts packets, but it
actually in a BPF buffer waiting for receive.

Fix: apply following patch.

How-To-Repeat: Run bochs on FreeBSD with it's fbsd ne2k module.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-11-19 15:09:10 UTC
State Changed
From-To: open->closed

Patch added. Please, send this patch to bochs authors for inclusion in next 
release, too! Thank you.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-11-19 15:10:02 UTC
pav         2006-11-19 15:09:53 UTC

  FreeBSD ports repository

  Modified files:
    emulators/bochs      Makefile 
  Added files:
    emulators/bochs/files patch-iodev-eth_fbsd.cc 
  Log:
  - If you use ne2k driver for FreeBSD, bochs will not receive incoming packets
    until the buffer specified by bochs is full (2048). Enable immediate mode to
    solve this.
  
  PR:             ports/105580
  Submitted by:   Thinker <thinker@branda.to>
  
  Revision  Changes    Path
  1.77      +1 -0      ports/emulators/bochs/Makefile
  1.1       +17 -0     ports/emulators/bochs/files/patch-iodev-eth_fbsd.cc (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"