cvs commit: src/sys/dev/firewire sbp.c

2007-06-17 Thread Hidetoshi Shimokawa
simokawa2007-06-17 10:46:20 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/firewire sbp.c Log: MFC: Suppress compiler optimization so that orb[1] must be written first. Revision ChangesPath 1.81.2.4 +7 -2

cvs commit: src/sys/dev/firewire sbp.c

2007-06-15 Thread Hidetoshi Shimokawa
simokawa2007-06-16 00:59:42 UTC FreeBSD src repository Modified files: sys/dev/firewire sbp.c Log: - Lock sbp_write_cmd() and ORB_POINTER_ACTIVE flag. - Remove unnecessary timestamps. - Return CAM_RESRC_UNAVAIL for ORB shortage. - Fix a lock problem when doorbell is

cvs commit: src/sys/dev/firewire sbp.c

2007-06-14 Thread Hidetoshi Shimokawa
simokawa2007-06-14 12:52:14 UTC FreeBSD src repository Modified files: sys/dev/firewire sbp.c Log: - Suppress compiler optimization so that orb[1] must be written first. We may need an explicit memory barrier for other architectures other than i386/amd64. MFC

cvs commit: src/sys/dev/firewire sbp.c

2007-06-06 Thread Andrew Gallatin
gallatin2007-06-06 18:33:38 UTC FreeBSD src repository Modified files: sys/dev/firewire sbp.c Log: Fix a typo to make this file compile Revision ChangesPath 1.93 +1 -1 src/sys/dev/firewire/sbp.c ___

cvs commit: src/sys/dev/firewire sbp.c

2007-03-18 Thread Hidetoshi Shimokawa
simokawa2007-03-19 05:13:21 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/firewire sbp.c Log: MFC: rev 1.86 and 1.87 Support MAXPHYS up to 512KB Revision ChangesPath 1.81.2.1 +8 -2 src/sys/dev/firewire/sbp.c

cvs commit: src/sys/dev/firewire sbp.c

2007-03-15 Thread Hidetoshi Shimokawa
simokawa2007-03-16 01:23:36 UTC FreeBSD src repository Modified files: sys/dev/firewire sbp.c Log: Support MAXPHYS up to 512KB - We need at least two OCBs with indirect pointers allocated in a 4KB page. - SBP_MAXPHYS can increase to 1MB once we separate management

cvs commit: src/sys/dev/firewire sbp.c

2007-03-15 Thread Hidetoshi Shimokawa
simokawa2007-03-16 02:29:37 UTC FreeBSD src repository Modified files: sys/dev/firewire sbp.c Log: Print warning for large DFLTPHYS. Revision ChangesPath 1.87 +5 -0 src/sys/dev/firewire/sbp.c ___