|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
if_xl.c
I'm running FreeBSD 5.3
It crush because the 3Com 3c905B-TX Fast Etherlink XL driver. I have if_xl.c version 1.179.2.1 2004/09/17 Where can I download a new version of if_xl.c becasue I read on google that on the 1.31 of if_xl.c revision the problem had ben fix. |
|
#2
|
||||
|
||||
|
Method 1: http://www.freebsd.org/cgi/cvsweb.cgi/ <-- Navigate to the file, check out the specific version and cut/paste the file. In your case, I think it is here:
http://www.freebsd.org/cgi/cvsweb.c...sys/pci/if_xl.c (They aren't in order though). Method 2: use CVS and check out the source manually. http://www.freebsd.org/doc/en_US.IS...ok/anoncvs.html
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by sizeablegrin, etienne141 and L7Sqr, superior C/C++ programmers of the month Last edited by Scorpions4ever : December 21st, 2004 at 06:17 PM. |
|
#3
|
|||
|
|||
|
Thanks, you are a life saver.
One think I don't get it: There is Revision 1.179.2.3 Thu Nov 11 01:50:05 2004 UTC and Revision 1.182 Mon Nov 8 16:16:04 2004 UTC What revision is the newer, the 1.179.2.3 is the last by date but 1.182 have a bigger number. |
|
#4
|
||||
|
||||
|
That's because the FreeBSD guys sometimes backport fixes from later versions back to the older versions (especially for -STABLE tree). Version 1.182 is probably a new version of the driver which is currently under development and may make it to FreeBSD 5.4 or whatever. It may be that when they were developing 1.182, someone noticed a bug that also applied to previous versions. Since 1.179 was shipped with 5.3 and is out in the wild, they probably fixed it for 1.179 also (which explains the later date). Note that the release for 1.179 says 1.179.2.3 -- the 2.3 are the minor revision numbers. You have version 1.179.2.1 which means that they've made two changes since your version.
Last edited by Scorpions4ever : December 22nd, 2004 at 02:42 PM. |
|
#5
|
|||
|
|||
|
O.K. Now I got it, thanks very much.
|
![]() |
| Viewing: Dev Shed Forums > Operating Systems > BSD Help > if_xl.c |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|