Displaying 5 results from an estimated 5 matches for "if_xl".
2003 Aug 10
2
Heads up: New if_xl committed
As promised, the updated if_xl with full busdma support / other
improvements has been MFC'd to 4.8-stable. While I have put this driver
through extensive testing, it is possible that there may be bugs which are
either present in the -current version or that I added in the MFC process.
So, if you cvsup to -stable anytime in...
2003 Aug 09
28
[releng_4 tinderbox] failure on alpha/alpha
TB --- 2003-08-09 16:00:11 - starting RELENG_4 tinderbox run for alpha/alpha
TB --- 2003-08-09 16:00:11 - checking out the source tree
TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha
TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src
TB --- 2003-08-09 16:00:11 - /usr/bin/cvs returned exit code 1
TB --- 2003-08-09 16:00:11 - ERROR: unable to check out the source tree
TB ---
2003 Jul 29
0
Followup to Luoqi Chen's 4.x PAE post; if_xl driver
In addition to the network drivers Luoqi provided PAE patches for, I have
also backported -current's if_xl driver; it is available at:
http://www.silby.com/pae/
Even if you're not running Luoqi's PAE patch, I'd be interested in hearing
how it works for you.
Thanks,
Mike "Silby" Silbersack
2003 Jul 29
1
kern/53717: 4.8-RELEASE kernel panic (page fault)
...tf_ecx = -321206547, tf_eax = 362078,
tf_trapno = 12, tf_err = 0, tf_eip = -1071748476, tf_cs = 8,
tf_eflags = 66055, tf_esp = -1062227968, tf_ss = -1037503460})
at /usr/src/sys/i386/i386/trap.c:466
#16 0xc01e6a84 in xl_newbuf (sc=0xc228f000, c=0xc228f41c)
at /usr/src/sys/pci/if_xl.c:1817
#17 0xc01e6c3e in xl_rxeof (sc=0xc228f000) at /usr/src/sys/pci/if_xl.c:1918
#18 0xc01e737c in xl_intr (arg=0xc228f000) at /usr/src/sys/pci/if_xl.c:2156
#19 0xc023a792 in cpu_idle () at /usr/src/sys/i386/i386/machdep.c:1022
(kgdb) q
gdb -k /usr/obj/usr/src/sys/FRANT/kernel.debug vmcore.3
GNU...
2003 Sep 16
3
Release Engineering Status Report
...map entry exhaustion panic, which can
> be fixed by increasing the number of kmap entries. (Tor has a patch for
> this, I will probably commit it soon.)
>
> 3. A panic caused by sending 64K-1 ping packets, which I can't reproduce.
>
> (There's also a small problem with if_xl on pentium-1 machines, but since
> it's my fault and I'm waiting on test results from a guy, we won't talk
> about it.)
>
> (Hey, anyone have a pentium-200 and a 3com 905B card? Contact me, further
> testing can't hurt.)
>
> So, as far as I can tell, there ar...