Re: New scsi_target code

2002-09-07 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Nate Lawson writ es: On Thu, 5 Sep 2002, Bruce M Simpson wrote: On Thu, Sep 05, 2002 at 01:54:08AM -0700, Nate Lawson wrote: I have rewritten the scsi_target driver and usermode client with a much simpler model suggested by Justin Gibbs. The kernel driver

RE: intermezzo?

2002-09-07 Thread Seva Tonkonoh
It's very encouraging to see replies like that. Thanks a lot! /seva -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Terry Lambert Sent: Friday, September 06, 2002 5:08 AM To: Seva Tonkonoh Cc: [EMAIL PROTECTED] Subject: Re: intermezzo? Seva Tonkonoh

Re: New scsi_target code

2002-09-07 Thread Julian Elischer
On Sat, 7 Sep 2002, Poul-Henning Kamp wrote: IP-over-SCSI ? Well I've just been reading about SCSI over IP so Scsi-over-IP-over-SCSI-over-firewire? etc... :-/ 8-S To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: New scsi_target code

2002-09-07 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Ju lian Elischer writes: On Sat, 7 Sep 2002, Poul-Henning Kamp wrote: IP-over-SCSI ? Well I've just been reading about SCSI over IP so That's different. IP-over-SCSI is a much wanted Myrinet-light over here. -- Poul-Henning Kamp | UNIX since

Re: interrupting the remote kernel

2002-09-07 Thread Julian Elischer
On Sat, 7 Sep 2002, Christian Zander wrote: On Fri, Sep 06, 2002 at 05:17:07PM -0700, Nate Lawson wrote: But I want to be able to pass control to the debugger when the target kernel `hangs', that is when no `ctl-alt-f1', `ctl-alt-del' has any effect. If the hang is not a

Re: interrupting the remote kernel

2002-09-07 Thread Christian Zander
On Sat, Sep 07, 2002 at 12:56:12AM -0700, Julian Elischer wrote: What I found to work well is remote GDB debugging with the UDP wrapper (ip-gdb), it responds to CTRL-C as expected. huh? do we have that? (rushes of to see it it's in ports) comes back sadly.. (where do you get it

Re: interrupting the remote kernel

2002-09-07 Thread Hanspeter Roth
On Sep 07 at 09:47, Christian Zander spoke: What I found to work well is remote GDB debugging with the UDP wrapper (ip-gdb), it responds to CTRL-C as expected. Is there a description available about how to configure/setup the target kernel? Where is ip-gdb available? -Hanspeter To

siginfo_t, the signal stack, svr4_sendsig (i386), and the ever unwinding ball of yarn

2002-09-07 Thread Juli Mallett
Okay so I've finally wrapped my head around the bit of code that I need, and I find out that despite FreeBSD having a native siginfo_t format, it's essentially UNUSED! Here's the deal, I need to be able to write something like trapsignal(), but generalised, call it siginfosignal(), and pretend

Re: Usenix 2002 FreeBSD Developer Summit III -- why no oggs?

2002-09-07 Thread Juli Mallett
* De: Alexey Dokuchaev [EMAIL PROTECTED] [ Data: 2002-09-05 ] [ Subjecte: Usenix 2002 FreeBSD Developer Summit III -- why no oggs? ] Hi! I've read the notes as of 2 September, 2002 from the USENIX ATC 2002 FreeBSD Developer Summit, which were made available recently. As a very good

Re: Usenix 2002 FreeBSD Developer Summit III -- why no oggs?

2002-09-07 Thread Alexey Dokuchaev
On Sat, Sep 07, 2002 at 02:56:10AM -0700, Juli Mallett wrote: * De: Alexey Dokuchaev [EMAIL PROTECTED] [ Data: 2002-09-05 ] [ Subjecte: Usenix 2002 FreeBSD Developer Summit III -- why no oggs? ] Hi! I've read the notes as of 2 September, 2002 from the USENIX ATC 2002 FreeBSD

Re: interrupting the remote kernel

2002-09-07 Thread Hanspeter Roth
On Sep 06 at 17:17, Nate Lawson spoke: You can do this by connecting a second serial cable for a console between your host and target or by using the remotechat option and a single cable. Once you have the serial console, option ALT_BREAK_TO_DEBUGGER allows you to initiate a break using

Re: PCMCIA questions: mapping attribute and common memory?

2002-09-07 Thread Duncan Barclay
On 07-Sep-2002 M. Warner Losh wrote: In message: [EMAIL PROTECTED] Bruce M Simpson [EMAIL PROTECTED] writes: : Thanks for your informative response. Sure. Sorry for the long delay on this one. I wanted to give a good answer rather than a fast one. I'm just clarifying a

OLDCARD function interrupt routing -- patch.

2002-09-07 Thread Bruce M Simpson
Warner, Thanks again for making all of that much more clear. Since I originally composed this mail I've hacked out a patch to OLDCARD to bit-bang the registers on the 5C475E. I also mapped out which IRQs were actually in use and which were not; and manually changed the 'irq' entry in

Re: intermezzo?

2002-09-07 Thread Robert Watson
On Thu, 5 Sep 2002, Seva Tonkonoh wrote: I have recently come across an old little discussion about InterMezzo. I 've got the impression that it wasn't really welcome to FreeBSD. Just curious if something similar has been done for FreeBSD, or if someone is working on such thing. I am

Request for submissions: FreeBSD Bi-Monthly Development Status Report (fwd)

2002-09-07 Thread Robert Watson
Reminder... Robert N M Watson FreeBSD Core Team, TrustedBSD Projects [EMAIL PROTECTED] Network Associates Laboratories -- Forwarded message -- Date: Wed, 4 Sep 2002 12:19:38 -0400 (EDT) From: Robert Watson [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL

Re: Usenix 2002 FreeBSD Developer Summit III -- why no oggs?

2002-09-07 Thread Robert Watson
On Fri, 6 Sep 2002, Alexey Dokuchaev wrote: I've read the notes as of 2 September, 2002 from the USENIX ATC 2002 FreeBSD Developer Summit, which were made available recently. As a very good addition to them, I suggest putting online some .oggs (or .mp3s) next time, with recorded speeches,

Re: New scsi_target code

2002-09-07 Thread Randy Bush
Scsi-over-IP-over-SCSI-over-firewire? you left out mpls randy To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: New scsi_target code

2002-09-07 Thread Simon Dick
On Sat, Sep 07, 2002 at 11:41:52AM -0700, Nate Lawson wrote: On Sat, 7 Sep 2002, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Ju lian Elischer writes: On Sat, 7 Sep 2002, Poul-Henning Kamp wrote: IP-over-SCSI ? Well I've just been reading about SCSI over

Re: Ultra320 drivers?

2002-09-07 Thread Matthew Jacob
Actually no- they're not, yet. Sorry for the false positive. I also managed to kill your system :-( On Fri, 6 Sep 2002, Matthew Jacob wrote: Things are looking a bit better- I have your system at a comfortable clip with multiple tasks. I'll leave some tests over the weekend, but I think