Re: A20/keybord/no-keyboard

2004-11-23 Thread Danny Braniss
> The console driver (sc) currently requires you to have at least one > keyboard driver compiled in. Since your board doesn't have a display > adapter, you can simply remove 'device sc'. > the kbd.c was getting compiled in, and complained, but i think that's taken care of. I solved it by adding

Re: SSE vs. stack alignment vs. pthread

2004-11-23 Thread Craig Boston
On Wed, Nov 24, 2004 at 02:36:55AM -0500, Daniel Eischen wrote: > Tor Egge reported similar problem to me yesterday. I haven't had a chance > to test his patch, but this supposedly fixes it. He just sent me the patch via private mail a few minutes ago. With his patch applied, the stack (after th

Re: SSE vs. stack alignment vs. pthread

2004-11-23 Thread Daniel Eischen
On Wed, 24 Nov 2004, Craig Boston wrote: > First of all, I'd like to apologize for cross-posting to -hackers and > -threads. I'm not sure yet if this is an application bug, a gcc > bug, or a pthreads bug, so here goes... > > I'm currently working on the audacity port. It's up to 1.2.3, but I > w

SSE vs. stack alignment vs. pthread

2004-11-23 Thread Craig Boston
First of all, I'd like to apologize for cross-posting to -hackers and -threads. I'm not sure yet if this is an application bug, a gcc bug, or a pthreads bug, so here goes... I'm currently working on the audacity port. It's up to 1.2.3, but I want to get a problem I've observed with 1.2.2 resolve

Re: Network monitoring

2004-11-23 Thread Michael W. Oliver
On 2004-11-23T17:21:48-0800, Simon Roberts wrote: > I apologize that this probably isn't the most relevant > list to ask this on. Suggestions for better lists will > be welcome. > > I'm trying to monitor traffice on a 100BaseT ethernet > network link. I split the line, put a "hub" in and am > tryi

Re: Network monitoring

2004-11-23 Thread Julian Elischer
Daniel Eischen wrote: On Tue, 23 Nov 2004, Simon Roberts wrote: I apologize that this probably isn't the most relevant list to ask this on. Suggestions for better lists will be welcome. I'm trying to monitor traffice on a 100BaseT ethernet network link. I split the line, put a "hub" in and am t

Re: Network monitoring

2004-11-23 Thread Daniel Eischen
On Tue, 23 Nov 2004, Simon Roberts wrote: > I apologize that this probably isn't the most relevant > list to ask this on. Suggestions for better lists will > be welcome. > > I'm trying to monitor traffice on a 100BaseT ethernet > network link. I split the line, put a "hub" in and am > trying to ru

Network monitoring

2004-11-23 Thread Simon Roberts
I apologize that this probably isn't the most relevant list to ask this on. Suggestions for better lists will be welcome. I'm trying to monitor traffice on a 100BaseT ethernet network link. I split the line, put a "hub" in and am trying to run tcpdump on a box off the side of the hub. Unfortunate

Re: setting promisc mode kills vlans on devices with hwtagging (em, re ...)

2004-11-23 Thread Robert Watson
On Tue, 23 Nov 2004, Robert Watson wrote: > On Tue, 23 Nov 2004, Iasen Kostov wrote: > > > if you setup a vlan devices with parent one of emX or reX (this what I > > have at the moment) which has hardware vlan tagging just try to run > > tcpdump (without -p) and the vlans will die :). That doesn

Re: Tracing Disk Access

2004-11-23 Thread Robert Watson
On Tue, 23 Nov 2004, Andrey Simonenko wrote: > On Mon, Nov 22, 2004 at 06:33:18PM -0500, Brian Fundakowski Feldman wrote: > > On Mon, Nov 22, 2004 at 04:22:54PM +0100, Hanspeter Roth wrote: > > > > > > Hello, > > > > > > I have set an idle timeout for the hard-disk. But when there is no > > > u

Re: setting promisc mode kills vlans on devices with hwtagging (em, re ...)

2004-11-23 Thread Robert Watson
On Tue, 23 Nov 2004, Iasen Kostov wrote: > if you setup a vlan devices with parent one of emX or reX (this what I > have at the moment) which has hardware vlan tagging just try to run > tcpdump (without -p) and the vlans will die :). That doesn't happen with > parent devices not supporting hwtag

Re: Tracing Disk Access

2004-11-23 Thread Robert Watson
On Mon, 22 Nov 2004, Brian Fundakowski Feldman wrote: > > I have set an idle timeout for the hard-disk. But when there is no > > user activity there are frequent disk accesses. > > How can one trace disk access? > > I'd like to know the kind of access and on which files/directories/ > > nodes. I'

Re: resolving routes externally

