patch-2.3.12 linux/drivers/usb/ohci-debug.c
Next file: linux/drivers/usb/ohci.c
Previous file: linux/drivers/usb/mouse.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Sun Jul 25 20:30:46 1999
- Orig file:
v2.3.11/linux/drivers/usb/ohci-debug.c
- Orig date:
Thu Jul 8 15:42:21 1999
diff -u --recursive --new-file v2.3.11/linux/drivers/usb/ohci-debug.c linux/drivers/usb/ohci-debug.c
@@ -131,7 +131,18 @@
printk(KERN_DEBUG " next_td = 0x%x\n", le32_to_cpup(&td->next_td));
printk(KERN_DEBUG " buf_end = 0x%x\n", le32_to_cpup(&td->buf_end));
printk(KERN_DEBUG " ohci TD driver fields:\n");
+ printk(KERN_DEBUG " flags = %x {", td->hcd_flags);
+ if (td_allocated(*td))
+ printk(" alloc");
+ if (td_dummy(*td))
+ printk(" dummy");
+ if (td_endofchain(*td))
+ printk(" endofchain");
+ if (!can_auto_free(*td))
+ printk(" noautofree");
+ printk("}\n");
printk(KERN_DEBUG " data = %p\n", td->data);
+ printk(KERN_DEBUG " cmpltd = %p\n", td->completed);
printk(KERN_DEBUG " dev_id = %p\n", td->dev_id);
printk(KERN_DEBUG " ed = %p\n", td->ed);
if (td->data != NULL) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)