Re: Unable to get RealTek 8139C+ to work with re(4) under FreeBSD 6.1

2006-10-17 Thread Pyun YongHyeon
On Wed, Oct 18, 2006 at 10:55:11AM +0900, To Brian A. Seklecki wrote: > On Tue, Oct 17, 2006 at 09:25:52PM -0400, Brian A. Seklecki wrote: > > > > Dinesh et al: > > > > Did this problem ever get resolved? I'm tracking down a very similar bug > > with an SBC - An Axiomtek SBC83672 Ver

Re: Unable to get RealTek 8139C+ to work with re(4) under FreeBSD 6.1

2006-10-17 Thread Pyun YongHyeon
On Tue, Oct 17, 2006 at 09:25:52PM -0400, Brian A. Seklecki wrote: > > Dinesh et al: > > Did this problem ever get resolved? I'm tracking down a very similar bug > with an SBC - An Axiomtek SBC83672 Ver.C13.10.0. > > Dinish: What platform are you using? You said you had a 4x re(4) SBC,

Re: Unable to get RealTek 8139C+ to work with re(4) under FreeBSD 6.1

2006-10-17 Thread Brian A. Seklecki
Dinesh et al: Did this problem ever get resolved? I'm tracking down a very similar bug with an SBC - An Axiomtek SBC83672 Ver.C13.10.0. Dinish: What platform are you using? You said you had a 4x re(4) SBC, but never posted full dmesg(8). Mine is a Via C3/Samuel inside an OEM network appl

RE: LSI1064 and LSI1064E and mpt

2006-10-17 Thread Johannes.Kruger
Hi Matthew. I gave up on the PCI-express version of the card for the time being. The PCI-X running the same firmware works fine, except for the slow RAID of course. I still have the main problem I try to get to the bottom off, and that is that the RAID-1 volume da0 is very slow. - Slow with even j

Re: Fscking a partition mounted Read only...

2006-10-17 Thread Rick C. Petty
On Tue, Oct 17, 2006 at 10:06:36AM +0200, Oliver Fromme wrote: > Rick C. Petty wrote: > > I doubt you'd get the code to work under 6.x or 5.x even. I'm not sure if > > any GEOM-related stuff ever made it into fsck, but certainly the background > > checking code and softupdates changes were intr

delete 2 macros from queue.h

2006-10-17 Thread Stepan A. Baranov
Hello, I made the Russian translation of queue(3) and found out that in sys/sys/queue.h there are macros SLIST_FOREACH_PREVPTR and STAILQ_REMOVE_HEAD_UNTIL which are not described in queue(3). The macros SLIST_FOREACH_PREVPTR is used only in sys/kern/sysv_sem.c and the macros STAILQ_REMOVE_HEAD_U

Re: Threading system calls (int 80h)

2006-10-17 Thread David Xu
On Tuesday 17 October 2006 16:10, Divacky Roman wrote: > On Mon, Oct 16, 2006 at 02:08:59PM +0200, Marco van de Voort wrote: > > > On Sunday 15 October 2006 01:32, David Xu wrote: > > > > You are going to be unable to use libc if you create raw thread in > > > > your program, libc uses pthread APIs

Re: Threading system calls (int 80h)

2006-10-17 Thread Divacky Roman
On Mon, Oct 16, 2006 at 02:08:59PM +0200, Marco van de Voort wrote: > > > > On Sunday 15 October 2006 01:32, David Xu wrote: > > > You are going to be unable to use libc if you create raw thread in your > > > program, libc uses pthread APIs, if you create a raw thread, your > > > program will cras

Re: Fscking a partition mounted Read only...

2006-10-17 Thread Oliver Fromme
Rick C. Petty wrote: > VANHULLEBUS Yvan wrote: > > Could it be interesting (and quite safe !) to recompile 4.X's fsck > > under FreeBSD6 and do the test again on FreeBSD 6 ? > > I doubt you'd get the code to work under 6.x or 5.x even. I'm not sure if > any GEOM-related stuff ever made it i