summaryrefslogtreecommitdiffstats
path: root/sys/dev/bhnd
Commit message (Expand)AuthorAgeFilesLines
* bhnd(4): Add devinfo allocation and child addition methods, modeled onlandonf2016-06-259-75/+232
* bhnd(4): Perform explicit chipc child enumeration.landonf2016-06-2514-467/+481
* revert error commit from previous commit. my bad!adrian2016-06-231-1/+1
* [BHND/bcma] Add implementation of BHND_BUS_RESET_CORE function for BCMAadrian2016-06-233-5/+40
* siba(4): Adopt bcma-compatible mapping of bhnd(4) port/region identifiers.landonf2016-06-164-208/+189
* bhnd(4): Fix resource allocation issues exposed by chipc PMU support.landonf2016-06-164-17/+42
* bhnd(4): Fix mips/broadcom core matching and bus pass order.landonf2016-06-083-4/+6
* bhnd(4): Add a vendor parameter to BHND_DEVICE(), replacing vendor-specificlandonf2016-06-087-17/+9
* bhnd(4): support IPX OTP NVRAM/SPROM data sourcelandonf2016-06-0410-103/+159
* Switch mips/sentry5 to bhnd(4), and unify with mips/broadcomlandonf2016-06-048-705/+243
* bhnd(4): Add support for chipc-attached flashlandonf2016-06-047-3/+785
* Fix several MIPS/BCM-blocking bugs in bhnd(4) chipclandonf2016-06-046-26/+115
* [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
OpenPOWER on IntegriCloud