Re: No ATA disks on 9.1

2013-05-04 Thread Alex Keda
03.05.2013 22:33, John Baldwin пишет: On Friday, May 03, 2013 1:53:35 pm Alex Keda wrote: 03.05.2013 20:41, John Baldwin пишет: On Thursday, May 02, 2013 4:18:45 pm Alex Keda wrote: see begin in: http://lists.freebsd.org/pipermail/freebsd-current/2012- November/038000.html Hmm, what I see i

Re: No ATA disks on 9.1

2013-05-03 Thread John Baldwin
On Friday, May 03, 2013 1:53:35 pm Alex Keda wrote: > 03.05.2013 20:41, John Baldwin пишет: > > On Thursday, May 02, 2013 4:18:45 pm Alex Keda wrote: > >> see begin in: > >> http://lists.freebsd.org/pipermail/freebsd-current/2012- November/038000.html > > > > Hmm, what I see is that hdac0 is affect

Re: No ATA disks on 9.1

2013-05-03 Thread Alex Keda
03.05.2013 20:41, John Baldwin пишет: On Thursday, May 02, 2013 4:18:45 pm Alex Keda wrote: see begin in: http://lists.freebsd.org/pipermail/freebsd-current/2012-November/038000.html Hmm, what I see is that hdac0 is affected by this, but it's a bit odd. Can you try the patch below, but can yo

Re: No ATA disks on 9.1

2013-05-03 Thread Alex Keda
03.05.2013 20:41, John Baldwin пишет: On Thursday, May 02, 2013 4:18:45 pm Alex Keda wrote: see begin in: http://lists.freebsd.org/pipermail/freebsd-current/2012-November/038000.html Hmm, what I see is that hdac0 is affected by this, but it's a bit odd. Can you try the patch below, but can yo

Re: No ATA disks on 9.1

2013-05-03 Thread John Baldwin
On Thursday, May 02, 2013 4:18:45 pm Alex Keda wrote: > see begin in: > http://lists.freebsd.org/pipermail/freebsd-current/2012-November/038000.html Hmm, what I see is that hdac0 is affected by this, but it's a bit odd. Can you try the patch below, but can you also get the output of 'devinfo -u'

Re: No ATA disks on 9.1

2013-05-02 Thread Alex Keda
03.05.2013 00:18, Alex Keda пишет: see begin in: http://lists.freebsd.org/pipermail/freebsd-current/2012-November/038000.html today, I have time and try find problem commit for 9-stable 2012.05.04.15.20.00 - all work OK 2012.05.05.00.00.00 - cannot boot I try build after > Edit src/sys/dev/

No ATA disks on 9.1

2013-05-02 Thread Alex Keda
see begin in: http://lists.freebsd.org/pipermail/freebsd-current/2012-November/038000.html today, I have time and try find problem commit for 9-stable 2012.05.04.15.20.00 - all work OK 2012.05.05.00.00.00 - cannot boot it's only two kernel-related file for this period: Edit src/lib/libc/gen/se

Re: No ATA disks on 9.1-RC3

2013-01-11 Thread John Baldwin
On Monday, November 19, 2012 03:24:19 AM Alex Keda wrote: > I try update my laptop - Compaq 6715s from 9.0 to 9.1-rc3 > it cannot boot, because no HDD found > dmesg from 9.0/9.1 and pciconf in attached files Can you get a verbose dmesg from 9.0? Also, if at all possible, it would be very helpful

Re: No ATA disks on 9.1-RC3

2012-11-19 Thread Alex Keda
On 19.11.2012 18:50, Warren Block wrote: > On Mon, 19 Nov 2012, Alex Keda wrote: > >> I try update my laptop - Compaq 6715s from 9.0 to 9.1-rc3 >> it cannot boot, because no HDD found >> dmesg from 9.0/9.1 and pciconf in attached files > > If there is an IDE/AHCI mode setting in the BIOS, switch

Re: No ATA disks on 9.1-RC3

2012-11-19 Thread Warren Block
On Mon, 19 Nov 2012, Alex Keda wrote: I try update my laptop - Compaq 6715s from 9.0 to 9.1-rc3 it cannot boot, because no HDD found dmesg from 9.0/9.1 and pciconf in attached files If there is an IDE/AHCI mode setting in the BIOS, switch it to the other setting.

Re: No ATA disks on 9.1-RC3

2012-11-19 Thread Volodymyr Kostyrko
19.11.2012 15:59, Alex Keda wrote: 19.11.2012 17:18, Volodymyr Kostyrko пишет: 19.11.2012 15:01, Alex Keda wrote: It's not build config: === root@HP:/usr/src # vim /usr/src/sys/amd64/conf/HP # include GENERIC ident HPKERNEL nodevice ata nodevice siis device atacore device ataati device

Re: No ATA disks on 9.1-RC3

2012-11-19 Thread Alex Keda
19.11.2012 17:18, Volodymyr Kostyrko пишет: > 19.11.2012 15:01, Alex Keda wrote: >> It's not build >> config: >> === >> root@HP:/usr/src # vim /usr/src/sys/amd64/conf/HP >> # >> include GENERIC >> ident HPKERNEL >> >> nodevice ata >> nodevice siis >> device atacore >> device ataati >> devic

Re: No ATA disks on 9.1-RC3

2012-11-19 Thread Volodymyr Kostyrko
19.11.2012 15:01, Alex Keda wrote: It's not build config: === root@HP:/usr/src # vim /usr/src/sys/amd64/conf/HP # include GENERIC ident HPKERNEL nodevice ata nodevice siis device atacore device ataati device ataahci Looks like I have missed `device atapci` here. = error:

Re: No ATA disks on 9.1-RC3

2012-11-19 Thread Alex Keda
19.11.2012 13:19, Volodymyr Kostyrko пишет: > 19.11.2012 10:59, Volodymyr Kostyrko wrote: >> 19.11.2012 10:24, Alex Keda wrote: >>> ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 >>> ada0: ATA-8 SATA 2.x device >>> ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) >>> ada0: Command Queuein

Re: No ATA disks on 9.1-RC3

2012-11-19 Thread Alex Keda
19.11.2012 13:19, Volodymyr Kostyrko пишет: > 19.11.2012 10:59, Volodymyr Kostyrko wrote: >> 19.11.2012 10:24, Alex Keda wrote: >>> ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 >>> ada0: ATA-8 SATA 2.x device >>> ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) >>> ada0: Command Queuein

Re: No ATA disks on 9.1-RC3

2012-11-19 Thread Volodymyr Kostyrko
19.11.2012 10:59, Volodymyr Kostyrko wrote: 19.11.2012 10:24, Alex Keda wrote: ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: ATA-8 SATA 2.x device ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 152627MB (312581809 512 byte sectors: 16H 63S/

Re: No ATA disks on 9.1-RC3

2012-11-19 Thread Volodymyr Kostyrko
19.11.2012 10:24, Alex Keda wrote: ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: ATA-8 SATA 2.x device ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 152627MB (312581809 512 byte sectors: 16H 63S/T 16383C) ada0: Previously was known as ad4