summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire
Commit message (Expand)AuthorAgeFilesLines
* Update sbp_targ such that it can actually handle multiple CTIO's during opera...sbruno2012-01-251-79/+314
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* - There's no need to overwrite the default device method with the defaultmarius2011-11-222-9/+8
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-074-4/+5
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-075-5/+5
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-032-24/+71
* When we see an interrupt status of 0xffffffff, check to see if theimp2011-06-211-2/+3
* Allocate the DMA memory shared between the host and the controller asmarius2011-03-112-3/+4
* Remove references to MAKEDEV(8)dougb2010-11-151-4/+0
* Fix grammar.brucec2010-10-181-2/+2
* bus_add_child: change type of order parameter to u_intavg2010-09-102-3/+3
* Cast a bus_size_t to a (size_t) to use %zd specifier. Not quite theimp2010-03-291-1/+1
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-3/+3
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-292-3/+5
* Revert previous commit and add myself to the list of people who shouldphk2009-09-082-3/+2
* Add necessary include.phk2009-09-082-2/+3
* Fix what seems to be an obvious typo preventing the body of therdivacky2009-06-231-1/+1
* Rename the host-related prison fields to be the same as the host.*jamie2009-06-131-1/+1
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-302-5/+11
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-2/+4
* Minor updates as a precursor to fixing sbp_targsbruno2009-04-072-2/+6
* Reviewed by: scott (scottl@freebsd.org)sbruno2009-03-171-32/+52
* remove now-redunant cardbus attachment.imp2009-03-091-1/+0
* Enhance debugging mode by storing the string "BB:TT:LL" once and usesbruno2009-02-181-150/+143
* Introduce 1394a-2000 extended PHY Self ID packets.sbruno2009-02-172-8/+29
* Simplify some debugging messages and try to consolodate some of the moresbruno2009-02-171-65/+109
* Synopsis:sbruno2009-02-171-6/+55
* Update the Self ID structure to conform to 1394a-2000.sbruno2009-02-131-18/+50
* Remove redundant while () from loop.sbruno2009-02-131-1/+1
* Enhance debug messages and attempt to unify them into one format where possible.sbruno2009-02-121-10/+12
* Update comments around various structs.sbruno2009-02-123-9/+27
* Do not self-initialize a variable.fjoe2009-02-092-2/+2
* Remove unused variable.fjoe2009-02-091-2/+1
* Delete fwohci_filt() as it is now unusedsbruno2009-02-031-1/+0
* Some updates and bug squashing in the firewire stack.sbruno2009-02-015-69/+88
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-1/+1
* Replace all calls to minor() with dev2unit().ed2008-09-272-2/+2
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* - Fix panic on detach.simokawa2008-05-102-4/+4
* - Disable interrupts on suspend to eliminate excessivesimokawa2008-05-101-4/+9
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-252-26/+10
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* Protect transaction labels by its own lock to reduce lock contention.simokawa2007-07-202-12/+17
* Improve acquisition of transaction labels.simokawa2007-07-152-20/+17
* Fix a bug of retrieving configuration ROM.simokawa2007-07-081-2/+2
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-172-2/+2
* - Lock sbp_write_cmd() and ORB_POINTER_ACTIVE flag.simokawa2007-06-161-11/+41
* - Suppress compiler optimization so that orb[1] must be written first.simokawa2007-06-141-2/+7
* Timestamp after sent.simokawa2007-06-082-4/+4
* Fix a race after a bus reset.simokawa2007-06-082-14/+16
OpenPOWER on IntegriCloud