PERFORCE change 222052 for review
    Brooks Davis 
    brooks at FreeBSD.org
       
    Fri Feb 15 11:48:32 UTC 2013
    
    
  
http://p4web.freebsd.org/@@222052?ac=10
Change 222052 by brooks at brooks_zenith on 2013/02/15 11:47:56
	Write timeouts are microseconds not milliseconds.
Affected files ...
.. //depot/projects/ctsrd/beribsd/src/sys/dev/cfi/cfi_reg.h#5 edit
Differences ...
==== //depot/projects/ctsrd/beribsd/src/sys/dev/cfi/cfi_reg.h#5 (text+ko) ====
@@ -44,8 +44,8 @@
 	u_char		max_vcc;
 	u_char		min_vpp;
 	u_char		max_vpp;
-	u_char		tto_byte_write;		/* 2**n milliseconds. */
-	u_char		tto_buf_write;		/* 2**n milliseconds. */
+	u_char		tto_byte_write;		/* 2**n microseconds. */
+	u_char		tto_buf_write;		/* 2**n microseconds. */
 	u_char		tto_block_erase;	/* 2**n milliseconds. */
 	u_char		tto_chip_erase;		/* 2**n milliseconds. */
 	u_char		mto_byte_write;		/* 2**n times typical t/o. */
    
    
More information about the p4-projects
mailing list