| Summary: | Realtek driver crashes when copying a lot of data via NFS | ||
|---|---|---|---|
| Product: | Base System | Reporter: | haering <haering> |
| Component: | kern | Assignee: | Bill Paul <wpaul> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.0-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
haering
2000-03-24 17:40:01 UTC
Responsible Changed From-To: freebsd-bugs->wpaul Cool, a network driver PR with a patch! Bill, this one's yours. State Changed From-To: open->closed I applied a fix of my own in the same vein as your patch (to both -current and 4.0-STABLE). There's not much the driver can do if it can't get an mbuf for transmission except wait until more mbufs become available. If this is happening on a GENERIC kernel, you can try increasing NMBCLUSTERS. |