summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire
Commit message (Expand)AuthorAgeFilesLines
* - The payload of Write Request Quad must be network byte order.simokawa2003-03-241-1/+1
* - The payload of Write Request Quad and Read Response Quad must besimokawa2003-03-242-2/+9
* Safe PCI configuration.simokawa2003-03-241-2/+6
* Clear channel and tag bits before set them.simokawa2003-03-191-0/+1
* Put back including sys/devicestat.h for 4-stable.simokawa2003-03-121-0/+3
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-1/+0
* - improve timeout handling in fwmem.csimokawa2003-03-072-14/+22
* MFp4(simokawa_sbp)simokawa2003-03-067-102/+193
* Set ldesc after dbch->ndesc has initialized.simokawa2003-03-051-3/+2
* Fix printf warning on RELENG_4.simokawa2003-03-041-0/+4
* Simplify ORB queue management.simokawa2003-03-031-26/+19
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+10
* Defer allowing async. requests after self ID's have received.simokawa2003-03-031-7/+6
* Use canonical format for cdevsw initialization.phk2003-03-021-2/+13
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-5/+5
* Don't reset agent before processing OCB has done.simokawa2003-03-011-6/+12
* MFp4(simokawa_sbp branch)simokawa2003-02-275-108/+310
* Cleanup of the d_mmap_t interface.mux2003-02-252-3/+3
* Oops, forgot to put back debug level.simokawa2003-02-211-1/+1
* remove unused code.simokawa2003-02-211-1/+2
* Fix typosimokawa2003-02-211-1/+1
* Don't scan lun by myself while boot process leave it CAM to scan the bus.simokawa2003-02-211-8/+27
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Fix fwdev memory leak on detaching.simokawa2003-02-181-5/+13
* Use pci_get_devid().simokawa2003-02-182-24/+24
* Add 'uPD72871/2 IEEE1394 1-Chip OHCI Host Controller'.simokawa2003-02-182-0/+5
* * firewire.csimokawa2003-02-182-1/+19
* * firewire.csimokawa2003-02-172-48/+19
* Protect calling fwohci_intr() with splfw() for 4-stable.simokawa2003-02-151-1/+3
* - Increase split transaction timeout from 2 sec to 6 sec.simokawa2003-02-151-3/+3
* Clear the bus reset event flag as soon as possible aftersimokawa2003-02-141-0/+9
* - Though I got a feedback from the originator of kern/48129 that thesimokawa2003-02-141-12/+18
* firewire/fwohcisimokawa2003-02-134-50/+75
* Increase atrq.ndesc for if_fwe.simokawa2003-02-091-2/+2
* Add new ioctl to specify target EUI64 for fwmem.simokawa2003-02-095-12/+33
* Remove unnecessary check for OCB_ACT_CMD.simokawa2003-02-091-5/+1
* - Detect split transcation timeout.simokawa2003-02-094-65/+139
* Remove debug message.simokawa2003-02-071-1/+0
* Fix memory leak.simokawa2003-02-061-13/+20
* Fix for fwmem write part.simokawa2003-02-051-14/+14
* - Implement write part.simokawa2003-02-042-30/+122
* - Improve recovery after timeout.simokawa2003-02-041-53/+79
* Remove unnecessary M_NOWAIT.simokawa2003-02-032-8/+7
* Add missing 'static'.simokawa2003-02-031-2/+2
* - Take malloc type as an argument in fw_xfer_alloc().simokawa2003-02-037-41/+52
* Define new malloc type M_FW and use it.simokawa2003-02-018-76/+81
* - replace timeout with callout_*.simokawa2003-02-016-53/+51
* Check status FIFO more closely to report error.simokawa2003-02-011-11/+43
* Add basic support for device wiring down to specific (CAM)simokawa2003-02-011-4/+55
* Sort device list by eui64 in acendent order correctly.simokawa2003-02-011-12/+12
OpenPOWER on IntegriCloud