summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/sbp.c
Commit message (Expand)AuthorAgeFilesLines
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-8/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-4/+25
* Make tv_sec a time_t on all platforms but alpha. Brings us more in line withtrhodes2005-12-241-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add a missing splx().simokawa2004-09-061-0/+1
* Don't output too many debug messages for bootverbose.simokawa2004-07-201-0/+3
* Fix the description of hw.firewire.sbp.exclusive_login.simokawa2004-06-181-1/+1
* Fix spelling.dfr2004-06-151-2/+2
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's todfr2004-05-221-20/+20
* MFp4: FireWiresimokawa2004-03-261-80/+167
* * 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
OpenPOWER on IntegriCloud