Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2006 14:51:49 +0000 (UTC)
From:      Søren Schmidt <sos@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ata ata-all.c ata-chipset.c ata-disk.c ata-pci.h ata-raid.h
Message-ID:  <200609301451.k8UEpnxH071693@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sos         2006-09-30 14:51:49 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/ata          ata-all.c ata-chipset.c ata-disk.c 
                         ata-pci.h ata-raid.h 
  Log:
  MFC:
  
  CF devices are ATA not ATAPI.
  Add support for the ALI/ULI M5288 AHCI part
  Busmaster DMA address fix in VIA 6421 case
  Add support for a few more Serverworks and lookalikes chips
  If current_heads or current_sectors in the disk cap page are zero, dont try to use the current_ geometry. This avoids a panic with BIOS'n that sets these to zero.
  Format mask lacks one bit.
  
  Approved by: re@
  
  Revision    Changes    Path
  1.252.2.11  +3 -1      src/sys/dev/ata/ata-all.c
  1.126.2.14  +20 -10    src/sys/dev/ata/ata-chipset.c
  1.189.2.5   +2 -1      src/sys/dev/ata/ata-disk.c
  1.49.2.10   +3 -0      src/sys/dev/ata/ata-pci.h
  1.34.2.4    +1 -1      src/sys/dev/ata/ata-raid.h



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