aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/firewire.h
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove obsolete compatibility glue and improve firewire code readability.Alexander Kabaev2014-09-271-10/+10
* Start the process of cleaning up FreeBSD's firewire driver.Will Andrews2014-09-181-5/+0
* Introduce 1394a-2000 extended PHY Self ID packets.Sean Bruno2009-02-171-2/+6
* Update the Self ID structure to conform to 1394a-2000.Sean Bruno2009-02-131-18/+50
* Update comments around various structs.Sean Bruno2009-02-121-0/+7
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-1/+1
* Configuration ROM length should be unsigned.Hidetoshi Shimokawa2007-04-241-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's toDoug Rabson2004-05-221-53/+53
* MFp4: FireWireHidetoshi Shimokawa2004-03-261-1/+1
* Increase FWMAXQUEUE up to 128.Hidetoshi Shimokawa2003-11-071-1/+1
* MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.Hidetoshi Shimokawa2003-10-021-6/+27
* Allow to access phy registers via ioctl().Hidetoshi Shimokawa2003-08-191-0/+2
* Change device name notation.Hidetoshi Shimokawa2003-08-051-1/+2
* Clean up fwdev.Hidetoshi Shimokawa2003-08-011-2/+2
* MFp4(simokawa_firewire):Hidetoshi Shimokawa2003-04-171-179/+84
* MFp4(simokawa_sbp)Hidetoshi Shimokawa2003-03-061-1/+1
* Add new ioctl to specify target EUI64 for fwmem.Hidetoshi Shimokawa2003-02-091-0/+3
* - replace timeout with callout_*.Hidetoshi Shimokawa2003-02-011-0/+2
* Change API of FW_GDEVLST ioctl.Hidetoshi Shimokawa2003-01-251-9/+15
* Remove FW_SSTDV ioctl. It is not used anymore.Hidetoshi Shimokawa2003-01-241-0/+2
* Merge little and big endian case.Hidetoshi Shimokawa2003-01-241-213/+127
* - Change definition of fc->maxrec same as fwdev->maxrec.Hidetoshi Shimokawa2003-01-051-0/+1
* - Remove speed_map API because speed_map is obsoleted by 1394a.Hidetoshi Shimokawa2003-01-041-1/+0
* Cosmetic change. s/Firewire/FireWire/.Hidetoshi Shimokawa2002-12-261-1/+1
* Firewire device support for Apple eMac with PPC kernel.Katsushi Kobayashi2002-09-171-0/+6
* Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (SerialKatsushi Kobayashi2002-09-131-0/+565