aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire
Commit message (Expand)AuthorAgeFilesLines
...
* Remove some unused variables.Christian Brueffer2014-05-161-2/+0
* Teach every SIOCGIFSTATUS provider to fill in ifs->ascii anyway.Alexander V. Chernikov2014-01-071-7/+3
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-306-8/+8
* Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,Nathan Whitehorn2013-10-301-16/+19
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-262-0/+2
* Partial MFproject/camlock r256671:Alexander Motin2013-10-211-1/+1
* Re-do r255853. Along with adding back the API/ABI changes from theScott Long2013-09-251-3/+5
* Revert r255853 pending fixes to build errors in usr.bin/kdumpGlen Barber2013-09-251-5/+3
* Update the CAM API for FreeBSD 10:Scott Long2013-09-241-3/+5
* - Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+Davide Italiano2013-09-071-5/+3
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-1/+1
* MFprojects/camlock r248982:Alexander Motin2013-04-141-2/+2
* FireWire: Don't allow a tlabel to reference an xfer after free.Will Andrews2013-04-081-3/+12
* bus_dmamap_load_ccb doesn't exist on earlier versions of FreeBSD orWarner Losh2013-02-211-3/+1
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-8/+2
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-043-9/+9
* Fix an issue that caused the kernel to panic inside CTL when tryingKenneth D. Merry2012-06-261-5/+5
* Update sbp_targ such that it can actually handle multiple CTIO's during opera...Sean Bruno2012-01-251-79/+314
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-222-9/+8
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-074-4/+5
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-075-5/+5
* Add descriptor sense support to CAM, and honor sense residuals properly inKenneth D. Merry2011-10-032-24/+71
* When we see an interrupt status of 0xffffffff, check to see if theWarner Losh2011-06-211-2/+3
* Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-03-112-3/+4
* Remove references to MAKEDEV(8)Doug Barton2010-11-151-4/+0
* Fix grammar.Rebecca Cran2010-10-181-2/+2
* bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-102-3/+3
* Cast a bus_size_t to a (size_t) to use %zd specifier. Not quite theWarner Losh2010-03-291-1/+1
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-3/+3
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-292-3/+5
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-082-3/+2
* Add necessary include.Poul-Henning Kamp2009-09-082-2/+3
* Fix what seems to be an obvious typo preventing the body of theRoman Divacky2009-06-231-1/+1
* Rename the host-related prison fields to be the same as the host.*Jamie Gritton2009-06-131-1/+1
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-302-5/+11
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-2/+4
* Minor updates as a precursor to fixing sbp_targSean Bruno2009-04-072-2/+6
* Reviewed by: scott (scottl@freebsd.org)Sean Bruno2009-03-171-32/+52
* remove now-redunant cardbus attachment.Warner Losh2009-03-091-1/+0
* Enhance debugging mode by storing the string "BB:TT:LL" once and useSean Bruno2009-02-181-150/+143
* Introduce 1394a-2000 extended PHY Self ID packets.Sean Bruno2009-02-172-8/+29
* Simplify some debugging messages and try to consolodate some of the moreSean Bruno2009-02-171-65/+109
* Synopsis:Sean Bruno2009-02-171-6/+55
* Update the Self ID structure to conform to 1394a-2000.Sean Bruno2009-02-131-18/+50
* Remove redundant while () from loop.Sean Bruno2009-02-131-1/+1
* Enhance debug messages and attempt to unify them into one format where possible.Sean Bruno2009-02-121-10/+12
* Update comments around various structs.Sean Bruno2009-02-123-9/+27
* Do not self-initialize a variable.Max Khon2009-02-092-2/+2
* Remove unused variable.Max Khon2009-02-091-2/+1