]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r280347: Remove MAXBSIZE use from drivers where it has nothing to do.
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 21 Apr 2015 11:27:50 +0000 (11:27 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 21 Apr 2015 11:27:50 +0000 (11:27 +0000)
commit653a0c26a873ad2969f9dd497738e639446d7815
treed17cb3a5b3032710bfcc1c88aa4bc18945c01c4d
parent4e4645ac7ea4a20b68c13b41bc8d52e410378c45
MFC r280347: Remove MAXBSIZE use from drivers where it has nothing to do.

In some cases limits are just not needed, in others -- DFLTPHYS is the
right constant to use instead.

git-svn-id: svn://svn.freebsd.org/base/stable/10@281826 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
24 files changed:
sys/dev/aac/aac.c
sys/dev/aacraid/aacraid.c
sys/dev/advansys/adwcam.c
sys/dev/aha/aha.c
sys/dev/ahb/ahb.c
sys/dev/amr/amr_pci.c
sys/dev/buslogic/bt.c
sys/dev/bwi/if_bwi.c
sys/dev/bwn/if_bwn.c
sys/dev/ciss/ciss.c
sys/dev/ct/ct_isa.c
sys/dev/dpt/dpt_scsi.c
sys/dev/ida/ida.c
sys/dev/ida/ida_eisa.c
sys/dev/ida/ida_pci.c
sys/dev/if_ndis/if_ndis_pci.c
sys/dev/iir/iir.c
sys/dev/iir/iir_pci.c
sys/dev/mlx/mlx.c
sys/dev/mlx/mlx_pci.c
sys/dev/mly/mly.c
sys/dev/trm/trm.c
sys/dev/twe/twe.c
sys/dev/twe/twe_freebsd.c