Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Oct 2004 15:01:47 +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-all.h ata-card.c ata-cbus.c ata-chipset.c ata-isa.c ata-pci.c ata-pci.h ata-queue.c
Message-ID:  <200410101501.i9AF1lQj082641@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sos         2004-10-10 15:01:47 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/dev/ata          ata-all.c ata-all.h ata-card.c ata-cbus.c 
                         ata-chipset.c ata-isa.c ata-pci.c 
                         ata-pci.h ata-queue.c 
  Log:
  MFC:
  
  Pull ATA up to -current levels minus PC98 geometry changes:
  
  Fix the serverworks modesetting code, of mask offset was wrong.
  Always set half'n'half mode on ICH* chips.
  Fix the PC98 lockups on boot.
  Add SHARP to the pool of drives that doesn not need byteswapping.
  Add support for the ICH6 in legacy mode.
  Dont sleep with lock held.
  
  Approved by:    re@ (scottl)
  
  Revision   Changes    Path
  1.222.2.3  +17 -11    src/sys/dev/ata/ata-all.c
  1.81.2.3   +3 -2      src/sys/dev/ata/ata-all.h
  1.25.2.1   +2 -1      src/sys/dev/ata/ata-card.c
  1.13.2.1   +41 -16    src/sys/dev/ata/ata-cbus.c
  1.81.2.3   +68 -28    src/sys/dev/ata/ata-chipset.c
  1.22.2.1   +2 -1      src/sys/dev/ata/ata-isa.c
  1.87.2.3   +3 -2      src/sys/dev/ata/ata-pci.c
  1.32.2.2   +21 -19    src/sys/dev/ata/ata-pci.h
  1.32.2.3   +8 -9      src/sys/dev/ata/ata-queue.c



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