History log of /openbsd/sys/arch/octeon/dev/cn30xxpkovar.h (Results 1 – 7 of 7)
Revision Date Author Comments
# a8b58197 20-May-2024 jsg <jsg@openbsd.org>

remove prototypes with no matching function; ok visa@


# 52334306 28-Dec-2022 yasuoka <yasuoka@openbsd.org>

Fix the word in the copyright. IIJ is not a regent. ok from nakayama
at iij

found and ok miod


# 0d7516bb 11-Aug-2014 miod <miod@openbsd.org>

Remove evcnt and %b format strings relying upon SEIL extensions. This gives
OCTEON_ETH_DEBUG kernels a chance to build. No functional change for regular
kernels.


# 4247834d 01-Jun-2013 jasper <jasper@openbsd.org>

as discussed with uebayasi@ we should only use the "sync" instruction on octeon,
instead of syncs/syncw etc.
so remove the OCTEON_SYNC* macros and use mips_sync() directly.

ok uebayasi@


# d82bd13d 01-Jun-2013 jasper <jasper@openbsd.org>

- remove more backward compat code and switch the callers over to the new function

ok uebayasi@


# dc825f0c 24-Jun-2011 yasuoka <yasuoka@openbsd.org>

Remove SET/CLR/ISSET macros from Octeon code. The kernel already provides
these macros.

This diff from brad@
built test and ok yasuoka@


# 4a04f2fd 16-Jun-2011 syuu <syuu@openbsd.org>

Ethernet driver merged from IIJ's contribution code.