CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/14 08:56:47
Modified files:
sys/dev/ic : aac.c
sys/dev/pci : ips.c
sys/dev/pv : vioblk.c vioscsi.c
Log message:
IPS_MAXFER, NAX_XFER, and MAXBSIZE are all defined
as (64 * 1024). Reduce confusion by using
MAXPHYS (a.k.a. (64 * 1024)) as other drivers
do.
