All of lore.kernel.org
 help / color / mirror / Atom feed
* sis5513.c patch take 2
@ 2005-06-09 12:11 Andrew Hutchings
  2005-06-09 12:33 ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Hutchings @ 2005-06-09 12:11 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 410 bytes --]

Hi,

Is this patch safer?  I am burn-in testing it now and it seems work fine 
with UDMA transfers.  I added the PCI ID of the northbridge as suggested.

Regards
Andrew
-- 
Andrew Hutchings (A-Wing)
Linux Guru - Netserve Consultants Ltd. - http://www.domaincity.co.uk/
Admin - North Wales Linux User Group - http://www.nwlug.org.uk/
BOFH excuse 348: We're on Token Ring, and it looks like the token got loose.

[-- Attachment #2: sis5513-new.patch --]
[-- Type: text/x-patch, Size: 438 bytes --]

--- linux-2.6.12-rc6/drivers/ide/pci/sis5513.c	2005-06-06 16:22:29.000000000 +0100
+++ linux-2.6.12-rc6.new/drivers/ide/pci/sis5513.c	2005-06-09 17:41:07.000000000 +0100
@@ -87,6 +87,7 @@
 	u8 chipset_family;
 	u8 flags;
 } SiSHostChipInfo[] = {
+	{ "SiS760",	PCI_DEVICE_ID_SI_760,	ATA_133	 },
 	{ "SiS745",	PCI_DEVICE_ID_SI_745,	ATA_100  },
 	{ "SiS735",	PCI_DEVICE_ID_SI_735,	ATA_100  },
 	{ "SiS733",	PCI_DEVICE_ID_SI_733,	ATA_100  },

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-06-09 13:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-09 12:11 sis5513.c patch take 2 Andrew Hutchings
2005-06-09 12:33 ` Bartlomiej Zolnierkiewicz
2005-06-09 13:05   ` Andrew Hutchings

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.