| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix remote DMA based firewire debugging when targeting | will | 2015-01-21 | 1 | -8/+16 |
* | Fix firewire panic when issuing a reply to an unhandled | will | 2015-01-21 | 1 | -0/+1 |
* | Properly lock accesss to the firewire_comm->devices list. | will | 2015-01-21 | 2 | -16/+6 |
* | Fix panic in firewire and creation of invalid config ROM. | will | 2015-01-21 | 1 | -10/+19 |
* | Fix a FWXF_INQ race in the firewire driver. | will | 2015-01-21 | 1 | -10/+2 |
* | Fix one cause of firewire panics. | will | 2015-01-21 | 1 | -0/+1 |
* | Prevent overflow issues in timeout processing | smh | 2014-11-21 | 1 | -6/+8 |
* | Do not pass whole descriptor block size as align to fwdma_malloc_multiseg | kan | 2014-09-27 | 1 | -1/+1 |
* | Remove obsolete compatibility glue and improve firewire code readability. | kan | 2014-09-27 | 19 | -1014/+939 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-19 | 2 | -16/+16 |
* | Start the process of cleaning up FreeBSD's firewire driver. | will | 2014-09-18 | 14 | -432/+2 |
* | Silence noisy firewire logging. | will | 2014-09-18 | 2 | -17/+0 |
* | Use define from if_var.h to access a field inside struct if_data, | glebius | 2014-08-30 | 1 | -1/+1 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 4 | -33/+18 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 4 | -18/+33 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 4 | -33/+18 |
* | Set target->sbp field to valid value when sbp device is created. | kan | 2014-06-20 | 1 | -1/+1 |
* | Various cleanups and fixes: | jhb | 2014-05-27 | 1 | -172/+102 |
* | Remove some unused variables. | brueffer | 2014-05-16 | 1 | -2/+0 |
* | Teach every SIOCGIFSTATUS provider to fill in ifs->ascii anyway. | melifaro | 2014-01-07 | 1 | -7/+3 |
* | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | eadler | 2013-11-30 | 6 | -8/+8 |
* | Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t, | nwhitehorn | 2013-10-30 | 1 | -16/+19 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 2 | -0/+2 |
* | Partial MFproject/camlock r256671: | mav | 2013-10-21 | 1 | -1/+1 |
* | Re-do r255853. Along with adding back the API/ABI changes from the | scottl | 2013-09-25 | 1 | -3/+5 |
* | Revert r255853 pending fixes to build errors in usr.bin/kdump | gjb | 2013-09-25 | 1 | -5/+3 |
* | Update the CAM API for FreeBSD 10: | scottl | 2013-09-24 | 1 | -3/+5 |
* | - Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+ | davide | 2013-09-07 | 1 | -5/+3 |
* | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | scottl | 2013-08-12 | 1 | -1/+1 |
* | MFprojects/camlock r248982: | mav | 2013-04-14 | 1 | -2/+2 |
* | FireWire: Don't allow a tlabel to reference an xfer after free. | will | 2013-04-08 | 1 | -3/+12 |
* | bus_dmamap_load_ccb doesn't exist on earlier versions of FreeBSD or | imp | 2013-02-21 | 1 | -3/+1 |
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 1 | -8/+2 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 3 | -9/+9 |
* | Fix an issue that caused the kernel to panic inside CTL when trying | ken | 2012-06-26 | 1 | -5/+5 |
* | Update sbp_targ such that it can actually handle multiple CTIO's during opera... | sbruno | 2012-01-25 | 1 | -79/+314 |
* | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | kevlo | 2012-01-07 | 1 | -1/+0 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 2 | -9/+8 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 4 | -4/+5 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 5 | -5/+5 |
* | Add descriptor sense support to CAM, and honor sense residuals properly in | ken | 2011-10-03 | 2 | -24/+71 |
* | When we see an interrupt status of 0xffffffff, check to see if the | imp | 2011-06-21 | 1 | -2/+3 |
* | Allocate the DMA memory shared between the host and the controller as | marius | 2011-03-11 | 2 | -3/+4 |
* | Remove references to MAKEDEV(8) | dougb | 2010-11-15 | 1 | -4/+0 |
* | Fix grammar. | brucec | 2010-10-18 | 1 | -2/+2 |
* | bus_add_child: change type of order parameter to u_int | avg | 2010-09-10 | 2 | -3/+3 |
* | Cast a bus_size_t to a (size_t) to use %zd specifier. Not quite the | imp | 2010-03-29 | 1 | -1/+1 |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 1 | -3/+3 |
* | Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. | rnoland | 2009-12-29 | 2 | -3/+5 |
* | Revert previous commit and add myself to the list of people who should | phk | 2009-09-08 | 2 | -3/+2 |