CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/13 22:08:03
Modified files:
sys/dev : biovar.h
sys/dev/ic : ami.c ciss.c mfireg.h mpi.c
sys/dev/pci : ips.c
Log message:
change some types in bio from u_quad_t to uint64_t, and fix casts in
drivers that fill that field in too.
quad types are going away.
