summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire
Commit message (Expand)AuthorAgeFilesLines
* 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
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Initialise OHCI_CROMHDR and OHCI_BUS_OPT in fwohci_ibr to make sure thatdfr2004-05-231-0/+7
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's todfr2004-05-2218-573/+573
* Mark the capability of this driver to receive VLAN frames >1500 bytesyar2004-05-211-0/+1
* Fix spelling.dfr2004-05-213-13/+13
* Don't use the node id as an index into the topology map. This breaksdfr2004-05-161-2/+21
* MFp4: FireWiresimokawa2004-03-2613-243/+449
* Fix a bug introduced in rev 1.33(mega API change).simokawa2004-03-241-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+2
* Check that xfer != NULL before dereferencing it, not after.cperciva2004-02-221-2/+2
* Device megapatch 4/6:phk2004-02-211-3/+3
* Device megapatch 1/6:phk2004-02-211-2/+0
* Use the PCIR_BAR() macro rather than a magic number to specify the BARjhb2004-02-121-1/+1
* Add NEC uPD72873.simokawa2004-01-302-0/+5
* Use device_identify and bus_add_child methods to add a firewiresimokawa2004-01-303-30/+57
* * fwohci_pci.csimokawa2004-01-232-10/+17
* Add missing free() in exception handlers.simokawa2004-01-222-2/+3
* Sync type of linkspeed with firewire.c.simokawa2004-01-111-1/+1
* * firewiresimokawa2004-01-083-18/+34
* Remove __P().simokawa2004-01-066-126/+126
* Fix register mis-alignment introduced in rev1.12.simokawa2004-01-061-33/+34
OpenPOWER on IntegriCloud