cvs commit: src/sys/sys ata.h src/sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-queue.c ata-raid.c atapi-cd.c atapi-fd.c atapi-fd.h

Søren Schmidt sos at FreeBSD.org
Sat Mar 11 01:24:28 UTC 2006


sos         2006-03-10 12:30:09 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/sys              ata.h 
    sys/dev/ata          ata-all.c ata-all.h ata-disk.c 
                         ata-queue.c ata-raid.c atapi-cd.c 
                         atapi-fd.c atapi-fd.h 
  Log:
  MFC:
  
  Only use the channel in the request given to ata_completed if its
  still present.
  Only look for ICRC and CORR errors on ATA devices not ATAPI.
  Get rid of all the "long long"/"maxint" casting around in printf's.
  On all our platforms intmax == int64_t so simply using %j to print
  int64_t's is safe all over, and doesn't pullute the code.
  Update atapi-fd to support direct devices such as disks.
  ATAUSB will need to hook into the delayed boot identify to have
  interrupts running, so externalize it.
  Add USB modes.
  
  Approved by: re@ (mux)
  
  Revision   Changes    Path
  1.252.2.7  +7 -3      src/sys/dev/ata/ata-all.c
  1.103.2.7  +1 -0      src/sys/dev/ata/ata-all.h
  1.189.2.3  +5 -7      src/sys/dev/ata/ata-disk.c
  1.50.2.4   +14 -10    src/sys/dev/ata/ata-queue.c
  1.98.2.7   +27 -36    src/sys/dev/ata/ata-raid.c
  1.179.2.5  +0 -3      src/sys/dev/ata/atapi-cd.c
  1.102.2.2  +90 -65    src/sys/dev/ata/atapi-fd.c
  1.24.2.2   +16 -3     src/sys/dev/ata/atapi-fd.h
  1.26.2.4   +5 -0      src/sys/sys/ata.h


More information about the cvs-src mailing list