Re: SVN r296987 -> r297000 breaks Sil 3124 channel attach

2016-03-21 Thread Michael Butler
On 03/21/16 12:14, Justin Hibbits wrote:
> You're right.  On line 323 of sys/dev/siis/siis.c, try replacing
> 'long' with 'rman_res_t', as I did for ahci.c.  If this works, tonight
> I'll commit the fix.  I envision there may be others using 'long'
> instead of 'u_long' for rman (u_long was the correct form until
> rman_res_t, so signed long was already a bug).
> 
> - Justin
> 
> On Mon, Mar 21, 2016 at 11:11 AM, Michael Butler
>  wrote:
>> Something between SVN r296987 and r297000 causes the following errors in
>> dmesg .. and the loss of the attached disks:
>>
>> siisch0:  at channel 0 on siis0
>> device attach: siisch0 attach returned 6
>> siisch1:  at channel 1 on siis0
>> device attach: siisch0 attach returned 6
>> siisch2:  at channel 2 on siis0
>> device attach: siisch0 attach returned 6
>> siisch3:  at channel 3 on siis0
>> device attach: siisch0 attach returned 6
>>
>> I can't see anything but r297000 causing this :-(

That was it - perfect! Thanks :-)

pcib2:  at device 30.0 on pci0
pci2:  on pcib2
siis0:  port 0xecf0-0xecff mem
0xfe1ffc00-0xfe1ffc7f,0xfe1f-0xfe1f7fff irq 22 at device 1.0 on pci2
siisch0:  at channel 0 on siis0
siisch1:  at channel 1 on siis0
siisch2:  at channel 2 on siis0
siisch3:  at channel 3 on siis0

Michael


___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: SVN r296987 -> r297000 breaks Sil 3124 channel attach

2016-03-21 Thread Justin Hibbits
You're right.  On line 323 of sys/dev/siis/siis.c, try replacing
'long' with 'rman_res_t', as I did for ahci.c.  If this works, tonight
I'll commit the fix.  I envision there may be others using 'long'
instead of 'u_long' for rman (u_long was the correct form until
rman_res_t, so signed long was already a bug).

- Justin

On Mon, Mar 21, 2016 at 11:11 AM, Michael Butler
 wrote:
> Something between SVN r296987 and r297000 causes the following errors in
> dmesg .. and the loss of the attached disks:
>
> siisch0:  at channel 0 on siis0
> device attach: siisch0 attach returned 6
> siisch1:  at channel 1 on siis0
> device attach: siisch0 attach returned 6
> siisch2:  at channel 2 on siis0
> device attach: siisch0 attach returned 6
> siisch3:  at channel 3 on siis0
> device attach: siisch0 attach returned 6
>
> I can't see anything but r297000 causing this :-(
>
> Michael
>
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


SVN r296987 -> r297000 breaks Sil 3124 channel attach

2016-03-21 Thread Michael Butler
Something between SVN r296987 and r297000 causes the following errors in
dmesg .. and the loss of the attached disks:

siisch0:  at channel 0 on siis0
device attach: siisch0 attach returned 6
siisch1:  at channel 1 on siis0
device attach: siisch0 attach returned 6
siisch2:  at channel 2 on siis0
device attach: siisch0 attach returned 6
siisch3:  at channel 3 on siis0
device attach: siisch0 attach returned 6

I can't see anything but r297000 causing this :-(

Michael

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"