cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-chipset.c
ata-lowlevel.c ata-pci.h ata-queue.c ata-raid.c atapi-cd.c
Søren Schmidt
sos at FreeBSD.org
Sat Sep 2 17:01:34 UTC 2006
sos 2006-09-02 17:01:33 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/ata ata-all.c ata-all.h ata-chipset.c
ata-lowlevel.c ata-pci.h ata-queue.c
ata-raid.c atapi-cd.c
Log:
MFC: Sync with -current.
Dont poll for ATA_IDLE on a detached channel in suspend.
Add support for the Serverworks HT1000 chip.
Finally fix support for the newer MCP51/MCP55 nVidia chipsets.
Add support for the ICH8 and ESB2 chips, also add a few other missing ICH7 partsUpdate JMicron support to also work with chips where the PATA and SATA
parts are on individual PCI functions.
Add support for VIA 8237A.
Add support for AHCI on the VIA VT8251.
Dont call free on non-alloc'd items.
Revision Changes Path
1.252.2.10 +2 -2 src/sys/dev/ata/ata-all.c
1.103.2.9 +2 -0 src/sys/dev/ata/ata-all.h
1.126.2.13 +312 -158 src/sys/dev/ata/ata-chipset.c
1.69.2.4 +1 -1 src/sys/dev/ata/ata-lowlevel.c
1.49.2.9 +37 -17 src/sys/dev/ata/ata-pci.h
1.50.2.6 +3 -1 src/sys/dev/ata/ata-queue.c
1.98.2.9 +4 -1 src/sys/dev/ata/ata-raid.c
1.179.2.7 +4 -2 src/sys/dev/ata/atapi-cd.c
More information about the cvs-src
mailing list