History log of /openbsd/sys/arch/octeon/dev/cn30xxsmi.c (Results 1 – 12 of 12)
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


# 4d62617a 09-Mar-2021 visa <visa@openbsd.org>

Add initial bits for Check Point UTM-1 EDGE N.

From Thaison Nguyen


# 133fffba 04-Feb-2021 visa <visa@openbsd.org>

Handle Netgear ProSecure UTM25

This makes the system recognize and configure Netgear ProSecure UTM25.
Of the network ports, LAN1-4 and WAN1 are functional. WAN2 does not work
for some reason. Even t

Handle Netgear ProSecure UTM25

This makes the system recognize and configure Netgear ProSecure UTM25.
Of the network ports, LAN1-4 and WAN1 are functional. WAN2 does not work
for some reason. Even though WAN1 has a separate link to the SoC, the
connection appears to go through the same switch that the LAN ports use.
At the moment, the system relies on U-Boot to set up the switch so that
the LAN and WAN segments stay separate.

Initial diff and input from Thaison Nguyen, thank you!

show more ...


# 2bbf581c 30-Jan-2021 visa <visa@openbsd.org>

Abstract octeon board handling a little

Detect octeon board model in one place, and replace firmware-supplied
board_type with an abstract model identifier in driver code. This makes
it easier to man

Abstract octeon board handling a little

Detect octeon board model in one place, and replace firmware-supplied
board_type with an abstract model identifier in driver code. This makes
it easier to manage with different products, and board flavours, that
happen to use the same model information, such as board_type.

show more ...


# 874cea07 28-Sep-2019 deraadt <deraadt@openbsd.org>

rename the 'cn30xx' drivers to just 'oct', because digits inside devices
drivers is gross. discussed with visa.


# 301d4f2f 20-Nov-2017 visa <visa@openbsd.org>

Fix the product code of the Unifi Security Gateway.

Prompted by Justin Hibbits


# a2f7631e 18-Nov-2017 visa <visa@openbsd.org>

Add the board ID for the Ubiquiti Unifi Security Gateway.

From Justin Hibbits, thanks!


# ae667e95 02-May-2017 visa <visa@openbsd.org>

Revise MDIO driver code so that device instances can be attached
using fdt. This lets the system utilize multiple MDIO controllers.

This patch enables all RJ45 Ethernet ports on EdgeRouter Pro.
The

Revise MDIO driver code so that device instances can be attached
using fdt. This lets the system utilize multiple MDIO controllers.

This patch enables all RJ45 Ethernet ports on EdgeRouter Pro.
The SFP module slots do not work yet.

OK kettenis@, jmatthew@

show more ...


# 34a927e5 11-Aug-2014 miod <miod@openbsd.org>

De-static so that my ddb backtrace get closer to reality.


# 4a39ccd0 05-Dec-2012 deraadt <deraadt@openbsd.org>

Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis


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

Ethernet driver merged from IIJ's contribution code.