Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Oct 2008 16:03:37 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ata/chipsets ata-cyrix.c ata-marvell.c ata-national.c ata-serverworks.c
Message-ID:  <200810171603.m9HG3r69063344@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2008-10-17 16:03:37 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ata/chipsets ata-cyrix.c ata-marvell.c ata-national.c 
                         ata-serverworks.c 
  Log:
  SVN rev 183981 on 2008-10-17 16:03:37Z by jhb
  
  - For chipsets that can't do 64k transfers, fall back to 32k transfers
    (still a power of 2) rather than 63k transfers.  Even with 63k transfers
    some machines (such as Dell SC1435's) were experiencing chronic data
    corruption.
  - Use the MIO method to talk to the Serverworks HT1000_S1 SATA controller
    like all the other SATA controllers rather than the compat PATA
    method.  This lets the controller see all 4 SATA ports and also
    matches the behavior of the Linux driver.
  
  Silence from:   sos
  MFC after:      3 days
  
  Revision  Changes    Path
  1.2       +1 -1      src/sys/dev/ata/chipsets/ata-cyrix.c
  1.2       +1 -1      src/sys/dev/ata/chipsets/ata-marvell.c
  1.2       +1 -1      src/sys/dev/ata/chipsets/ata-national.c
  1.2       +2 -2      src/sys/dev/ata/chipsets/ata-serverworks.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810171603.m9HG3r69063344>