cvs commit: src/sys/cam/scsi scsi_all.h
    Roman Divacky 
    rdivacky at FreeBSD.org
       
    Tue Oct 16 01:54:16 PDT 2007
    
    
  
On Fri, Oct 12, 2007 at 10:11:22PM +0000, Scott Long wrote:
> scottl      2007-10-12 22:11:22 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/cam/scsi         scsi_all.h 
>   Log:
>   Add a bunch of definitions and structures to support newer drivers.
-       page_start = (void *)((u_int8_t *)&mode_header[1] +
+       page_start = (void *)((u_int8_t *)&mode_header[2] +
                               scsi_2btoul(mode_header->blk_desc_len));
are you sure this belongs here? 
roman
    
    
More information about the cvs-src
mailing list