Re: VIA Rhine II network card
From: Tomek Tylec (my-buziaki_at_interecho.com)
Date: 11/16/04
- Previous message: Willem Jan Withagen: "Questions about a 5.2.1 crash....."
- In reply to: Daniel O'Connor: "Re: VIA Rhine II network card"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Daniel O'Connor <doconnor@gsoft.com.au>, freebsd-stable@freebsd.org Date: Tue, 16 Nov 2004 21:32:11 +0100
Dnia 16-11-2004, Wto o godzinie 20:08 +1030, Daniel O'Connor napisał(a):
> Hmm, I'm not sure what changed sorry - perhaps you could look for changes in
> the code by using cvsweb.freebsd.org.
I made an experiment. I downloaded if_vr.c from cvs which was tagged as
5.2.1-RELEASE. Then I substituted if_vr.c in my /usr/src/sys/pci. Of
course kernel did not compile, but I analyzed errors, and slightly
modified if_vr.c according to latest version of that file. Then it
compiled successfuly. But nothing changed... So I think there are 3
possibilities:
1) It's problem in my network. But it's very odd that it happens only
when I run 5.3, not under Linux, and 5.1.
2) The problem is not in if_vr.c but in some other part of system, but
which ?
3) Problem must be in part of code that I had to replace in if_vr.c, to
have it correctly compiled. These were:
a) functions: vr_start, vr_start_locked, vr_init, vr_init_locked
In comments near these functions I read that they (vr_start*) are
responsible for transmission. I've pasted them as they were in current
vr_if.c because of changes in some structures used there...
b) part of function vr_txeof
Future examining of code is beyond my skills...
Anyone knows what could be wrong ?
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
- Previous message: Willem Jan Withagen: "Questions about a 5.2.1 crash....."
- In reply to: Daniel O'Connor: "Re: VIA Rhine II network card"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|