summaryrefslogtreecommitdiffstats
path: root/sys/dev/bhnd
Commit message (Expand)AuthorAgeFilesLines
* [bhnd] Fix release of uninitialized SPROM shadow in chipc detach.adrian2016-05-262-6/+1
* [bhnd] Integrate bhnd_chipc's BUS_ADD_CHILD() with a child resource mapping t...adrian2016-05-263-54/+127
* [bhnd] Normalize bhnd(4) device matching APIadrian2016-05-2413-605/+659
* [bhnd] fix compilation due to incompatible typesadrian2016-05-241-1/+1
* [bhnd] Implement pass-through resource management for ChipCommon.adrian2016-05-2417-874/+2523
* [bhnd] Add support for querying the attachment type of the bhnd bus.adrian2016-05-238-38/+135
* [bhnd] Add BHND SoC support (only BCMA case)adrian2016-05-203-0/+421
* [bhnd] Add bhnd bridge support for bus_adjust_resource().adrian2016-05-203-7/+75
* [bhnd] Add remaining bus_(read|write|set)_(1|2|4) APIsadrian2016-05-206-64/+415
* Don't repeat the the word 'the'eadler2016-05-171-1/+1
* [bhnd] Finish bhnd(4) PCI/PCIe-G1 hostb support.adrian2016-05-1722-196/+1732
* [bhnd] Centralize fetching of board informationadrian2016-05-1715-222/+942
* [bhnd] Add logging macros to BHND.adrian2016-05-162-0/+193
* [bhnd] Add support for matching of MIPS & ARM coresadrian2016-05-161-3/+9
* Use awk to run bhnd's awk script, to allow noexec src diremaste2016-05-131-1/+1
* [bhnd] fix bcma resource allocation for regions; EROM work around.adrian2016-05-102-2/+21
* [bhnd] fix incorrect typing.adrian2016-05-091-2/+3
* [bhnd] Initial bhnd(4) SPROM/NVRAM support.adrian2016-05-0825-1134/+4482
* [bhnd] Add support for matching on chip identifiers.adrian2016-05-082-4/+130
* [bhnd] Add bhnd_resource support for the bus_(read|write)(_multi_)stream_* fu...adrian2016-05-085-60/+423
* [bhnd] Replace is_hostb_device() with a more general find_hostb_device()adrian2016-05-0812-75/+86
* [bhnd] don't use anonymous unions.adrian2016-05-055-35/+53
* [bhnd] default to BUS_PROBE_DEFAULT for unknown BHND classes.adrian2016-05-051-0/+2
* [bhnd] handle unknown bhnd port type.adrian2016-05-051-1/+6
* [bhnd] quieten gcc warning.adrian2016-05-051-0/+3
* [bhnd] handle unknown port type.adrian2016-05-051-0/+5
* bhnd: another build fix for GCC-using architecturesemaste2016-05-051-0/+2
* bhnd: fix build on gcc architecturesemaste2016-05-051-0/+2
* [bwn] [bhnd] initial support for using bhnd for if_bwn devices.adrian2016-05-043-5/+4
* sys/dev: minor spelling fixes.pfg2016-05-037-13/+13
* [bhnd] fix more module dependencies.adrian2016-05-023-4/+5
* [bhnd] add module dependencies.adrian2016-05-025-2/+7
* [bhnd] Fix ChipCommon probing.adrian2016-04-251-1/+1
* [bhnd] use correct bus deallocation methodadrian2016-04-221-1/+1
* [bhnd] Update bhndb format strings to match long -> rman_res_t size change.adrian2016-04-221-2/+2
* [bhnd] Add a common bhnd_pci driver shared by both bhnd_pcib and bhnd_pci_hostbadrian2016-04-2214-1515/+1288
* [bhnd] Standardize bhnd device tables and quirk matching.adrian2016-04-196-129/+241
* [bhnd] Clean up bhnd resource handling and inherited bus methodsadrian2016-04-196-361/+263
* [bhnd] Add support for specifying the address space used by bhndb childrenadrian2016-04-195-92/+254
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-104-5/+5
* Fix the resource_list_print_type() calls to use uintmax_t.jhibbits2016-03-222-4/+4
* Replace all resource occurrences of '0UL/~0UL' with '0/~0'.jhibbits2016-03-031-2/+2
* Replace some more default range checks with RMAN_IS_DEFAULT_RANGE().jhibbits2016-03-021-1/+1
* Bring over the initial rewrite of the broadcom bus support found in theiradrian2016-02-2658-0/+18833
OpenPOWER on IntegriCloud