[kernel] r7286 - in dists/sid/linux-2.6/debian: . patches patches/series

Dann Frazier dannf at costa.debian.org
Fri Sep 1 22:38:30 UTC 2006


Author: dannf
Date: Fri Sep  1 22:38:29 2006
New Revision: 7286

Added:
   dists/sid/linux-2.6/debian/patches/drivers-ide-pci-via82cxxx-vt8237a-id.patch
   dists/sid/linux-2.6/debian/patches/series/9
Modified:
   dists/sid/linux-2.6/debian/changelog

Log:
* drivers-ide-pci-via82cxxx-vt8237a-id.patch: Add missing PCI ID
  for VT8237A chips, reported by Radek Oliwa.

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	(original)
+++ dists/sid/linux-2.6/debian/changelog	Fri Sep  1 22:38:29 2006
@@ -1,3 +1,10 @@
+linux-2.6 (2.6.17-9) UNRELEASED; urgency=low
+
+  * drivers-ide-pci-via82cxxx-vt8237a-id.patch: Add missing PCI ID
+    for VT8237A chips, reported by Radek Oliwa.
+
+ -- dann frazier <dannf at debian.org>  Fri,  1 Sep 2006 16:34:40 -0600
+
 linux-2.6 (2.6.17-8) unstable; urgency=low
 
   [ Martin Michlmayr ]

Added: dists/sid/linux-2.6/debian/patches/drivers-ide-pci-via82cxxx-vt8237a-id.patch
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches/drivers-ide-pci-via82cxxx-vt8237a-id.patch	Fri Sep  1 22:38:29 2006
@@ -0,0 +1,39 @@
+From: Alan Cox <alan at lxorguk.ukuu.org.uk>
+Date: Wed, 30 Aug 2006 18:14:25 +0000 (+0100)
+Subject: [PATCH] Missing PCI id update for VIA IDE
+X-Git-Url: http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=a7dec1e0dbb9e8e032b56a62d07ab6ac009109d3
+
+[PATCH] Missing PCI id update for VIA IDE
+
+The following change from -mm is important to 2.6.18 (actually to 2.6.17
+but its too late for that). This was contributed over three months ago
+by VIA to Bartlomiej and nothing happened. As a result the new chipset
+is now out and Linux won't run on it. By the time 2.6.18 is finalised
+this will be the defacto standard VIA chipset so support would be a good
+plan.
+
+Tested in -mm for a while, its essentially a PCI ident update but for
+the bridge chip because VIA do things in weird ways.
+
+Signed-off-by: Linus Torvalds <torvalds at osdl.org>
+---
+
+--- a/drivers/ide/pci/via82cxxx.c
++++ b/drivers/ide/pci/via82cxxx.c
+@@ -6,7 +6,7 @@
+  *
+  *   vt82c576, vt82c586, vt82c586a, vt82c586b, vt82c596a, vt82c596b,
+  *   vt82c686, vt82c686a, vt82c686b, vt8231, vt8233, vt8233c, vt8233a,
+- *   vt8235, vt8237
++ *   vt8235, vt8237, vt8237a
+  *
+  * Copyright (c) 2000-2002 Vojtech Pavlik
+  *
+@@ -81,6 +81,7 @@ static struct via_isa_bridge {
+ 	{ "vt6410",	PCI_DEVICE_ID_VIA_6410,     0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST },
+ 	{ "vt8251",	PCI_DEVICE_ID_VIA_8251,     0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST },
+ 	{ "vt8237",	PCI_DEVICE_ID_VIA_8237,     0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST },
++	{ "vt8237a",	PCI_DEVICE_ID_VIA_8237A,    0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST },
+ 	{ "vt8235",	PCI_DEVICE_ID_VIA_8235,     0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST },
+ 	{ "vt8233a",	PCI_DEVICE_ID_VIA_8233A,    0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST },
+ 	{ "vt8233c",	PCI_DEVICE_ID_VIA_8233C_0,  0x00, 0x2f, VIA_UDMA_100 },

Added: dists/sid/linux-2.6/debian/patches/series/9
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches/series/9	Fri Sep  1 22:38:29 2006
@@ -0,0 +1 @@
++ drivers-ide-pci-via82cxxx-vt8237a-id.patch



More information about the Kernel-svn-changes mailing list