Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2001 10:56:15 -0700 (PDT)
From:      Søren Schmidt <sos@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ata ata-all.c ata-disk.c ata-dma.c atapi-all.c atapi-all.h atapi-cd.c atapi-cd.h atapi-tape.c
Message-ID:  <200108281756.f7SHuFr00960@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sos         2001/08/28 10:56:15 PDT

  Modified files:        (Branch: RELENG_4)
    sys/dev/ata          ata-all.c ata-disk.c ata-dma.c 
                         atapi-all.c atapi-all.h atapi-cd.c 
                         atapi-cd.h atapi-tape.c 
  Log:
  MFC:
  
  Add support for yet another VIA '686 chip combo.
  
  Fix minor bug in the VIA code.
  
  Add support for Promise TX2 chips, includind tagged queueing.
  
  Allow sharing of the primary/secondary irq's (14 & 15)
  
  Add support for tagged queueing on new IBM disks (IC*).
  
  Fix support for Yamaha & NEC burners.
  
  Fix calculation of EOM on CDROM's
  
  Quiet the READ TOC errors when burning CDR/RW's.
  
  This brings the 4.x branch in sync with -current as of 2001-08-28.
  
  Approved by: jkh
  
  Revision   Changes    Path
  1.50.2.20  +16 -9     src/sys/dev/ata/ata-all.c
  1.60.2.16  +19 -5     src/sys/dev/ata/ata-disk.c
  1.35.2.14  +29 -26    src/sys/dev/ata/ata-dma.c
  1.46.2.9   +8 -3      src/sys/dev/ata/atapi-all.c
  1.22.2.7   +3 -2      src/sys/dev/ata/atapi-all.h
  1.48.2.12  +67 -48    src/sys/dev/ata/atapi-cd.c
  1.15.2.7   +4 -7      src/sys/dev/ata/atapi-cd.h
  1.36.2.7   +2 -2      src/sys/dev/ata/atapi-tape.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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