summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/sbp.c
Commit message (Expand)AuthorAgeFilesLines
* * firewiresimokawa2004-01-081-1/+5
* Remove __P().simokawa2004-01-061-18/+18
* MFp4:simokawa2004-01-051-0/+8
* Improve debug message.simokawa2003-11-121-3/+3
* - Reserve a ocb for management ORB.simokawa2003-11-121-2/+6
* Oops, fix typo in my name.simokawa2003-11-121-2/+2
* Reduce debug message.simokawa2003-11-101-0/+2
* * Improve sbp device probe in boot process.simokawa2003-11-101-15/+50
* Add a new sysctl MIB to control exclusive login.simokawa2003-10-311-1/+6
* - Call sbp_reset_start() for mgm timeout.simokawa2003-10-181-166/+316
* - Implement sbp_poll() to enable kernel dump on SBP-2 device.simokawa2003-10-061-1/+9
* - Fix timeout for unodered excution.simokawa2003-10-061-12/+32
* MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.simokawa2003-10-021-168/+57
* Fix byte order of multi-byte scsi_status information.simokawa2003-08-291-20/+11
* Include order bit in sdev->type.simokawa2003-08-211-1/+1
* - Disable faking T_DIRECT as T_RBC because we have PIM_NO_6_BYTE now.simokawa2003-08-011-2/+2
* Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes tonjl2003-07-281-1/+1
* Clean up include files.simokawa2003-07-181-3/+2
* Add compatibility for FreeBSD-4.simokawa2003-07-041-1/+4
* Mega busdma API commit.scottl2003-07-011-1/+4
* Revert previos change for prior release/branch.simokawa2003-06-161-0/+21
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-17/+2
* Don't call sbp_do_attach() recursively after agent resetsimokawa2003-06-031-1/+1
* Make it compiled on 4-stable.simokawa2003-05-121-2/+10
* Write to RESET_START register if TARGET_RESET ORB doesn't work for timeout.simokawa2003-05-051-52/+138
* 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
* Add missing crom_next() in the previous revision.simokawa2003-04-291-1/+3
* Get correct firmware/model information for multiple unit directories.simokawa2003-04-291-0/+4
* - Improve configuration ROM parser for multiple unit directory.simokawa2003-04-261-55/+29
* Fix printf warnings for i386 with PAE.simokawa2003-04-241-12/+14
* MFp4(simokawa_firewire):simokawa2003-04-171-317/+315
* Panic if bus_dmamap_load() doesn't respect maxsegsz.simokawa2003-04-141-3/+9
* 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
* Fix printf warning on RELENG_4.simokawa2003-03-041-0/+4
* Simplify ORB queue management.simokawa2003-03-031-26/+19
* Don't reset agent before processing OCB has done.simokawa2003-03-011-6/+12
* MFp4(simokawa_sbp branch)simokawa2003-02-271-100/+288
* Oops, forgot to put back debug level.simokawa2003-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
* * firewire.csimokawa2003-02-171-46/+13
* - Though I got a feedback from the originator of kern/48129 that thesimokawa2003-02-141-12/+18
* firewire/fwohcisimokawa2003-02-131-5/+22
* Remove unnecessary check for OCB_ACT_CMD.simokawa2003-02-091-5/+1
* - Improve recovery after timeout.simokawa2003-02-041-53/+79
* - Take malloc type as an argument in fw_xfer_alloc().simokawa2003-02-031-14/+14
* Define new malloc type M_FW and use it.simokawa2003-02-011-2/+2
* - replace timeout with callout_*.simokawa2003-02-011-8/+5
OpenPOWER on IntegriCloud