summaryrefslogtreecommitdiff
path: root/target/device/AMD/DBAu1500/kernel-patches/008-ieee1394-fix.patch
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-12-13 12:18:08 +0000
committerEric Andersen <andersen@codepoet.org>2006-12-13 12:18:08 +0000
commit6e2b255ad85b1227262872d127a94bf3aac153a6 (patch)
tree1223379b3fb35c385ca08e3a065e0bf40d8075e7 /target/device/AMD/DBAu1500/kernel-patches/008-ieee1394-fix.patch
parent0ac8b4c2987f12f27f39183c2cd9108736c6e28d (diff)
make this target current
Diffstat (limited to 'target/device/AMD/DBAu1500/kernel-patches/008-ieee1394-fix.patch')
-rw-r--r--target/device/AMD/DBAu1500/kernel-patches/008-ieee1394-fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/device/AMD/DBAu1500/kernel-patches/008-ieee1394-fix.patch b/target/device/AMD/DBAu1500/kernel-patches/008-ieee1394-fix.patch
deleted file mode 100644
index e87c99078..000000000
--- a/target/device/AMD/DBAu1500/kernel-patches/008-ieee1394-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- orig/drivers/ieee1394/nodemgr.c 2006-03-21 01:41:51.000000000 -0700
-+++ linux-2.6.16/drivers/ieee1394/nodemgr.c 2006-03-21 01:41:51.000000000 -0700
-@@ -1487,7 +1487,7 @@
- /* If there is no bus manager then we should set the root node's
- * force_root bit to promote bus stability per the 1394
- * spec. (8.4.2.6) */
-- if (host->busmgr_id == 0xffff && host->node_count > 1)
-+ if (host->busmgr_id == 0x3f && host->node_count > 1)
- {
- u16 root_node = host->node_count - 1;
-