Details
Details
- Reviewers
jhb - Group Reviewers
Intel Networking - Commits
- rS295790: Replace several bus_alloc_resource() calls using default arguments with…
make universe
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
This looks good to me. bus_alloc_resource_any() has been in the tree long enough that this shouldn't affect the ability of these drivers to support older releases. The bulk of them appear to be written by the vendor and committed.
Thanks for doing this cleanup...
Comment Actions
I would also check for allocations of '0, 0, 0' as in sys/dev/cy. Those are also effectively an "any" request. All of these changes look good of course.