History log of /openbsd-src/sys/arch/octeon/dev/octohci.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 71696a07 07-Jan-2019 dlg <dlg@openbsd.org>

tweak ohci_checkrev so it doesnt print a leading comma and space.

it assumes that it always followed an interrupt string, but we don't
print that on fdt. having the bus responsible for the whitespac

tweak ohci_checkrev so it doesnt print a leading comma and space.

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@

show more ...


# 1e13e073 13-Aug-2017 visa <visa@openbsd.org>

Fix a dereference of a bogus pointer.


# fe5dbe47 25-Jul-2017 jmatthew <jmatthew@openbsd.org>

rework octuctl and its children to attach via fdt
ok visa@


# 494889e9 18-Mar-2016 jmatthew <jmatthew@openbsd.org>

add octuctl, a driver for the Octeon II usb controller interface, and
attachments for ehci and ohci.

ok uebayasi@ jasper@ visa@ mpi@