summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire
Commit message (Expand)AuthorAgeFilesLines
* Change device name notation.simokawa2003-08-054-54/+141
* - Don't mess with TX queue in fwohci_stop() if we failed to attach the device.simokawa2003-08-042-7/+14
* Workaround for gcc on alpha/ia64.simokawa2003-08-011-6/+4
* Clean up fwdev.simokawa2003-08-014-211/+234
* - Disable faking T_DIRECT as T_RBC because we have PIM_NO_6_BYTE now.simokawa2003-08-011-2/+2
* - Detect full of DMA channel correctly.simokawa2003-08-011-2/+1
* Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes tonjl2003-07-281-1/+1
* Fix some recently introduced warnings. 'Declaration does not declarepeter2003-07-261-2/+2
* Clean up include files.simokawa2003-07-186-23/+6
* Add some debug messages.simokawa2003-07-181-4/+6
* Allow retrieval of local Configuration ROM.simokawa2003-07-121-7/+22
* Configuraiton ROM fix:simokawa2003-07-091-8/+26
* Add compatibility for FreeBSD-4.simokawa2003-07-044-5/+21
* All current uses of pci_set_powerstate are bogus, at least in theory.imp2003-07-031-0/+2
* Mega busdma API commit.scottl2003-07-014-5/+18
* Fix tsleep/wakup race on FreeBSD-4.simokawa2003-07-011-2/+14
* Include file clean up.simokawa2003-06-303-4/+11
* Fix several problems related to resume:simokawa2003-06-284-5/+40
* - Use fwohci_poll() instead of fwohci_intr() to process the first bus reest.simokawa2003-06-273-3/+4
* Bound check for broken Configuration ROM.simokawa2003-06-161-5/+19
* Fix for big endian.simokawa2003-06-161-2/+1
* Revert previos change for prior release/branch.simokawa2003-06-161-0/+21
* - Enable support for building Configuration ROM.simokawa2003-06-153-19/+109
* Fix crom_add_simple_text().simokawa2003-06-151-4/+5
* Add CSRVAL_VENDOR_PRIVATE.simokawa2003-06-151-0/+7
* White space fix.simokawa2003-06-151-3/+3
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-17/+2
* Fix typo in the previous revision.simokawa2003-06-101-1/+1
* Fix struct bus_info on big-endian machines.simokawa2003-06-101-3/+20
* Add tx_speed sysctl variable.simokawa2003-06-101-1/+4
* Add id for TI's 1394b link chip.simokawa2003-06-042-0/+5
* Don't call sbp_do_attach() recursively after agent resetsimokawa2003-06-031-1/+1
* Allocate zeroed space for fwdev.simokawa2003-06-031-1/+2
* Open fwmem device exclusively.simokawa2003-06-031-0/+5
* Remove the redundant declaration of bus_dmasync_op_t.scottl2003-05-271-4/+0
* Make it compiled on 4-stable.simokawa2003-05-121-2/+10
* - Use moderate gap counts listed in IEEE1394a.simokawa2003-05-111-28/+32
* Write to RESET_START register if TARGET_RESET ORB doesn't work for timeout.simokawa2003-05-051-52/+138
* Don't panic for FWXF_START state in fw_xfer_unload().simokawa2003-05-051-2/+7
* Fix printf format errors.jake2003-05-021-2/+2
* Fix printf warning caused by recent CAM change.simokawa2003-05-011-2/+2
* Release devq before detach.simokawa2003-04-301-0/+3
* Set status to FWDEVINVAL if probe failed.simokawa2003-04-301-6/+7
* Add missing crom_next() in the previous revision.simokawa2003-04-291-1/+3
* Set recv.len to zero if we get no response.simokawa2003-04-291-1/+4
* Get correct firmware/model information for multiple unit directories.simokawa2003-04-291-0/+4
* Fix indentation.simokawa2003-04-291-13/+13
* Move CSR definitions to iec*.h from firewirereg.h.simokawa2003-04-293-28/+28
* Make compiled on RELEGN_4simokawa2003-04-281-1/+2
* - Improve configuration ROM parser for multiple unit directory.simokawa2003-04-265-149/+139
OpenPOWER on IntegriCloud