aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire
Commit message (Expand)AuthorAgeFilesLines
* - Fix print format for FreeBSD-4Hidetoshi Shimokawa2003-01-071-3/+8
* Don't call fw_bus_probe() twice when successive self-id packets received.Hidetoshi Shimokawa2003-01-072-2/+10
* Use device_printf() and s/fc->dev/fc->bdev/.Hidetoshi Shimokawa2003-01-061-2/+2
* Fix fc->dev to fc->bdev.Hidetoshi Shimokawa2003-01-061-1/+1
* Reduce diff to RELENG_4.Hidetoshi Shimokawa2003-01-054-3/+65
* Syntax fix in fwohci_pci_suspend().Hidetoshi Shimokawa2003-01-051-1/+2
* - Change definition of fc->maxrec same as fwdev->maxrec.Hidetoshi Shimokawa2003-01-054-34/+49
* - Remove speed_map API because speed_map is obsoleted by 1394a.Hidetoshi Shimokawa2003-01-043-13/+8
* - Handle zero sized directory right way.Hidetoshi Shimokawa2003-01-041-4/+5
* - Replace printf() with device_printf().Hidetoshi Shimokawa2003-01-044-63/+36
* - Propagate suspend/resume to child devices.Hidetoshi Shimokawa2003-01-045-38/+99
* Experimental support for suspend/resume, not finished yet.Hidetoshi Shimokawa2003-01-013-160/+182
* Reduce debug message.Hidetoshi Shimokawa2003-01-011-0/+2
* - Retry phy access when the wait-loop count is exhausted.Hidetoshi Shimokawa2003-01-013-5/+64
* Fix and add several device IDs.Hidetoshi Shimokawa2002-12-312-31/+38
* - Implement primal Configuration ROM parser.Hidetoshi Shimokawa2002-12-312-15/+291
* Improve error checking of phy access and retry when error occurs.Hidetoshi Shimokawa2002-12-311-16/+22
* - Add more CSR related definitions (IEEE-1212).Hidetoshi Shimokawa2002-12-301-5/+62
* Cosmetic change. s/Firewire/FireWire/.Hidetoshi Shimokawa2002-12-266-10/+10
* Replace ntohl() with ntohs() because orb_hi is u_int16_t.Hidetoshi Shimokawa2002-12-261-1/+1
* firewire.cHidetoshi Shimokawa2002-12-265-36/+36
* Reduce and improve debug messages.Hidetoshi Shimokawa2002-12-065-30/+47
* network interface driver changes:Sam Leffler2002-11-141-16/+10
* - Add fwmem_xfer_req() and use this in other functions.Hidetoshi Shimokawa2002-11-121-50/+46
* - Remove unused code.Hidetoshi Shimokawa2002-11-121-183/+21
* fix wording.Hidetoshi Shimokawa2002-11-121-1/+1
* Split userland services to fwdev.c.Hidetoshi Shimokawa2002-11-123-871/+923
* Use struct fw_device in fwmem.cHidetoshi Shimokawa2002-11-124-31/+97
* Add a prototype for suspend/resume.Hidetoshi Shimokawa2002-11-121-0/+16
* Change interface of fwmem_read_*() functions to be usable from other partHidetoshi Shimokawa2002-11-121-4/+4
* Change interface of fwmem_read_*() functions to be usable from other partHidetoshi Shimokawa2002-11-121-37/+36
* - clean upHidetoshi Shimokawa2002-11-121-15/+3
* - Remove unused code.Hidetoshi Shimokawa2002-11-122-394/+178
* Restrict process count in fwohci_arcv() and fwohci_ircv().Hidetoshi Shimokawa2002-11-121-12/+18
* - Fix printf warnings on 64bit plathome.Hidetoshi Shimokawa2002-11-073-7/+17
* Minor clean up on cdb handling.Hidetoshi Shimokawa2002-11-061-8/+7
* - Let the PCI code try to route interrupt in -currentHidetoshi Shimokawa2002-11-061-1/+5
* Sony CXD3222 OHCI i.LINK chips needs more DELAY before starting SCLKHidetoshi Shimokawa2002-11-051-1/+1
* - Dequeue OCBs more safely in sbp_abort_all_ocbs().Hidetoshi Shimokawa2002-10-231-15/+24
* - Abort all OCBs for timeout.Hidetoshi Shimokawa2002-10-211-5/+14
* fix prototype of asyreqq().Hidetoshi Shimokawa2002-10-211-2/+3
* These (userland) files shouldn't be here.Hidetoshi Shimokawa2002-10-212-675/+0
* This file doesn't need opt_bus.h.John Baldwin2002-10-141-2/+0
* don't include bus_dma.h which doesn't need.Hidetoshi Shimokawa2002-09-211-3/+0
* remove unused code.Hidetoshi Shimokawa2002-09-211-15/+0
* Firewire device support for Apple eMac with PPC kernel.Katsushi Kobayashi2002-09-174-1/+29
* Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (SerialKatsushi Kobayashi2002-09-1319-0/+11852