2004-11-23 Thread Bruce M Simpson
On Tue, Nov 23, 2004 at 11:05:06AM +0200, Martin Eugen wrote: > At the beginning my intention was to use the routing sockets > mechanisms, and say, to issue a 'missing route' message to some > userland daemon capable of resolving those complex addresses (the > resolving mechanism is generally a loo

Re: USB developer please look at cdce driver -- (Was: Driver for Yopy PDA)

2004-11-23 Thread Craig Boston
Just noticed the forwarded message... > > From: epilogue <[EMAIL PROTECTED]> > > > > i just noticed this driver turn up in the openbsd code. i'm suspecting > > that it might resolve pc-pda connectivity issues for some users. > > > > [snip] > > > > would really appreciate it if a committer glanc

Re: USB developer please look at cdce driver -- (Was: Driver for Yopy PDA)

2004-11-23 Thread Craig Boston
Hi, On Tue, Nov 23, 2004 at 11:09:59AM +0100, Marco van de Voort wrote: > I'm also in need for a cdce device. > > I had the below URL running with 5.2 (and some currents from mid-summer), > but it fails to compile with 5.3 > > http://www.gank.org/freebsd/cdce.tar.gz When did you pull down that

Re: device kbd

2004-11-23 Thread Dag-Erling Smørgrav
"M. Warner Losh" <[EMAIL PROTECTED]> writes: > It appears that we have a leftover line in our conf/files lines. None > of the ports appear to have a 'device kbd' in their config files. > There only appears to be one place where it is used, and it appears to > be unnecessary. I'd like to commit th

Re: A20/keybord/no-keyboard

2004-11-23 Thread Dag-Erling Smørgrav
Danny Braniss <[EMAIL PROTECTED]> writes: > this is waht i get if i remove atkbd and atkbdc: > ... The console driver (sc) currently requires you to have at least one keyboard driver compiled in. Since your board doesn't have a display adapter, you can simply remove 'device sc'. from an earlier

Re: resolving routes externally

2004-11-23 Thread Joerg Sonnenberger
On Tue, Nov 23, 2004 at 11:42:39AM -0200, Jo?o Carlos Mendes Lu?s wrote: > >So I started to look at the ARP > >code, but it of course lacks the kernel - userland communication > >interface. I would appreciate any ideas about what would be the easier > >way to implement such a thing where the kernel

Re: Tracing Disk Access

2004-11-23 Thread Andrey Simonenko
On Mon, Nov 22, 2004 at 06:33:18PM -0500, Brian Fundakowski Feldman wrote: > On Mon, Nov 22, 2004 at 04:22:54PM +0100, Hanspeter Roth wrote: > > > > Hello, > > > > I have set an idle timeout for the hard-disk. But when there is no > > user activity there are frequent disk accesses. > > How can on

Re: resolving routes externally

2004-11-23 Thread João Carlos Mendes Luís
Martin Eugen wrote: Hi there, I'm currently trying to implement some networking protocols in the kernel. I would like to ask a few questions, but first, let me explain some details about those protocols: the network is composed of smaller subnets connected through gateways. Hosts have a fairly com

resolving routes externally

2004-11-23 Thread Martin Eugen
Hi there, I'm currently trying to implement some networking protocols in the kernel. I would like to ask a few questions, but first, let me explain some details about those protocols: the network is composed of smaller subnets connected through gateways. Hosts have a fairly complex global addresses

Re: Tracing Disk Access

2004-11-23 Thread Kenneth D. Merry
On Mon, Nov 22, 2004 at 16:22:54 +0100, Hanspeter Roth wrote: > > Hello, > > I have set an idle timeout for the hard-disk. But when there is no > user activity there are frequent disk accesses. > How can one trace disk access? > I'd like to know the kind of access and on which files/directories/

Re: List of fake vs. real SATA drives.

2004-11-23 Thread Gary Jennejohn
Charles Sprickman writes: > I don't know how much of it to believe, since it is marketing material,=20 > but the Seagate white paper on their site claims that all the=20 > command-queueing stuff brings the performance very close to that of scsi. > In my experience ATA drives really lack when it c

Re: List of fake vs. real SATA drives.

2004-11-23 Thread Søren Schmidt
David Gilbert wrote: "Søren" == Søren Schmidt <[EMAIL PROTECTED]> writes: Søren> David Gilbert wrote: "João" == João Carlos Mendes Luís <[EMAIL PROTECTED]> writes: João> IIF they really have command queueing, I do believe. So, a João> bridged SATA drive will not have command queuing, right? Well

Re: USB developer please look at cdce driver -- (Was: Driver for Yopy PDA)

2004-11-23 Thread Marco van de Voort
[ cdce device, amongst others for zaurus] > not even a nibble from [EMAIL PROTECTED] thinking that hackers@ might be a > more appropriate venue. i know that everything is hectic now with 5.3, > so perhaps when the dust settles a bit... I'm also in need for a cdce device. I had the below URL