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

Søren Schmidt sos at FreeBSD.org
Sun Oct 10 08:01:47 PDT 2004


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


More information about the cvs-all mailing list