Re: DDB is not setting break points...

2000-06-02 Thread Bruce Evans
On Thu, 1 Jun 2000, G.B.Naidu wrote: I am having problems with DDB while setting breakpoints in the kernel. I entered the DDB by giving kernel -d at boot prompt. After that I tried to set break point at ip_output() by giving "b ip_output". But it complains saying that "sumbol not found". I

40gig IDE drives?

2000-06-02 Thread lists
Anyone know how to get a 40gig IDE drive working under FreeBSD? It picks it up as having 79000 odd sectors and says that the geometary is wrong, and it doesnt work. Any advice would be appreciated Thanks Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: 40gig IDE drives?

2000-06-02 Thread Jaye Mathisen
I have 2 maxtor 40GB's running off a Promise FastTrak 66 under 4.0-stable, and it's working fine, except for one teensy problem. vinum (striping them), apparently overwrote whatever the promise uses to track them as part of a stripe set... So on reboot, I have to hit an F2 configure, because

Re: I will be in Japan and Korea from June 7th through June 15th

2000-06-02 Thread Doug Rabson
On Thu, 1 Jun 2000, Jordan K. Hubbard wrote: Does this mean we won't get the SMP stuff done next week? I'm back on the 15th (you gain 10 hours coming back) and the SMP meeting isn't until the 16th and 17th. Of course it will. :) So you are running this right before Usenix? Thats annoying

Re: DDB is not setting break points...

2000-06-02 Thread G.B.Naidu
Hi, Thanks Bruse for the reply. I am running 3.3-Release of FreeBSD. And my kernel is elf kernel. So according to Bruce, I cannot set the breakpoints from DDB until sysinit() finishes. So what is the safe point from where I can set break points from DDB? I want to use DDB because I want to

Re: 40gig IDE drives?

2000-06-02 Thread Greg Lehey
On Friday, 2 June 2000 at 8:52:46 +0200, [EMAIL PROTECTED] wrote: Anyone know how to get a 40gig IDE drive working under FreeBSD? It picks it up as having 79000 odd sectors and says that the geometary is wrong, and it doesnt work. Have you set LBA mode? Note that the wd driver has

Re: 40gig IDE drives?

2000-06-02 Thread Greg Lehey
On Thursday, 1 June 2000 at 23:56:44 -0700, Jaye Mathisen wrote: I have 2 maxtor 40GB's running off a Promise FastTrak 66 under 4.0-stable, and it's working fine, except for one teensy problem. vinum (striping them), apparently overwrote whatever the promise uses to track them as part of a

Re: DDB is not setting break points...

2000-06-02 Thread Boris Popov
On Fri, 2 Jun 2000, G.B.Naidu wrote: Thanks Bruse for the reply. I am running 3.3-Release of FreeBSD. And my kernel is elf kernel. So according to Bruce, I cannot set the breakpoints from DDB until sysinit() finishes. So what is the safe point from where I can set break points from DDB? I

Re: 4.0 - Isa devices not being probed

2000-06-02 Thread Gérard Roudier
On Sun, 28 May 2000, Mike Smith wrote: Speaking about bus_space_*(): Does it make the thing follow the PCI ordering rules? Very probably not since it is impossible on some systems. There's no attempt to do this, no. However, it's possible to implement this if there's a need.

[ANNOUNCE] FreeBSD events in Japan

2000-06-02 Thread Motoyuki Konno
We are pleased to announce the following events in Japan. Mr. Jordan K. Hubbard [EMAIL PROTECTED] and Mr. Warner Losh [EMAIL PROTECTED] will come to Japan to attend these events and give some lectures. 6/8 (Thu) = *BSD BOF at Networld+Interop 2000 Tokyo

Re: DDB is not setting break points... (fwd)

2000-06-02 Thread Daniel C. Sobral
"G.B.Naidu" wrote: Hi Doug, Thanks for your reply. We tried as per your mail. But still the DDB is complaining the same saying that "symbol not found". What could be the reason? Am I missing something in the whole process? Maybe you are stripping your kernel. -- Daniel C. Sobral

