From 7b4e8ef02de20549fef6a44a451be44301d5e183 Mon Sep 17 00:00:00 2001 From: Bartlomiej Zolnierkiewicz Date: Fri, 23 May 2003 04:18:59 -0700 Subject: [PATCH] SiS IDE driver fixes SiS IDE driver fixes by Lionel Bouton: - support for SiS655 - support for SiS630S/ET UDMA5 mode - corrected /proc/ide/sis output for ATA133 chipsets (drives' positions were swapped) - use of pci_read_config_byte() instead of direct PCI poking for SiS962+ detection --- include/linux/pci_ids.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 05774a1e2b50..4f5fdde6dc4b 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -557,6 +557,7 @@ #define PCI_DEVICE_ID_SI_650 0x0650 #define PCI_DEVICE_ID_SI_651 0x0651 #define PCI_DEVICE_ID_SI_652 0x0652 +#define PCI_DEVICE_ID_SI_655 0x0655 #define PCI_DEVICE_ID_SI_730 0x0730 #define PCI_DEVICE_ID_SI_630_VGA 0x6300 #define PCI_DEVICE_ID_SI_730_VGA 0x7300 -- cgit v1.2.3