aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvscvs2svn2004-11-0425-25/+25
* 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
* Fix the description of hw.firewire.sbp.exclusive_login.Hidetoshi Shimokawa2004-06-181-1/+1
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-164-22/+22
* Fix spelling.Doug Rabson2004-06-151-2/+2
* If we run out of transmission labels, just re-queue the packet for laterDoug Rabson2004-06-142-4/+17
* Add configuration rom entries for IP over firewire.Doug Rabson2004-06-132-0/+28
* Add a new driver to support IP over firewire. This driver is intended toDoug Rabson2004-06-132-0/+975
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Don't try to copy out the result payload if there isn't one. This ioctlDoug Rabson2004-05-231-6/+14
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Initialise OHCI_CROMHDR and OHCI_BUS_OPT in fwohci_ibr to make sure thatDoug Rabson2004-05-231-0/+7
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's toDoug Rabson2004-05-2218-573/+573
* Mark the capability of this driver to receive VLAN frames >1500 bytesYaroslav Tykhiy2004-05-211-0/+1
* Fix spelling.Doug Rabson2004-05-213-13/+13
* Don't use the node id as an index into the topology map. This breaksDoug Rabson2004-05-161-2/+21
* MFp4: FireWireHidetoshi Shimokawa2004-03-2613-243/+449
* Fix a bug introduced in rev 1.33(mega API change).Hidetoshi Shimokawa2004-03-241-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-3/+2
* Check that xfer != NULL before dereferencing it, not after.Colin Percival2004-02-221-2/+2
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-3/+3
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* 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-302-0/+5
* Use device_identify and bus_add_child methods to add a firewireHidetoshi Shimokawa2004-01-303-30/+57
* * fwohci_pci.cHidetoshi Shimokawa2004-01-232-10/+17
* Add missing free() in exception handlers.Hidetoshi Shimokawa2004-01-222-2/+3
* Sync type of linkspeed with firewire.c.Hidetoshi Shimokawa2004-01-111-1/+1
* * firewireHidetoshi Shimokawa2004-01-083-18/+34
* Remove __P().Hidetoshi Shimokawa2004-01-066-126/+126
* Fix register mis-alignment introduced in rev1.12.Hidetoshi Shimokawa2004-01-061-33/+34
* MFp4:Hidetoshi Shimokawa2004-01-056-29/+27
* Catch a few places where NULL (pointer) was used where 0 (integer) wasPeter Wemm2003-12-231-4/+4
* Fix panic.Hidetoshi Shimokawa2003-12-131-6/+2
* MFp4:Hidetoshi Shimokawa2003-12-112-129/+310
* Sometimes cardbus attachments don't attach, so while we track downWarner Losh2003-11-281-0/+1
* Add tunables.Hidetoshi Shimokawa2003-11-131-4/+10
* Improve debug message.Hidetoshi Shimokawa2003-11-122-9/+9