summaryrefslogtreecommitdiffstats
path: root/sys/arch/octeon/dev/octohci.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tweak ohci_checkrev so it doesnt print a leading comma and space.dlg2019-01-071-1/+3
| | | | | | | | | it assumes that it always followed an interrupt string, but we don't print that on fdt. having the bus responsible for the whitespace means the fdt glue can print a colon to separate the bus info from checkrev output, while every other glue keeps the comma. ok deraadt@
* Fix a dereference of a bogus pointer.visa2017-08-131-3/+2
|
* rework octuctl and its children to attach via fdtjmatthew2017-07-251-9/+7
| | | | ok visa@
* add octuctl, a driver for the Octeon II usb controller interface, andjmatthew2016-03-181-0/+142
attachments for ehci and ohci. ok uebayasi@ jasper@ visa@ mpi@