All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] regards SIS645DX/SIS5513
@ 2002-07-10  8:18 Bill Darrow
  0 siblings, 0 replies; only message in thread
From: Bill Darrow @ 2002-07-10  8:18 UTC (permalink / raw)
  To: linux-kernel

Quick hack to support SiS645dx(646)/961B onboard 5513 family IDE controller for those of you with 645dx boards....

diff -c -b -r linuxold/drivers/ide/sis5513.c linux/drivers/ide/sis5513.c
*** linuxold/drivers/ide/sis5513.c	Wed Jul 10 04:00:48 2002
--- linux/drivers/ide/sis5513.c	Wed Jul 10 00:03:14 2002
***************
*** 177,182 ****
--- 177,183 ----
  	{ "SiS730",	PCI_DEVICE_ID_SI_730,	ATA_100a,	SIS5513_LATENCY },
  	{ "SiS650",	PCI_DEVICE_ID_SI_650,	ATA_100,	SIS5513_LATENCY },
  	{ "SiS645",	PCI_DEVICE_ID_SI_645,	ATA_100,	SIS5513_LATENCY },
+ 	{ "SiS646",	PCI_DEVICE_ID_SI_646,   ATA_100,	SIS5513_LATENCY },
  	{ "SiS635",	PCI_DEVICE_ID_SI_635,	ATA_100,	SIS5513_LATENCY },
  	{ "SiS640",	PCI_DEVICE_ID_SI_640,	ATA_66,		SIS5513_LATENCY },
  	{ "SiS630",	PCI_DEVICE_ID_SI_630,	ATA_66,		SIS5513_LATENCY },
diff -c -b -r linuxold/include/linux/pci_ids.h linux/include/linux/pci_ids.h
*** linuxold/include/linux/pci_ids.h	Wed Jul 10 03:59:40 2002
--- linux/include/linux/pci_ids.h	Wed Jul 10 00:10:41 2002
***************
*** 475,480 ****
--- 475,481 ----
  #define PCI_DEVICE_ID_SI_635		0x0635
  #define PCI_DEVICE_ID_SI_640		0x0640
  #define PCI_DEVICE_ID_SI_645		0x0645
+ #define PCI_DEVICE_ID_SI_646		0x0646
  #define PCI_DEVICE_ID_SI_650		0x0650
  #define PCI_DEVICE_ID_SI_730		0x0730
  #define PCI_DEVICE_ID_SI_630_VGA	0x6300


Bill

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-07-10  8:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-10  8:18 [patch] regards SIS645DX/SIS5513 Bill Darrow

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.