Re: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h

2008-09-18 Thread ¸ren Schmidt
On 18Sep, 2008, at 16:24 , John Baldwin wrote: On Thursday 18 September 2008 08:12:34 am SXren Schmidt wrote: sos 2008-09-18 12:12:34 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h Log: SVN rev 183141 on 2008-09-18 12:12:34Z b

Re: cvs commit: src/sys/dev/ata ata-all.h ata-raid.c

2008-04-16 Thread ¸ren Schmidt
n wrote: On Monday 14 April 2008 01:09:23 pm Søren Schmidt wrote: Hi Yes, the registers used for setting up events when hotswap happens are not accessible when in legacy compat mode. If all you need is for the AHCI BAR to have resources assigned newer FreeBSD kernels (at least 6.x and lat

Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c

2008-04-15 Thread ¸ren Schmidt
ite a bit. -Søren On 14Apr, 2008, at 23:57 , Niclas Zeising wrote: Søren Schmidt wrote: sos 2008-04-14 18:34:24 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.h ata-chipset.c ata- dma.c ata-lowlevel.c Log: Fix proble

Re: cvs commit: src/sys/dev/ata ata-all.h ata-raid.c

2008-04-14 Thread ¸ren Schmidt
Hi Yes, the registers used for setting up events when hotswap happens are not accessible when in legacy compat mode. -Søren On 14Apr, 2008, at 18:00 , Dag-Erling Smørgrav wrote: Søren Schmidt <[EMAIL PROTECTED]> writes: You have to set AHCI mode in the BIOS or the resources

Re: cvs commit: src/sys/dev/ata ata-all.h ata-raid.c

2008-04-14 Thread ¸ren Schmidt
Hi You have to set AHCI mode in the BIOS or the resources needed to use it wont be available, so yes its software but not ours :) -Søren On 14Apr, 2008, at 17:31 , Dag-Erling Smørgrav wrote: Søren Schmidt <[EMAIL PROTECTED]> writes: They arent, unless your HW runs in

Re: cvs commit: src/sys/dev/ata ata-all.h ata-raid.c

2008-04-14 Thread ¸ren Schmidt
Hi They arent, unless your HW runs in legacy emulation mode, then some chipsets emulates master/slave pairs. -Søren On 14Apr, 2008, at 15:53 , Dag-Erling Smørgrav wrote: SXren Schmidt <[EMAIL PROTECTED]> writes: Log: Fix identify of slave devices. Speaking of slave devices, why a

Re: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h

2008-04-13 Thread ¸ren Schmidt
Should be fixed now, let me know if it still fails, thanks! -Søren On 13Apr, 2008, at 17:31 , David Malone wrote: On Sun, Apr 13, 2008 at 04:41:41PM +0200, Fabian Keil wrote: On one of my i386 systems, ad1 (the disk with the root partition) is no longer detected. I'm seeing something sl

Re: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h

2008-04-13 Thread ¸ren Schmidt
I'm aware of an issue with master/slave comboes, I'll lok into it as soon as I have time. -Søren On 13Apr, 2008, at 16:41 , Fabian Keil wrote: Marius Strobl <[EMAIL PROTECTED]> wrote: On Sat, Apr 12, 2008 at 05:21:23PM +, Sren Schmidt wrote: sos 2008-04-12 17:21:23 UTC F

Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-pci.c ata-pci.h atapi-cd.c atapi-fd.c atapi-tape.c

2007-11-22 Thread ¸ren Schmidt
Aryeh M. Friedman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Søren Schmidt wrote: sos 2007-11-21 21:15:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-pci.c ata-pci.h atapi-cd.c atapi-fd.c atapi

Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-pci.c ata-pci.h atapi-cd.c atapi-fd.c atapi-tape.c

2007-11-22 Thread ¸ren Schmidt
Maxim Sobolev wrote: Maxim Sobolev wrote: Søren Schmidt wrote: sos 2007-11-21 21:15:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-pci.c ata-pci.h atapi-cd.c atapi

Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.h

2007-11-16 Thread ¸ren Schmidt
Scott Long wrote: SXren Schmidt wrote: sos 2007-10-26 08:59:24 UTC FreeBSD src repository Modified files: sys/dev/ata atapi-cd.c atapi-cd.h Log: Update the way we get the mode pages on probe. Revision ChangesPath 1.194 +22 -25src/sys/dev/ata/atap