freebsd-src/sys/dev/firewire
Sean Bruno 41fd7057bb Simplify some debugging messages and try to consolodate some of the more
interesting conditional printf's into single device_printf's

Change a couple of variable names so that I don't have to trace what they
acutally do anymore.

Enable the display of the Self ID PHY packet if firewire_debug > 0
Reviewed by:	scottl(mentor)
MFC after:	2 weeks
2009-02-17 17:46:43 +00:00
..
00README Big polling(4) cleanup. 2005-10-01 18:56:19 +00:00
firewire.c Simplify some debugging messages and try to consolodate some of the more 2009-02-17 17:46:43 +00:00
firewire.h Update the Self ID structure to conform to 1394a-2000. 2009-02-13 17:45:09 +00:00
firewire_phy.h
firewirereg.h Protect transaction labels by its own lock to reduce lock contention. 2007-07-20 03:42:57 +00:00
fwcrom.c Don't type pun accidentally. Instead, be explicit that we're type 2006-02-04 21:37:39 +00:00
fwdev.c Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
fwdma.c MFp4: MPSAFE firewire stack. 2007-06-06 14:31:36 +00:00
fwdma.h
fwmem.c MFp4: MPSAFE firewire stack. 2007-06-06 14:31:36 +00:00
fwmem.h
fwohci.c Remove redundant while () from loop. 2009-02-13 17:44:07 +00:00
fwohci_pci.c Some updates and bug squashing in the firewire stack. 2009-02-01 23:28:52 +00:00
fwohcireg.h Update comments around various structs. 2009-02-12 03:05:42 +00:00
fwohcivar.h Delete fwohci_filt() as it is now unused 2009-02-03 17:13:37 +00:00
fwphyreg.h Update comments around various structs. 2009-02-12 03:05:42 +00:00
iec13213.h
iec68113.h
if_fwe.c Do not self-initialize a variable. 2009-02-09 16:58:18 +00:00
if_fwevar.h MFp4: MPSAFE firewire stack. 2007-06-06 14:31:36 +00:00
if_fwip.c Do not self-initialize a variable. 2009-02-09 16:58:18 +00:00
if_fwipvar.h MFp4: MPSAFE firewire stack. 2007-06-06 14:31:36 +00:00
sbp.c Remove unused variable. 2009-02-09 16:57:07 +00:00
sbp.h
sbp_targ.c Prepare for future integration between CAM and newbus. xpt_bus_register 2007-06-17 05:55:54 +00:00