cvs commit: src/sys/dev/ips ips.c ips_commands.c ips_disk.c

Peter Wemm peter at FreeBSD.org
Fri Jun 27 16:10:59 PDT 2003


peter       2003/06/27 16:10:58 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/ips          ips.c ips_commands.c ips_disk.c 
  Log:
  Fix pointer/int warnings so this compiles on amd64.  The driver wants
  to store an int in the bio->bio_driver1 (a void *).  It is big enough,
  but you have to match the int sizes first before doing the cast.
  
  Glanced at by:  scottl
  
  Revision  Changes    Path
  1.3       +1 -1      src/sys/dev/ips/ips.c
  1.3       +1 -1      src/sys/dev/ips/ips_commands.c
  1.2       +2 -2      src/sys/dev/ips/ips_disk.c


More information about the cvs-src mailing list