diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-03-25 19:09:09 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-03-25 19:09:09 +0000 |
commit | ba46d4d7caf5ec6c89fbbde4bb19a86a272c4611 (patch) | |
tree | ad16141328c9251d4ce5461e63bb831c9806a140 /target/device/AMD/DBAu1500/kernel-patches/008-ieee1394-fix.patch | |
parent | 7aa8096f080eb0bf8db862741e57a21285ab4c61 (diff) |
update to linux 2.4.16 and current uClibc.
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.patch | 11 |
1 files changed, 11 insertions, 0 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 new file mode 100644 index 000000000..e87c99078 --- /dev/null +++ b/target/device/AMD/DBAu1500/kernel-patches/008-ieee1394-fix.patch @@ -0,0 +1,11 @@ +--- 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; + |