Re: DDB is not setting break points... (fwd)

2000-06-02 Thread G.B.Naidu
Hi, I have tried with unstripped kernel also. I am getting the same error. So looks like the symbols are not available until sysinit is called. So what is the right place to put breakpoints in the process of booting up? thanks --gb On Fri, 2 Jun 2000, Daniel C. Sobral wrote: "G.B.Naidu"

Re: 40gig IDE drives?

2000-06-02 Thread Jim Flowers
May or may not be related but I found with 4.0 that when I edited the disklabel to change the type to vinum the in-core copy was not written although the on-disk copy was, giving vinum a problem. Fix was to repartition each disk in the array with a true partition entry. Jim Flowers [EMAIL

Re: 40gig IDE drives?

2000-06-02 Thread Jaye Mathisen
Yeah, that was my though. I left sectors free at the front, but that wasn't it. Soren was looking at seeing if there was some way to read the promise label/record keeping, and turn that into a vinum setup somehow, so it would be relatively transparent. But I don't think he could get the

Re: 4.0 - Isa devices not being probed

2000-06-02 Thread Mike Smith
Typically, a driver may want to order some operations and also not break post buffering each time a write is performed. It may for example want to order some operations, but not flush all writes immediately. I didn't see how to tell bus about that. The bus_space_barrier()

Freeing PQ_CACHE pages at interrupt time??

2000-06-02 Thread Joy Ganguly
hi all, Why cant pages in the PQ_CACHE queue be freed at interrupt time. as far as i could see these pages are clean, though they are still associated with the object. So what prevents us from dissociating them from the object . we dont have to do any io and hence not block. well maybe i am

Re: Freeing PQ_CACHE pages at interrupt time??

2000-06-02 Thread Matthew Dillon
:hi all, : :Why cant pages in the PQ_CACHE queue be freed at interrupt time. as far :as i could see these pages are clean, though they are still associated :with the object. So what prevents us from dissociating them from the :object . we dont have to do any io and hence not block. : :well maybe

Re: 4.0 - Isa devices not being probed

2000-06-02 Thread Gérard Roudier
On Fri, 2 Jun 2000, Mike Smith wrote: Typically, a driver may want to order some operations and also not break post buffering each time a write is performed. It may for example want to order some operations, but not flush all writes immediately. I didn't see how to tell bus

Re: I will be in Japan and Korea from June 7th through June 15th

2000-06-02 Thread Jordan K. Hubbard
So you are running this right before Usenix? Thats annoying - I've already booked a flight to San Diego on the 17th. Meeting *at* Usenix would be good though. Well, we can do that too since most of the engineers who will be in this meeting will be at USENIX as well (I can't speak for the

Re: I will be in Japan and Korea from June 7th through June 15th

2000-06-02 Thread Sergey Babkin
Doug Rabson wrote: On Thu, 1 Jun 2000, Jordan K. Hubbard wrote: Does this mean we won't get the SMP stuff done next week? I'm back on the 15th (you gain 10 hours coming back) and the SMP meeting isn't until the 16th and 17th. Of course it will. :) So you are running this right

Re: I will be in Japan and Korea from June 7th through June 15th

2000-06-02 Thread Gregory Sutter
On 2000-06-02 21:45 -0400, Sergey Babkin [EMAIL PROTECTED] wrote: By the way, is any FreeBSD event planned for Usenix ? I would be interested in meeting/looking at all the giants of FreeBSD thought :-) Yes! We're having both a BSD BoF (with each BSD getting some time on the stage) and a

Re: I will be in Japan and Korea from June 7th through June 15th

2000-06-02 Thread Jordan K. Hubbard
Kirk McKusick is planning an "all BSD BOF" which runs for about 4 hours (woo!). More details will be available on the BOF board and/or from Kirk when he's got them finalized. - Jordan Doug Rabson wrote: On Thu, 1 Jun 2000, Jordan K. Hubbard wrote: Does this mean we won't get the