History log of /netbsd-src/sys/arch/mips/cavium/dev/octeon_ipd.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 46d1333e 04-Jan-2021 thorpej <thorpej@NetBSD.org>

malloc(9) -> kmem(9)


# 7cfbdc5b 23-Jun-2020 simonb <simonb@NetBSD.org>

Cleanup - mostly removing unused code and defines.


# 09773f5b 22-Jun-2020 simonb <simonb@NetBSD.org>

Remove unmaintained CNMAC_DEBUG debug code.


# 82a25ec3 19-Jun-2020 simonb <simonb@NetBSD.org>

Simplify interrupt definition: remove mostly unused masks and just
configure everything using interrupt numbers.


# b9fcd28b 18-Jun-2020 simonb <simonb@NetBSD.org>

General code cleanup:
- use generic macros for building IO and IOBDMA addresses instead
of many different variations of the same theme.
- use #define's for CVMSEG addresses instead of magic numb

General code cleanup:
- use generic macros for building IO and IOBDMA addresses instead
of many different variations of the same theme.
- use #define's for CVMSEG addresses instead of magic numbers.
- use __BIT/__BITS/__SHIFTIN/__SHIFTOUT in most places, instead of
foo_SHIFT defines or (worse) shifting by magic numbers.

No functional changes.

show more ...


# 3f508e4d 31-May-2020 simonb <simonb@NetBSD.org>

Rename all Cavium Octeon device driver functions, structs etc from
"octeon_foo" to "octfoo", except "octeon_eth" becomes "cnmac".


# 2d299731 01-Jun-2015 matt <matt@NetBSD.org>

Rework cavium support in preparation for MULTIPROCESSOR support


# f693c922 29-Apr-2015 hikaru <hikaru@NetBSD.org>

Initial import of Cavium Octeon and Octeon Plus SoC and
specifically Ubiquiti Networks EdgeRouter LITE support.
Currently the ethernet and uart are worked.
This support was contributed by Internet In

Initial import of Cavium Octeon and Octeon Plus SoC and
specifically Ubiquiti Networks EdgeRouter LITE support.
Currently the ethernet and uart are worked.
This support was contributed by Internet Initiative Japan Inc.

show more ...