aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/fwcrom.c
Commit message (Expand)AuthorAgeFilesLines
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-081-2/+2
* Add necessary include.Poul-Henning Kamp2009-09-081-2/+2
* Don't type pun accidentally. Instead, be explicit that we're typeWarner Losh2006-02-041-6/+8
* Respect _BOOT flag.Hidetoshi Shimokawa2004-10-221-4/+10
* Remove an unused variable.Hidetoshi Shimokawa2004-08-291-1/+1
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's toDoug Rabson2004-05-221-28/+28
* MFp4: FireWireHidetoshi Shimokawa2004-03-261-3/+18
* MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.Hidetoshi Shimokawa2003-10-021-2/+5
* Use __FBSDID().David E. O'Brien2003-08-241-3/+4
* Bound check for broken Configuration ROM.Hidetoshi Shimokawa2003-06-161-5/+19
* Fix crom_add_simple_text().Hidetoshi Shimokawa2003-06-151-4/+5
* - Improve configuration ROM parser for multiple unit directory.Hidetoshi Shimokawa2003-04-261-10/+104
* MFp4(simokawa_firewire):Hidetoshi Shimokawa2003-04-171-7/+258
* - Handle zero sized directory right way.Hidetoshi Shimokawa2003-01-041-4/+5
* - Implement primal Configuration ROM parser.Hidetoshi Shimokawa2002-12-311-0/+254