]> CyberLeo.Net >> Repos - FreeBSD/stable/9.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:29:07 +0000 (11:29 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 21 Apr 2015 11:29:07 +0000 (11:29 +0000)
commit6a80775daa0dca181c951b55f2b6247e7c9d7c22
tree89ec30f121ec1623c7c0b583af2425f753d3f4ec
parent520bb26473d1af98a7217645d88d8ba2ae685491
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/9@281827 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