patch-2.4.17 linux/drivers/ieee1394/ieee1394_core.c
Next file: linux/drivers/ieee1394/ieee1394_syms.c
Previous file: linux/drivers/ieee1394/hosts.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Fri Dec 21 16:40:32 2001
-  Orig file: 
linux-2.4.16/drivers/ieee1394/ieee1394_core.c
-  Orig date: 
Wed Oct 17 21:19:20 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/drivers/ieee1394/ieee1394_core.c linux/drivers/ieee1394/ieee1394_core.c
@@ -318,7 +318,7 @@
 
 void hpsb_selfid_complete(struct hpsb_host *host, int phyid, int isroot)
 {
-        host->node_id = 0xffc0 | phyid;
+        host->node_id = LOCAL_BUS | phyid;
         host->in_bus_reset = 0;
         host->is_root = isroot;
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)