Bug 60250 - [patch] rl(4) driver incorrect reset TX descriptors after network errors
Summary: [patch] rl(4) driver incorrect reset TX descriptors after network errors
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 5.1-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: Bill Paul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-15 10:50 UTC by bel
Modified: 2004-01-21 22:33 UTC (History)
1 user (show)

See Also:


Attachments
if_rl.c.diff (372 bytes, patch)
2003-12-15 10:50 UTC, bel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description bel 2003-12-15 10:50:17 UTC
	Kernel panic with message "panic: trap: memory address not aligned"
	on FreeBSD/sparc64 after network errors on rl(4) interface.
	The reason: Driver incorrect reset array of TX descriptors (DVMA
	address).

Fix: Use this patch.
Comment 1 Ceri Davies freebsd_committer freebsd_triage 2003-12-16 19:17:27 UTC
Responsible Changed
From-To: freebsd-bugs->wpaul

Assign to the rl(4) author.
Comment 2 Bill Paul freebsd_committer freebsd_triage 2004-01-21 22:32:33 UTC
State Changed
From-To: open->closed

Patch applied to if_rl.c in -current. 

-Bill