History log of /netbsd/sys/arch/mips/cavium/dev/octeon_ipdvar.h (Results 1 – 5 of 5)
Revision Date Author Comments
# 8dcd550c 23-Jun-2020 simonb <simonb@NetBSD.org>

Cleanup - mostly removing unused code and defines.


# 56d9f9b2 22-Jun-2020 simonb <simonb@NetBSD.org>

Remove unmaintained CNMAC_DEBUG debug code.


# 3f877189 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 ...


# 5f0dfd86 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".


# e64299af 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 ...