[PATCH] Add 0x7110 piix to ata_piix.c
authorJens Axboe <jens.axboe@oracle.com>
Tue, 31 Oct 2006 08:31:37 +0000 (09:31 +0100)
committerJeff Garzik <jeff@garzik.org>
Wed, 1 Nov 2006 01:40:09 +0000 (20:40 -0500)
commitf833229c96c0bf53c05995e4bd58709d9e9edd67
tree3f7493567008ca62bc16a9e5d21635e5e8f5f4cf
parentcf0e812f0e90ee496af072b136e8bd02770387e6
[PATCH] Add 0x7110 piix to ata_piix.c

Hi Jeff,

I tested the PATA support on my old VAIO notebook, and it failed to find
my piix device:

00:07.1 Class 0101: 8086:7111 (rev 01) (prog-if 80 [Master])
        Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
        Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
        Latency: 64
        Region 4: I/O ports at fc90 [size=16]

This patch adds the pci id to ata_piix.c and things then work as
expected.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/ata_piix.c