Re: I climb the mountain seeking wisdom

2002-09-07 Thread Greg 'groggy' Lehey
On Friday, 6 September 2002 at 12:23:13 -0600, Stacy Millions wrote: > John Baldwin wrote: >> On 06-Sep-2002 Stacy Millions wrote: > >>> At the moment, the whole area of Bus Resources is causing me greif, >>> my panic rate is about 4 or 5 panics/hour (but I'm sure, with some >>> coaching, I could

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 thi

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

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: 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 speeche

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 PROT

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

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 /etc/pccard

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 clarifyin

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 usi

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 FreeB

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 ver

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: 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 Unsubs

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 g

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 han