balrog 
		02b373ad5d 
		
	 
	
	
	LSI53C895A: Handle empty SCRIPTS opcode (Justin Chevrier) ... 
			Basically after each DMA transfer the Openserver driver would issue an
empty (0) SCRIPTS opcode. As the opcode is essentially a NOP it has no
second DWORD and therefore the DSP should only be incremented by 4 bytes
instead of the 8 bytes we currently do.
Here's a snippet of the log:
lsi_scsi: Data ready tag=0x100d9 len=16384
...
lsi_scsi: SCRIPTS dsp=068c5e50 opcode 01000400 arg 07a09000
lsi_scsi: DMA addr=0x07a09000 len=1024
lsi_scsi: SCRIPTS dsp=068c5e58 opcode 00000000 arg 01000400
lsi_scsi: Wrong phase got 1 expected 0
Note the 2nd DWORD after the empty opcode; the next opcode in the DMA
transfer sequence. As can be expected the address after that has the next
DMA address to use.
After the attached patch the DMA transfer is able to complete successfully:
lsi_scsi: SCRIPTS dsp=068c5e50 opcode 01000400 arg 07a0d000
lsi_scsi: DMA addr=0x07a0d000 len=1024
lsi_scsi: SCRIPTS dsp=068c5e5c opcode 01000400 arg 07a0d400
lsi_scsi: DMA addr=0x07a0d400 len=1024
...
Tested againsted Openserver 5.0.5 and Debian ARM.
Signed-off-by: Justin Chevrier <address@hidden>
Acked-by: Ryan Harper <ryanh@us.ibm.com>
Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5902 c046a42c-6fe2-441c-8c8c-71466251a162 
		
	 
		2008-12-07 03:07:51 +00:00 
	 
	
	
		 
	
	
		
			
			
			
			
			
			2008-12-03 22:48:44 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-05 16:04:33 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-03 22:48:44 +00:00 
		 
	
		
			
			
			
			
			
			2008-07-01 21:31:54 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-11 13:42:22 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-20 22:14:40 +00:00 
		 
	
		
			
			
			
			
			
			2008-05-12 16:13:33 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-06 10:46:35 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-20 22:14:40 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-09-17 19:04:14 +00:00 
		 
	
		
			
			
			
			
			
			2008-09-17 19:04:14 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-06-13 10:48:22 +00:00 
		 
	
		
			
			
			
			
			
			2008-04-08 06:01:02 +00:00 
		 
	
		
			
			
			
			
			
			2008-04-08 06:01:02 +00:00 
		 
	
		
			
			
			
			
			
			2008-04-22 02:52:38 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-24 19:29:13 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-07 20:39:39 +00:00 
		 
	
		
			
			
			
			
			
			2008-09-28 23:34:13 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-09 00:28:40 +00:00 
		 
	
		
			
			
			
			
			
			2008-09-29 00:25:17 +00:00 
		 
	
		
			
			
			
			
			
			2008-09-29 00:14:22 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-25 00:10:20 +00:00 
		 
	
		
			
			
			
			
			
			2008-09-28 23:19:47 +00:00 
		 
	
		
			
			
			
			
			
			2008-09-29 00:31:41 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-26 13:43:07 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2007-09-17 08:09:54 +00:00 
		 
	
		
			
			
			
			
			
			2008-05-05 21:26:31 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-04 22:36:38 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-02 17:47:02 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-03 22:48:44 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-05 20:24:35 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-31 17:25:56 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-20 22:14:40 +00:00 
		 
	
		
			
			
			
			
			
			2008-04-11 04:55:07 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-02 17:47:02 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-03 22:48:44 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-02 17:47:02 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-07 00:14:21 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-04 20:29:29 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-06 23:19:03 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-13 21:10:25 +00:00 
		 
	
		
			
			
			
			
			
			2008-06-09 23:33:30 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-02 17:47:02 +00:00 
		 
	
		
			
			
			
			
			
			2008-03-21 18:05:23 +00:00 
		 
	
		
			
			
			
			
			
			2008-06-23 17:52:43 +00:00 
		 
	
		
			
			
			
			
			
			2008-07-29 14:19:16 +00:00 
		 
	
		
	
		
	
		
			
			
			
			
			
			2008-10-04 07:22:29 +00:00 
		 
	
		
			
			
			
			
			
			2008-09-18 18:33:18 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-24 19:29:13 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-26 13:43:07 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-28 10:59:59 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-03 22:48:44 +00:00 
		 
	
		
			
			
			
			
			
			2008-01-14 22:09:11 +00:00 
		 
	
		
			
			
			
			
			
			2008-06-08 01:42:47 +00:00 
		 
	
		
			
			
			
			
			
			2008-06-08 01:42:47 +00:00 
		 
	
		
			
			
			
			
			
			2008-01-14 22:09:11 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-11 16:46:33 +00:00 
		 
	
		
			
			
			
			
			
			2008-07-29 13:57:48 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-12 17:36:08 +00:00 
		 
	
		
			
			
			
			
			
			2007-12-16 23:41:11 +00:00 
		 
	
		
			
			
			
			
			
			2008-07-19 09:18:48 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-25 21:50:24 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-03 16:29:47 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-18 14:36:08 +00:00 
		 
	
		
			
			
			
			
			
			2007-12-05 03:23:39 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-31 17:25:56 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-07-01 21:31:54 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-07 03:07:51 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-28 10:59:59 +00:00 
		 
	
		
			
			
			
			
			
			2007-12-09 02:38:34 +00:00 
		 
	
		
			
			
			
			
			
			2008-07-01 21:31:54 +00:00 
		 
	
		
			
			
			
			
			
			2008-07-01 21:31:54 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-18 01:44:38 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-25 00:55:06 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-28 10:59:59 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-28 10:59:59 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-28 10:59:59 +00:00 
		 
	
		
			
			
			
			
			
			2008-09-14 16:38:57 +00:00 
		 
	
		
			
			
			
			
			
			2008-09-14 16:38:57 +00:00 
		 
	
		
			
			
			
			
			
			2008-03-28 22:29:33 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-05 17:56:40 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-26 13:43:07 +00:00 
		 
	
		
			
			
			
			
			
			2008-07-18 18:02:34 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-28 10:59:59 +00:00 
		 
	
		
			
			
			
			
			
			2008-09-20 08:07:15 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-04 21:34:52 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-07 01:51:28 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-26 13:43:07 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-07 01:51:28 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2007-09-16 21:08:06 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-26 13:43:07 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-28 10:59:59 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-04 20:33:06 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-24 19:33:59 +00:00 
		 
	
		
			
			
			
			
			
			2007-09-16 21:08:06 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-02 18:33:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-02-03 02:20:18 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-02 17:47:02 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-03 22:48:44 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-26 13:43:07 +00:00 
		 
	
		
			
			
			
			
			
			2007-06-13 22:36:30 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-04 21:34:52 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2007-10-04 23:45:31 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-05 16:05:32 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-02 23:53:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-04 07:20:07 +00:00 
		 
	
		
			
			
			
			
			
			2007-10-07 14:21:26 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-28 10:59:59 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-28 10:59:59 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-05 16:05:41 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-26 13:43:07 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-26 13:43:07 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-24 23:35:08 +00:00 
		 
	
		
			
			
			
			
			
			2008-04-13 16:08:44 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-02 19:14:17 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-03 01:08:14 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-07 01:49:28 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-12 17:36:08 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-28 10:59:59 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-26 13:43:07 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-03 22:48:44 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-02 17:47:02 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-11 09:33:03 +00:00 
		 
	
		
			
			
			
			
			
			2007-12-24 16:10:43 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-17 08:08:56 +00:00 
		 
	
		
			
			
			
			
			
			2008-04-09 16:32:48 +00:00 
		 
	
		
			
			
			
			
			
			2008-06-02 00:55:08 +00:00 
		 
	
		
			
			
			
			
			
			2008-04-14 21:05:22 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2006-04-27 21:32:09 +00:00 
		 
	
		
			
			
			
			
			
			2007-10-04 21:53:55 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-21 21:06:42 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-21 21:06:51 +00:00 
		 
	
		
			
			
			
			
			
			2008-06-02 01:33:11 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-31 17:25:56 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-02 17:51:19 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-02 17:51:19 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-02 17:47:02 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-02 17:47:02 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-05 20:24:35 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-06-02 01:48:27 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-18 01:44:38 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-26 13:43:07 +00:00 
		 
	
		
			
			
			
			
			
			2008-07-21 20:40:22 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-02 17:47:02 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-24 19:29:13 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-24 19:29:13 +00:00 
		 
	
		
			
			
			
			
			
			2008-07-02 16:48:32 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-07-02 16:48:32 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-02 17:47:02 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-29 16:42:40 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-02 10:51:05 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-05 19:25:39 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-24 19:29:13 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-26 13:43:07 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-02 17:47:02 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-02 19:14:17 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-04 09:04:41 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-03 22:48:44 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-26 13:43:07 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-26 13:43:07 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-12 17:36:08 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2008-11-09 02:24:54 +00:00 
		 
	
		
			
			
			
			
			
			2008-09-29 00:25:17 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2008-08-21 22:24:32 +00:00 
		 
	
		
			
			
			
			
			
			2008-04-22 03:15:10 +00:00 
		 
	
		
			
			
			
			
			
			2008-09-20 08:07:15 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-10-31 17:31:29 +00:00 
		 
	
		
			
			
			
			
			
			2008-09-11 19:42:00 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2008-08-21 19:29:38 +00:00 
		 
	
		
			
			
			
			
			
			2008-09-29 00:40:44 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2007-09-17 08:09:54 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-04 20:33:06 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-04 20:33:06 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-04 19:52:44 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-04 19:52:44 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-04 21:28:28 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-05 20:05:26 +00:00 
		 
	
		
			
			
			
			
			
			2007-11-17 17:14:51 +00:00 
		 
	
		
			
			
			
			
			
			2008-08-19 19:13:06 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-03 22:48:44 +00:00 
		 
	
		
			
			
			
			
			
			2008-12-01 18:59:50 +00:00