Re: ouch -- the second controller on Promise-66 is not detected!

2001-11-03 Thread Andrei Popov
On Wed, Oct 31, 2001 at 08:54:35AM +0600, Nickolay Dudorov wrote: > With the following patch I can now use all > the channels on the HPT366 controller in my ABIT's BP6 mobo. Hmmm... Just a thing I was having troyuble with ... Are you saying that you can now use DMA, not PIO mode with it?

Re: ouch -- the second controller on Promise-66 is not detected!

2001-10-31 Thread Andrey A. Chernov
I just commit the fix using new devclass_find_free_unit() interface function. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: ouch -- the second controller on Promise-66 is not detected!

2001-10-30 Thread Andrey A. Chernov
On Tue, Oct 30, 2001 at 22:41:41 -0500, Mikhail Teterin wrote: > > Perfect, and how would I do that? You saw the ata-part of my hints file. > How do I modify it? Try patch from N. Dudorov posted to -current. I can't come with patches here since have no hardware to reproduce this bug. -- Andre

Re: ouch -- the second controller on Promise-66 is not detected!

2001-10-30 Thread Mikhail Teterin
On 31 Oct, Andrey A. Chernov wrote: > On Tue, Oct 30, 2001 at 19:37:27 -0500, Mikhail Teterin wrote: >> Alright, alright, what do I do now? I did NOT wire any ata devices, > Ask Soren to fix ATA driver in the way I describe below: > >> > Giving more details: >> > ATA code must test wired slot,

Re: ouch -- the second controller on Promise-66 is not detected!

2001-10-30 Thread Андрей Чернов
On Wed, Oct 31, 2001 at 08:54:35 +0600, Nickolay Dudorov wrote: > With the following patch I can now use all > the channels on the HPT366 controller in my ABIT's BP6 mobo. > else { > - if (!(child = device_add_child(dev, "ata", 2))) > + if (!(child = device_add_child(dev, "ata"

Re: ouch -- the second controller on Promise-66 is not detected!

2001-10-30 Thread Andrey A. Chernov
On Tue, Oct 30, 2001 at 19:37:27 -0500, Mikhail Teterin wrote: > Alright, alright, what do I do now? I did NOT wire any ata devices, and Ask Soren to fix ATA driver in the way I describe below: > > Giving more details: > > ATA code must test wired slot, and, if it is busy, increase number to >

Re: ouch -- the second controller on Promise-66 is not detected!

2001-10-30 Thread Mikhail Teterin
Alright, alright, what do I do now? I did NOT wire any ata devices, and hints only list the on-motherboard ata controllers (one of them has a CD drive attached to it, that's it): hint.ata.0.at="isa" hint.ata.0.port="0x1F0" hint.ata.0.irq="14" hint.ata.1.at="isa"

Re: ouch -- the second controller on Promise-66 is not detected!

2001-10-30 Thread Andrey A. Chernov
On Wed, Oct 31, 2001 at 02:57:42 +0300, Andrey A. Chernov wrote: > On Tue, Oct 30, 2001 at 14:57:17 -0800, Peter Wemm wrote: > > > date: 2000/05/26 13:59:05; author: sos; state: Exp; lines: +8 -13 > > If devclass_alloc_unit() is called with a wired unit #, and this is > > buzy, only search upw

Re: ouch -- the second controller on Promise-66 is not detected!

2001-10-30 Thread Andrey A. Chernov
On Tue, Oct 30, 2001 at 14:57:17 -0800, Peter Wemm wrote: > date: 2000/05/26 13:59:05; author: sos; state: Exp; lines: +8 -13 > If devclass_alloc_unit() is called with a wired unit #, and this is > buzy, only search upwards for a free slot to use.. > > This broke unit numbering on ATA systems