index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
firewire
/
sbp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include order bit in sdev->type.
simokawa
2003-08-21
1
-1
/
+1
*
- Disable faking T_DIRECT as T_RBC because we have PIM_NO_6_BYTE now.
simokawa
2003-08-01
1
-2
/
+2
*
Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes to
njl
2003-07-28
1
-1
/
+1
*
Clean up include files.
simokawa
2003-07-18
1
-3
/
+2
*
Add compatibility for FreeBSD-4.
simokawa
2003-07-04
1
-1
/
+4
*
Mega busdma API commit.
scottl
2003-07-01
1
-1
/
+4
*
Revert previos change for prior release/branch.
simokawa
2003-06-16
1
-0
/
+21
*
Merge common XPT_CALC_GEOMETRY functions into a single convenience function.
njl
2003-06-14
1
-17
/
+2
*
Don't call sbp_do_attach() recursively after agent reset
simokawa
2003-06-03
1
-1
/
+1
*
Make it compiled on 4-stable.
simokawa
2003-05-12
1
-2
/
+10
*
Write to RESET_START register if TARGET_RESET ORB doesn't work for timeout.
simokawa
2003-05-05
1
-52
/
+138
*
Fix printf format errors.
jake
2003-05-02
1
-2
/
+2
*
Fix printf warning caused by recent CAM change.
simokawa
2003-05-01
1
-2
/
+2
*
Release devq before detach.
simokawa
2003-04-30
1
-0
/
+3
*
Add missing crom_next() in the previous revision.
simokawa
2003-04-29
1
-1
/
+3
*
Get correct firmware/model information for multiple unit directories.
simokawa
2003-04-29
1
-0
/
+4
*
- Improve configuration ROM parser for multiple unit directory.
simokawa
2003-04-26
1
-55
/
+29
*
Fix printf warnings for i386 with PAE.
simokawa
2003-04-24
1
-12
/
+14
*
MFp4(simokawa_firewire):
simokawa
2003-04-17
1
-317
/
+315
*
Panic if bus_dmamap_load() doesn't respect maxsegsz.
simokawa
2003-04-14
1
-3
/
+9
*
Put back including sys/devicestat.h for 4-stable.
simokawa
2003-03-12
1
-0
/
+3
*
Centralize the devstat handling for all GEOM disk device drivers
phk
2003-03-08
1
-1
/
+0
*
Fix printf warning on RELENG_4.
simokawa
2003-03-04
1
-0
/
+4
*
Simplify ORB queue management.
simokawa
2003-03-03
1
-26
/
+19
*
Don't reset agent before processing OCB has done.
simokawa
2003-03-01
1
-6
/
+12
*
MFp4(simokawa_sbp branch)
simokawa
2003-02-27
1
-100
/
+288
*
Oops, forgot to put back debug level.
simokawa
2003-02-21
1
-1
/
+1
*
Don't scan lun by myself while boot process leave it CAM to scan the bus.
simokawa
2003-02-21
1
-8
/
+27
*
* firewire.c
simokawa
2003-02-17
1
-46
/
+13
*
- Though I got a feedback from the originator of kern/48129 that the
simokawa
2003-02-14
1
-12
/
+18
*
firewire/fwohci
simokawa
2003-02-13
1
-5
/
+22
*
Remove unnecessary check for OCB_ACT_CMD.
simokawa
2003-02-09
1
-5
/
+1
*
- Improve recovery after timeout.
simokawa
2003-02-04
1
-53
/
+79
*
- Take malloc type as an argument in fw_xfer_alloc().
simokawa
2003-02-03
1
-14
/
+14
*
Define new malloc type M_FW and use it.
simokawa
2003-02-01
1
-2
/
+2
*
- replace timeout with callout_*.
simokawa
2003-02-01
1
-8
/
+5
*
Check status FIFO more closely to report error.
simokawa
2003-02-01
1
-11
/
+43
*
Add basic support for device wiring down to specific (CAM)
simokawa
2003-02-01
1
-4
/
+55
*
SBP related changes.
simokawa
2003-01-31
1
-10
/
+59
*
SBP related changes.
simokawa
2003-01-31
1
-7
/
+14
*
- Handle SCSI_STATUS_BUSY case.
simokawa
2003-01-30
1
-5
/
+9
*
Merge little and big endian case.
simokawa
2003-01-24
1
-38
/
+0
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-3
/
+3
*
Replace M_DONTWAIT with M_NOWAIT for malloc().
simokawa
2003-01-17
1
-1
/
+1
*
- Fix print format for FreeBSD-4
simokawa
2003-01-07
1
-3
/
+8
*
Reduce diff to RELENG_4.
simokawa
2003-01-05
1
-0
/
+20
*
- Propagate suspend/resume to child devices.
simokawa
2003-01-04
1
-1
/
+3
*
Reduce debug message.
simokawa
2003-01-01
1
-0
/
+2
*
- Implement primal Configuration ROM parser.
simokawa
2002-12-31
1
-15
/
+37
*
Cosmetic change. s/Firewire/FireWire/.
simokawa
2002-12-26
1
-2
/
+2
[next]