summaryrefslogtreecommitdiffstats
path: root/sys/arch/loongson/dev/htbvar.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a PCI attach hook mechanism for htb(4), similar to the onevisa2017-05-101-1/+5
| | | | | | in bonito(4). Use the hook for setting up the PIC. Discussed with miod@ long ago
* Add drivers for PCI host bridge and built-in UARTs on Loongson 3A,visa2016-11-171-0/+28
and put the pieces together by platform glue. Feedback from miod@