summaryrefslogtreecommitdiff
path: root/sys/dev/firewire
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.3.0_cvscvs2svn2008-01-1525-25/+25
* Temporary fix for polling.Hidetoshi Shimokawa2007-10-251-1/+1
* MFC rev. 1.98: Fix a bug of retrieving configuration ROM.Hidetoshi Shimokawa2007-07-111-2/+2
* MFC: Suppress compiler optimization so that orb[1] must be written first.Hidetoshi Shimokawa2007-06-171-2/+7
* MFC: Make sure fwsid is not NULL.Hidetoshi Shimokawa2007-05-281-1/+3
* MFC: Simplify the bus probe routin using a kthread.Hidetoshi Shimokawa2007-05-282-349/+237
* MFC: rev. 1.13Hidetoshi Shimokawa2007-05-141-1/+2
* MFC:Hidetoshi Shimokawa2007-05-078-293/+369
* MFC: Free tlabel in fw_xfer_done().Hidetoshi Shimokawa2007-05-071-2/+1
* MFC:Hidetoshi Shimokawa2007-05-0710-87/+60
* MFC: Configuration ROM length should be unsigned.Hidetoshi Shimokawa2007-05-072-2/+2
* MFC:Hidetoshi Shimokawa2007-05-073-4/+5
* MFC: rev 1.59Hidetoshi Shimokawa2007-04-031-11/+10
* MFC: rev 1.85Hidetoshi Shimokawa2007-04-031-1/+0
* MFC: rev 1.86Hidetoshi Shimokawa2007-03-301-0/+2
* MFC: rev 1.58Hidetoshi Shimokawa2007-03-301-4/+6
* MFC: rev 1.86 and 1.87Hidetoshi Shimokawa2007-03-191-2/+8
* MFC: rev 1.57Hidetoshi Shimokawa2007-03-191-3/+1
* MFC: Change the life cycle of bpf interface objects to close attach/detachJohn Baldwin2007-01-191-2/+2
* Correct a signedness bug which allowed members of the operatorColin Percival2006-12-061-1/+1
* MFC: revision 1.81Hidetoshi Shimokawa2005-11-281-1/+3
* Big overall MFC of polling(4) cleanup:Gleb Smirnoff2005-10-073-63/+93
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-252-0/+50
* MFC rev 1.9, remove an incorrect and unnecessicary bzero of the softc.Brooks Davis2005-08-201-1/+0
* Merge two sets of changes relating to devfs device node cloning fromRobert Watson2005-08-132-2/+3
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-104-24/+39
* Recognize the integrated (though not necessarily enabled) FireWireMarius Strobl2005-05-202-0/+14
* Explicitly hold a reference to the cdev we have just cloned. ThisPoul-Henning Kamp2005-03-311-0/+1
* fix potential null ptr derefSam Leffler2005-03-291-4/+4
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-29/+29
* Clear PCIM_CMD_SERRESPEN and PCIM_CMD_PERRESPEN for broken hardware.Hidetoshi Shimokawa2005-01-061-1/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-0623-23/+23
* return after freeing data element, instead of falling through, and usingJohn-Mark Gurney2005-01-041-0/+1
* Fix malloc type in free().Hidetoshi Shimokawa2004-11-101-1/+1
* Respect _BOOT flag.Hidetoshi Shimokawa2004-10-222-6/+12
* Add a missing splx().Hidetoshi Shimokawa2004-09-061-0/+1
* Remove an unused variable.Hidetoshi Shimokawa2004-08-291-1/+1
* Assert Giant in fwe_start(), as it is not yet MPSAFE.Robert Watson2004-08-181-0/+2
* Since if_fwip doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Set IFF_NEEDSGIANT for fwe network interface since the firewireRobert Watson2004-08-121-1/+2
* Fix and add deivce ID's.Hidetoshi Shimokawa2004-08-042-4/+9
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-1/+1
* Temporary fix for interoperability with Windows and OS X. A more completeDoug Rabson2004-07-201-1/+1
* Don't output too many debug messages for bootverbose.Hidetoshi Shimokawa2004-07-203-11/+16
* Initialize ifp->if_output for FreeBSD-4.Hidetoshi Shimokawa2004-07-201-0/+3
* Adjust packet length correctly for FreeBSD-4.Hidetoshi Shimokawa2004-07-201-2/+4
* Add some PCI IDs for OHCI chips.Hidetoshi Shimokawa2004-07-172-0/+30
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+2
* Trim a few things from the dmesg output and stick them under bootverbose toJohn Baldwin2004-07-011-2/+3
* Remove the setting of the pci config variables on power state changes.Warner Losh2004-06-281-5/+0