aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/fwohcireg.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* fwohci(4): remove support for Sun PCIO-2 FireWire controllersMarius Strobl2020-12-251-2/+0
* The Uninorth ID was really for Uninorth 2.Warner Losh2018-04-011-1/+1
* fwohcireg.h is 99% the same between the boot loader and theWarner Losh2018-03-311-0/+2
* 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-14/+15
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-2/+2
* Update comments around various structs.Sean Bruno2009-02-121-9/+8
* MFp4: Improve asynchronous packet receive process.Hidetoshi Shimokawa2007-04-301-0/+5
* Recognize the integrated (though not necessarily enabled) FireWireMarius Strobl2005-05-201-0/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Fix and add deivce ID's.Hidetoshi Shimokawa2004-08-041-1/+2
* Add some PCI IDs for OHCI chips.Hidetoshi Shimokawa2004-07-171-0/+9
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's toDoug Rabson2004-05-221-40/+40
* Use the PCIR_BAR() macro rather than a magic number to specify the BARJohn Baldwin2004-02-121-1/+1
* Add NEC uPD72873.Hidetoshi Shimokawa2004-01-301-0/+1
* Fix register mis-alignment introduced in rev1.12.Hidetoshi Shimokawa2004-01-061-33/+34
* MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.Hidetoshi Shimokawa2003-10-021-7/+7
* Fill reserved fields of transmitting packets header with zero.Hidetoshi Shimokawa2003-08-201-4/+2
* Fix some recently introduced warnings. 'Declaration does not declarePeter Wemm2003-07-261-2/+2
* Add id for TI's 1394b link chip.Hidetoshi Shimokawa2003-06-041-0/+1
* Add some IEEE 1394 OHCI chips.Hidetoshi Shimokawa2003-04-241-1/+6
* MFp4(simokawa_firewire):Hidetoshi Shimokawa2003-04-171-58/+97
* Use pci_get_devid().Hidetoshi Shimokawa2003-02-181-23/+23
* Add 'uPD72871/2 IEEE1394 1-Chip OHCI Host Controller'.Hidetoshi Shimokawa2003-02-181-0/+1
* - Split db.desc.cmd into desc.control and desc.reqcount.Hidetoshi Shimokawa2003-01-261-38/+39
* - Remove speed_map API because speed_map is obsoleted by 1394a.Hidetoshi Shimokawa2003-01-041-7/+8
* Fix and add several device IDs.Hidetoshi Shimokawa2002-12-311-8/+11
* firewire.cHidetoshi Shimokawa2002-12-261-21/+2
* Firewire device support for Apple eMac with PPC kernel.Katsushi Kobayashi2002-09-171-0/+5
* Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (SerialKatsushi Kobayashi2002-09-131-0/+394