Re: pxeboot and serial console

2006-01-11 Thread Danny Braniss
On Tuesday 10 January 2006 09:11 am, Danny Braniss wrote: I can't tell when this broke, but compiling pxeboot with BOOT_PXELDR_PROBE_KEYBOARD set would redirect the console to the serial port if no keyboard was detected. This no longer works, which explains the problems i had with the

rescheduling tasks using swi_add()

2006-01-11 Thread kamal kc
dear everybody, i had previous thread going on about the cpu load average. and had some discussion regarding it. i have a newer thing to discuss on so i started this thread. as i mentioned earlier i had put some code in the bridge.c that performed compression which took a long time and hence

Re: rescheduling tasks using swi_add()

2006-01-11 Thread rookie
2006/1/11, kamal kc [EMAIL PROTECTED]: dear everybody, i had previous thread going on about the cpu load average. and had some discussion regarding it. i have a newer thing to discuss on so i started this thread. as i mentioned earlier i had put some code in the bridge.c that performed

Re: Ricoh PCI to SD device?

2006-01-11 Thread Andrew Gordon
On Tue, 10 Jan 2006, M. Warner Losh wrote: Are you sure they provide technical documentation sufficent to write the driver? The last time I asked, I got a nice document that said that it implemented the sds standard sd host interface, but didn't document what that was. TI and winbond chips

Re: rescheduling tasks using swi_add()

2006-01-11 Thread John Baldwin
On Wednesday 11 January 2006 07:13 am, kamal kc wrote: dear everybody, i had previous thread going on about the cpu load average. and had some discussion regarding it. i have a newer thing to discuss on so i started this thread. as i mentioned earlier i had put some code in the bridge.c

Re: devfs

2006-01-11 Thread Robert Watson
On Tue, 3 Jan 2006, TSaplin Mikhail wrote: Hi all i have a problem with devfs device hiding. My system is FreeBSD 6.0 (i386 and amd64, compiled from last sunday source (RELENG_6)) After mounting defs: #mount -t devfs devfs /tmp/proba first devfs command: # devfs -m /tmp/proba rule add type

Re: setfacl file modification time

2006-01-11 Thread Robert Watson
On Thu, 5 Jan 2006, Ceri Davies wrote: On 5 Jan 2006, at 18:43, Ahnjoan Amous wrote: In 5.2.1-RELEASE, setfacl updates the modification time of the file when acls are changed. I haven't been able to find any complaints about this behavior, is this something folks on the list would expect

Re: rescheduling tasks using swi_add()

2006-01-11 Thread kamal kc
--- John Baldwin [EMAIL PROTECTED] wrote: the man page discussed the swi_add() and swi_sched() functions. what i don't understand is, how do i register my handler function ?? if i use the swi_add() for that purpose what do i use for the void *arg argument. and how can i

Re: rescheduling tasks using swi_add()

2006-01-11 Thread kamal kc
--- John Baldwin [EMAIL PROTECTED] wrote: the man page discussed the swi_add() and swi_sched() functions. what i don't understand is, how do i register my handler function ?? if i use the swi_add() for that purpose what do i use for the void *arg argument. and how can i

RE: Ricoh PCI to SD device?

2006-01-11 Thread Darren Pilgrim
From: M. Warner Losh [mailto:[EMAIL PROTECTED] In message: [EMAIL PROTECTED] Darren Pilgrim [EMAIL PROTECTED] writes: : From: Brooks Davis : On Mon, Jan 09, 2006 at 11:12:30AM -0500, David Gilbert wrote: : Has anyone had a look at the following: : : [ Ricoh SD Bus Host Adapter, PCI ID

Re: Ricoh PCI to SD device?

2006-01-11 Thread Warner Losh
From: Darren Pilgrim [EMAIL PROTECTED] Subject: RE: Ricoh PCI to SD device? Date: Wed, 11 Jan 2006 10:32:16 -0800 From: M. Warner Losh [mailto:[EMAIL PROTECTED] In message: [EMAIL PROTECTED] Darren Pilgrim [EMAIL PROTECTED] writes: : From: Brooks Davis : On Mon, Jan 09, 2006 at

Telling BSD to stop resetting the connection!

2006-01-11 Thread Dan Joumaa
Hello, I'm trying to code a software gateway with divert sockets. So far basic things are working, but the net stack constantly resets the connection whenever a SYN-ACK is sent to it. 103 9.443254 192.168.1.6 - 205.166.76.40 TCP pacmand https [SYN] Seq=0 Ack=0 Win=2920 Len=0 MSS=536 104

Re: Telling BSD to stop resetting the connection!

2006-01-11 Thread Julian Elischer
Dan Joumaa wrote: Hello, I'm trying to code a software gateway with divert sockets. So far basic things are working, but the net stack constantly resets the connection whenever a SYN-ACK is sent to it. 103 9.443254 192.168.1.6 - 205.166.76.40 TCP pacmand https [SYN] Seq=0 Ack=0

Re: Telling BSD to stop resetting the connection!

2006-01-11 Thread David S. Madole
From: Dan Joumaa [EMAIL PROTECTED] I'm trying to code a software gateway with divert sockets. So far basic things are working, but the net stack constantly resets the connection whenever a SYN-ACK is sent to it. Any ideas on how to stop the net stack from resetting my connections,

Re: Telling BSD to stop resetting the connection!

2006-01-11 Thread Dan Joumaa
On Jan 11, 2006, at 7:24 PM, David S. Madole wrote: From: Dan Joumaa [EMAIL PROTECTED] I'm trying to code a software gateway with divert sockets. So far basic things are working, but the net stack constantly resets the connection whenever a SYN-ACK is sent to it. Any ideas on how to stop

Re: Telling BSD to stop resetting the connection!

2006-01-11 Thread David S. Madole
From: Dan Joumaa [EMAIL PROTECTED] 103 9.443254 192.168.1.6 - 205.166.76.40 TCP pacmand https [SYN] Seq=0 Ack=0 Win=2920 Len=0 MSS=536 104 9.443364 192.168.1.2 - 205.166.76.40 TCP pacmand https [SYN] Seq=0 Ack=0 Win=2920 Len=0 MSS=536 105 9.443617 192.168.1.6 - 205.166.76.40 TCP

Re: Ricoh PCI to SD device?

2006-01-11 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Andrew Gordon [EMAIL PROTECTED] writes: : : On Tue, 10 Jan 2006, M. Warner Losh wrote: : : Are you sure they provide technical documentation sufficent to write : the driver? The last time I asked, I got a nice document that said : that it implemented