Replace several bus_alloc_resource() calls using default arguments with bus_alloc_res...
authorjhibbits <jhibbits@FreeBSD.org>
Fri, 19 Feb 2016 03:37:56 +0000 (03:37 +0000)
committerjhibbits <jhibbits@FreeBSD.org>
Fri, 19 Feb 2016 03:37:56 +0000 (03:37 +0000)
commitfbc9874dd0eedf00e9d1c958c8839e995c43ecbd
treeb91ec9765a2b284626335ef2c2e8df6e16a2c19f
parent4e592305cb4c9a17486ac8884e958a3001479d88
Replace several bus_alloc_resource() calls using default arguments with bus_alloc_resource_any()

Since these calls only use default arguments, bus_alloc_resource_any() is the
right call.

Differential Revision: https://reviews.freebsd.org/D5306
27 files changed:
sys/dev/arcmsr/arcmsr.c
sys/dev/cy/cy_isa.c
sys/dev/cy/cy_pci.c
sys/dev/ed/if_ed_pccard.c
sys/dev/fb/s3_pci.c
sys/dev/fdc/fdc_pccard.c
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
sys/dev/hptiop/hptiop.c
sys/dev/hptmv/entry.c
sys/dev/hptnr/hptnr_osm_bsd.c
sys/dev/hptrr/hptrr_osm_bsd.c
sys/dev/isci/isci.c
sys/dev/ixgb/if_ixgb.c
sys/dev/lmc/if_lmc.c
sys/dev/mrsas/mrsas.c
sys/dev/mxge/if_mxge.c
sys/dev/nvme/nvme_ctrlr.c
sys/dev/quicc/quicc_core.c
sys/dev/sound/pci/envy24.c
sys/dev/sound/pci/envy24ht.c
sys/dev/sound/pci/hdspe.c
sys/dev/sound/pci/vibes.c
sys/dev/twa/tw_osl_freebsd.c
sys/dev/tws/tws.c
sys/isa/isa_common.c
sys/isa/vga_isa.c
sys/mips/sibyte/ata_zbbus.c