On Wed, 19 Jan 2005 22:44:48 -0800, David Yu <[EMAIL PROTECTED]> wrote:
Hi folks,
I was wondering why the kernel side iconv support is so incomplete. I
mean, only XLAT and XLAT 16 converters are implemented. Is there any
reason that we don't want to put all converters into the kernel (e.g.
too larg
On Wed, 19 Jan 2005 22:44:48 -0800, David Yu <[EMAIL PROTECTED]> wrote:
> Hi folks,
> I was wondering why the kernel side iconv support is so incomplete. I
> mean, only XLAT and XLAT 16 converters are implemented. Is there any
> reason that we don't want to put all converters into the kernel (e.g.
Hi folks,
I was wondering why the kernel side iconv support is so incomplete. I
mean, only XLAT and XLAT 16 converters are implemented. Is there any
reason that we don't want to put all converters into the kernel (e.g.
too large)? Or just no one wrote it?
I think the iconv support is really importa
Hello,
Can someone tell me how to resize the freebsd
partition without losing any data? I have a 8GB
freebsd partition and 1/2 GB swap and want to install
another *bsd onto the harddisk.
thanks
-kamal
__
Do you Yahoo!?
Read only the mail you
>On Thu, 20 Jan 2005, yoke an wrote:
> > >
> > >On Wed, 19 Jan 2005, yoke an wrote:
> > > >
> > > >Hi ,
> > > >
> > > >We have recently purchased Tyan Transport GX21 (B2735G21S2)
with
> > Tiger
> > > >i7501R S2735-8M motherboard. I'm trying to install FreeBSD
v4.8
Scott Long writes:
| On Thu, 20 Jan 2005, yoke an wrote:
| > My motherboard is using an ICH5 southbridge and your suggestion is works.
| > As you said, my sata disks appear to be normal IDE drives but it is not
| > running on Raid mode. Currently I'm having 2 HDD, if I do this option,
| > it cannot
On Thu, 20 Jan 2005, yoke an wrote:
> >
> >On Wed, 19 Jan 2005, yoke an wrote:
> > >
> > >Hi ,
> > >
> > >We have recently purchased Tyan Transport GX21 (B2735G21S2) with
> Tiger
> > >i7501R S2735-8M motherboard. I'm trying to install FreeBSD v4.8
> but it
> > >cannot detect my hard
On 01/19/05 16:59:07, chance wrote:
Jason Henson wrote:
When you first load the driver you have to reboot or run some
scripts by hand. After the install did you reboot with no other
changes and it not work? IIRC, you need linux loaded as well as
miibus. I made a pr about the nvnet port
>
>On Wed, 19 Jan 2005, yoke an wrote:
> >
> >Hi ,
> >
> >We have recently purchased Tyan Transport GX21 (B2735G21S2)
with Tiger
> >i7501R S2735-8M motherboard. I'm trying to install FreeBSD v4.8
but it
> >cannot detect my hard disk during the installation. I thi
Marco Trentini wrote:
Hi, I need to clock the function execution time into a C
program. I know /usr/include/time.h library but I need to
clock the time in milliseconds.
Any suggestions, links?
Are you looking for how long the processor spent executing your code? Or
the difference in wall time betw
On Thu, 20 Jan 2005 11:14, Marco Trentini wrote:
> Hi, I need to clock the function execution time into a C
> program. I know /usr/include/time.h library but I need to
> clock the time in milliseconds.
How about..
struct timeval then, now;
gettimeofday(&then, NULL);
somefunction();
gettimeofday(&
In article <[EMAIL PROTECTED]> you write:
>
>Hi, I need to clock the function execution time into a C
>program. I know /usr/include/time.h library but I need to
>clock the time in milliseconds.
>
>Any suggestions, links?
% man clock_gettime
Is nanoseconds too much?
--
Steve Watt KD6GGD PP-ASEL
Hi, I need to clock the function execution time into a C
program. I know /usr/include/time.h library but I need to
clock the time in milliseconds.
Any suggestions, links?
--
Marco Trentini[EMAIL PROTECTED]
http://www.remotelab.org/
___
Jason Henson wrote:
When you first load the driver you have to reboot or run some scripts
by hand. After the install did you reboot with no other changes and
it not work? IIRC, you need linux loaded as well as miibus. I made
a pr about the nvnet port being out of date and it was updated so
On 01/19/05 02:29:45, Sven Ahtama wrote:
Hello folks,
Anyone here who have managed to get the nForce3 MCP NIC to work with
FreeBSD 5.3 on i386 platform?
After several hours of retries and kernel configuration i managed to
get the if_nv.ko successfully loaded. No complaints, no errors, but
al
On Wed, Jan 19, 2005 at 09:29:45AM +0200, Sven Ahtama wrote:
> I got the if_nv loaded as module and tried compiled-in as well.
>
> I'd really appreciate any pointers, or a conclusive confirmation, that
> there is no success yet.
Check that the driver contains the PCI IDs for your card. It might
On Wed, 19 Jan 2005, yoke an wrote:
>
>Hi ,
>
>We have recently purchased Tyan Transport GX21 (B2735G21S2) with Tiger
>i7501R S2735-8M motherboard. I'm trying to install FreeBSD v4.8 but it
>cannot detect my hard disk during the installation. I think the
>problem should be the S
yoke an wrote:
I'm running on SATA mode. Supposingly I will need to configure my
Driver on "The Kernel Device Configuration Visual Interface". Not sure
the setting for SATA mode and whether 4.8 is supported?
SATA is not supported on 4.x. Unless you write support, it's going to
stay that w
I've got a linux app who's data in a tcp steam appears to be
getting jumbled. The same app on linux performs correct so
I need a way of looking at the data in the calls going through
the ABI. truss only seems to show a call linux_socketcall
which looking at the ABI code does indeed hand off to
linu
On Wednesday 19 January 2005 12:29 am, Sven Ahtama wrote:
> Anyone here who have managed to get the nForce3 MCP NIC to work with
> FreeBSD 5.3 on i386 platform?
FWIW, I've had pretty much the same experience, although you were more
thorough than I was. I installed 5.3-R on a new motherboard with
> > Using 3.x binaries is discouraged due to security issues found in
> > libc of FreeBSD 3.x. However, it's possible to run most FreeBSD
> > 3.x binaries if you remove FORBIDDEN= line from
ports/misc/compat3x,
> > while this is not recommended since it can pose you to security
> > vul
In message: <[EMAIL PROTECTED]>
Ryan Sommers <[EMAIL PROTECTED]> writes:
: - Felix - wrote:
: > Hi everyone,
: >
: > Doing lot of syscalls interrupts in a soft seems to take quite a long time,
and seriously slow performances. As far as you can't reduce the syscall amount,
is there an
On Wed, Jan 19, 2005 at 11:39:10PM +0800, Xin LI wrote:
> Using 3.x binaries is discouraged due to security issues found in
> libc of FreeBSD 3.x. However, it's possible to run most FreeBSD
> 3.x binaries if you remove FORBIDDEN= line from ports/misc/compat3x,
> while this is not recommended since
As a note to Ryan's post, a lot of AI people are using Lisp for programming
their apps. One of the best books on AI (and consequently, Lisp) is the
following:
"Paradigms of Artificial Intelligence Programming: Case Studies In Common Lisp"
by Peter Norvig (who is one of the Google founders)
We
(Please avoid the use of HTML mail in maillists)
Using 3.x binaries is discouraged due to security issues found in
libc of FreeBSD 3.x. However, it's possible to run most FreeBSD
3.x binaries if you remove FORBIDDEN= line from ports/misc/compat3x,
while this is not recommended since it can pose y
>> >Could you try 5.3? I think 4.8 does not support SATA well, if
>>at all.
>> On
>> >contrary, I am using SATA on 5.3 without problems, the last
>>time I
>> tried 4.10
>> >all I got was unknown disk or something like this.
>>
>> >Milan
>>
>> Thanks. I knew 5.3 i
> > > >Hi ,
> > > >
> > > >We have recently purchased Tyan Transport GX21
(B2735G21S2)
> > with Tiger
> > > >i7501R S2735-8M motherboard. I'm trying to install
FreeBSD v4.8
> > but it
> > > >cannot detect my hard disk during the installation. I
thin
Hi,
On Wed, Jan 19, 2005 at 09:47:16PM +0800, yoke an wrote:
> > >Hi ,
> > >
> > >We have recently purchased Tyan Transport GX21 (B2735G21S2)
> with Tiger
> > >i7501R S2735-8M motherboard. I'm trying to install FreeBSD v4.8
> but it
> > >cannot detect my hard disk dur
yoke an wrote:
>Could you try 5.3? I think 4.8 does not support SATA well, if at all.
On
>contrary, I am using SATA on 5.3 without problems, the last time I
tried 4.10
>all I got was unknown disk or something like this.
>Milan
Thanks. I knew 5.3 is work very well. But due to my applic
On Wednesday 19 January 2005 14:47, yoke an wrote:
>> >Hi ,
>> >
>> >We have recently purchased Tyan Transport GX21 (B2735G21S2)
>
>with Tiger
>
>> >i7501R S2735-8M motherboard. I'm trying to install FreeBSD v4.8
>
>but it
>
>> >cannot detect my hard disk
> >Hi ,
> >
> >We have recently purchased Tyan Transport GX21 (B2735G21S2)
with Tiger
> >i7501R S2735-8M motherboard. I'm trying to install FreeBSD v4.8
but it
> >cannot detect my hard disk during the installation. I think the
> >problem should be the SATA driver
On Wednesday 19 January 2005 13:19, yoke an wrote:
>Hi ,
>
>We have recently purchased Tyan Transport GX21 (B2735G21S2) with Tiger
>i7501R S2735-8M motherboard. I'm trying to install FreeBSD v4.8 but it
>cannot detect my hard disk during the installation. I think the
>problem sh
Hello folks,
Anyone here who have managed to get the nForce3 MCP NIC to work with
FreeBSD 5.3 on i386 platform?
After several hours of retries and kernel configuration i managed to get
the if_nv.ko successfully loaded. No complaints, no errors, but also, no
nv0 device found. Just like it didn't
On Wed, 2005-01-19 at 15:47, Ryan Sommers wrote:
> Street Chaman wrote:
>
> > NOTE: THIS IS NOT A JOKE.
> >
> > I don't know if it is the right place to post this; I actually don't
> > know even if I should post this; but, before giving it up because of my
> > own limits, I have to write down w
I got some interesting replies:
"I've taken this offline, as it's liable to start flame wars on the
list, and is inappropriate for the list in any case."
(I not sure I really understood it)
and then:
"This is a fine (the best) place to post all the questions you have
asked."
So where should I post
Hi Xin LI,
Thanks for your quick update.
I knew FreeBSD 5.3-RELEASE can support SATA without doing any
configuration. But the problem is my application cannot support
FreeBSD 5.3-RELEASE. They only support FreeBSD 4.8-RELEASE. So I need
to get ICH5 support. Any idea?
Cheers, Ann
>Fr
On Wed, Jan 19, 2005 at 08:19:39PM +0800, yoke an wrote:
> Hi ,
>
> We have recently purchased Tyan Transport GX21 (B2735G21S2) with Tiger
> i7501R S2735-8M motherboard. I'm trying to install FreeBSD v4.8 but it
> cannot detect my hard disk during the installation. I think the
> problem
Hi ,
We have recently purchased Tyan Transport GX21 (B2735G21S2) with Tiger
i7501R S2735-8M motherboard. I'm trying to install FreeBSD v4.8 but it
cannot detect my hard disk during the installation. I think the
problem should be the SATA driver. Coz I'm currently using SATA
instead of I
On Wednesday 19 January 2005 01:43, John-Mark Gurney wrote:
> Milan Obuch wrote this message on Mon, Jan 17, 2005 at 13:14 +0100:
> > On Monday 17 January 2005 12:55, Bruce M Simpson wrote:
> > > On Sun, Jan 16, 2005 at 03:01:17PM +0100, Milan Obuch wrote:
> > > > ACCESS.bus support (i2c bus compat
39 matches
Mail list logo