summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire
Commit message (Expand)AuthorAgeFilesLines
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-211-1/+7
* Various bpf(4) related fixes to catch places up to the new bpf(4)jhb2006-12-291-2/+2
* Correct a signedness bug which allowed members of the operatorcperciva2006-12-061-1/+1
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-8/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-4/+25
* Better printfimp2006-06-121-1/+1
* Don't type pun accidentally. Instead, be explicit that we're typeimp2006-02-041-6/+8
* Make tv_sec a time_t on all platforms but alpha. Brings us more in line withtrhodes2005-12-241-2/+2
* Fix panic when we cannot find self-id of probing nodes.simokawa2005-11-251-1/+3
* Fix typo.glebius2005-10-111-2/+1
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-052-0/+6
* Big polling(4) cleanup.glebius2005-10-013-63/+87
* Remove an unnecessicary bzero that was zeroing the softc's struct ifnetbrooks2005-08-171-1/+0
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-092-0/+50
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-082-2/+3
* The Sony i.LINK CXD1947 device is a firewire bridge, but it doesn'timp2005-07-171-2/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-104-24/+39
* Recognize the integrated (though not necessarily enabled) FireWiremarius2005-05-202-0/+14
* Explicitly hold a reference to the cdev we have just cloned. Thisphk2005-03-311-0/+1
* fix potential null ptr derefsam2005-03-291-4/+4
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-29/+29
* Clear PCIM_CMD_SERRESPEN and PCIM_CMD_PERRESPEN for broken hardware.simokawa2005-01-061-1/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-0623-23/+23
* return after freeing data element, instead of falling through, and usingjmg2005-01-041-0/+1
* Fix malloc type in free().simokawa2004-11-101-1/+1
* Respect _BOOT flag.simokawa2004-10-222-6/+12
* Add a missing splx().simokawa2004-09-061-0/+1
* Remove an unused variable.simokawa2004-08-291-1/+1
* Assert Giant in fwe_start(), as it is not yet MPSAFE.rwatson2004-08-181-0/+2
* Since if_fwip doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Set IFF_NEEDSGIANT for fwe network interface since the firewirerwatson2004-08-121-1/+2
* Fix and add deivce ID's.simokawa2004-08-042-4/+9
* Avoid casts as lvalues.kan2004-07-281-1/+1
* Temporary fix for interoperability with Windows and OS X. A more completedfr2004-07-201-1/+1
* Don't output too many debug messages for bootverbose.simokawa2004-07-203-11/+16
* Initialize ifp->if_output for FreeBSD-4.simokawa2004-07-201-0/+3
* Adjust packet length correctly for FreeBSD-4.simokawa2004-07-201-2/+4
* Add some PCI IDs for OHCI chips.simokawa2004-07-172-0/+30
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+2
* Trim a few things from the dmesg output and stick them under bootverbose tojhb2004-07-011-2/+3
* Remove the setting of the pci config variables on power state changes.imp2004-06-281-5/+0
* Fix the description of hw.firewire.sbp.exclusive_login.simokawa2004-06-181-1/+1
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-164-22/+22
* Fix spelling.dfr2004-06-151-2/+2
* If we run out of transmission labels, just re-queue the packet for laterdfr2004-06-142-4/+17
* Add configuration rom entries for IP over firewire.dfr2004-06-132-0/+28
* Add a new driver to support IP over firewire. This driver is intended todfr2004-06-132-0/+975
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Don't try to copy out the result payload if there isn't one. This ioctldfr2004-05-231-6/+14
OpenPOWER on IntegriCloud