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

2008-09-18 Thread S�ren Schmidt
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 by sos Cleanup the AHCI code a bit. Add suspend/resume for AHCI, general methods added. Inspired

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

2008-09-18 Thread John Baldwin
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 by sos Cleanup the AHCI code a

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

2008-09-18 Thread Sø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

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

2008-04-21 Thread S�ren Schmidt
sos 2008-04-21 10:51:38 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h Log: Add HW level support for the Adaptec 1420SA controller. Revision ChangesPath 1.219 +21 -0 src/sys/dev/ata/ata-chipset.c 1.127

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

2008-04-13 Thread Fabian Keil
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 FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h Log: Dont call hw.status

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

2008-04-13 Thread Sø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

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

2008-04-13 Thread David Malone
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 slightly different. Both disks are detected: ad0: DMA limited to UDMA33, device found non-ATA66 cable ad0: 78167MB Maxtor

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

2008-04-13 Thread Sø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

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

2008-04-13 Thread Ariff Abdullah
On Sun, 13 Apr 2008 18:06:04 +0200 Søren Schmidt [EMAIL PROTECTED] wrote: Should be fixed now, let me know if it still fails, thanks! -Søren Still no dice. Since the PM support updates, my drive no longer detected. Nvidia MCP67, AHCI. atapci0: nVidia nForce MCP67 UDMA133 controller port

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

2008-04-13 Thread Fabian Keil
Søren Schmidt [EMAIL PROTECTED] wrote: Should be fixed now, let me know if it still fails, thanks! Thanks a lot for the quick fix, ad1 is indeed back: ata0: reset tp1 mask=03 ostat0=50 ostat1=50 ata0: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb ata0: stat1=0x50 err=0x01 lsb=0x00 msb=0x00 ata0: reset

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

2008-04-13 Thread David Malone
On Sun, Apr 13, 2008 at 08:06:30PM +0200, Fabian Keil wrote: S?ren Schmidt [EMAIL PROTECTED] wrote: Should be fixed now, let me know if it still fails, thanks! Thanks a lot for the quick fix, ad1 is indeed back: All good here too - thanks! David.

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

2008-04-12 Thread S�ren Schmidt
sos 2008-04-12 17:21:23 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h Log: Dont call hw.status recursively. Spotted by: Marcel Moolenaar Revision ChangesPath 1.215 +5 -7

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

2008-04-12 Thread Marius Strobl
On Sat, Apr 12, 2008 at 05:21:23PM +, Sren Schmidt wrote: sos 2008-04-12 17:21:23 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h Log: Dont call hw.status recursively. Spotted by: Marcel Moolenaar

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

2007-10-29 Thread S�ren Schmidt
sos 2007-10-29 10:30:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/ata ata-chipset.c ata-pci.c Log: MFC: Fix the signature matching code on AHCI controllers. Approved by: re@ Revision ChangesPath 1.202.2.1 +31

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

2007-02-22 Thread Joel Dahl
On Wed, 2007-02-21 at 19:03 +, Søren Schmidt wrote: sos 2007-02-21 19:03:34 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.c Log: Try again with supporting AHCI chipsets with partly implemented ports. Thanks Søren, my

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

2007-02-22 Thread Søren Schmidt
Joel Dahl wrote: On Wed, 2007-02-21 at 19:03 +, Søren Schmidt wrote: sos 2007-02-21 19:03:34 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.c Log: Try again with supporting AHCI chipsets with partly implemented ports.

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

2007-02-21 Thread S�ren Schmidt
sos 2007-02-21 19:03:34 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.c Log: Try again with supporting AHCI chipsets with partly implemented ports. Revision ChangesPath 1.184 +11 -3 src/sys/dev/ata/ata-chipset.c

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

2007-02-11 Thread Rink Springer
rink2007-02-11 23:46:45 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h Log: MFC: Add support for the NetCell NC3000/5000 series SATA RAID cards. Reviewed by:sos Approved by:imp

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

2007-02-03 Thread Rink Springer
rink2007-02-03 20:12:01 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h Log: Add support for the NetCell NC3000/5000 series SATA RAID cards. Reviewed by:sos Approved by:imp (mentor) MFC after: 1 week

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

2006-02-16 Thread S�ren Schmidt
sos 2006-02-16 17:09:25 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h Log: Add support for the JMicron JMB363 dual SATA + single PATA controller. Documentation and HW kindly provided by JMicron. Revision Changes

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

2006-01-30 Thread S�ren Schmidt
sos 2006-01-30 10:32:41 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h Log: MFC: Add support for the JMicron JMB360 SATAII controller. Revision ChangesPath 1.126.2.8 +111 -24

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

2006-01-25 Thread S�ren Schmidt
sos 2006-01-25 23:07:43 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h Log: Add support for the JMicron JMB360 SATAII controller. Thanks to JMicron for providing needed info. HW donated by: Ralf Folkerts

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

2005-12-27 Thread S�ren Schmidt
sos 2005-12-27 17:09:52 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h Log: Add initial support for the Marvell 88SX[56]0[48][01] series of SATA chips. Hardware donated by: Matthew Jacob Hardware donated by: Y!

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

2005-12-27 Thread S�ren Schmidt
sos 2005-12-27 18:22:11 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.c Log: Change the probes in ATA to return a negative value on success. This allows other driver to take over if needed during probe, and allows me to distribute