Date: Sun, 14 Feb 2010 19:28:45 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ahci ahci.c src/sys/dev/ata ata-pci.c ata-pci.h src/sys/dev/ata/chipsets ata-marvell.c Message-ID: <201002141929.o1EJTSJg071910@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2010-02-14 19:28:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/ahci ahci.c sys/dev/ata ata-pci.c ata-pci.h sys/dev/ata/chipsets ata-marvell.c Log: SVN rev 203888 on 2010-02-14 19:28:45Z by mav MFC r203030: Add support for SATA part of Marvell 88SE912x controllers to ahci(4). Limit early revisions from 6Gb/s to 3Gb/s by default, or they negotiate only 1.5Gb/s, when 3Gb/s devices connected. Add dummy driver for PATA part of these controllers, preventing generic driver attach them. It causes system freeze when SATA controller used after PATA was touched. Revision Changes Path 1.1.2.21 +143 -130 src/sys/dev/ahci/ahci.c 1.144.2.6 +1 -0 src/sys/dev/ata/ata-pci.c 1.109.2.10 +1 -0 src/sys/dev/ata/ata-pci.h 1.9.2.7 +17 -2 src/sys/dev/ata/chipsets/ata-marvell.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002141929.o1EJTSJg071910>