Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2010 15:25:24 +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:  <201001261525.o0QFPoJH070173@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mav         2010-01-26 15:25:24 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ahci         ahci.c 
    sys/dev/ata          ata-pci.c ata-pci.h 
    sys/dev/ata/chipsets ata-marvell.c 
  Log:
  SVN rev 203030 on 2010-01-26 15:25:24Z by mav
  
  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.5Gbps, 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.23      +143 -130  src/sys/dev/ahci/ahci.c
  1.149     +1 -0      src/sys/dev/ata/ata-pci.c
  1.119     +1 -0      src/sys/dev/ata/ata-pci.h
  1.19      +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?201001261525.o0QFPoJH070173>