summaryrefslogtreecommitdiffstats
path: root/sys/arch/octeon (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-117-17/+17
* Add initial bits for Check Point UTM-1 EDGE N.visa2021-03-093-3/+15
* Tweak whitespace and adjust prototypes.visa2021-03-041-23/+21
* Combine octeon_pcibusvar.h into octeon_pcibus.c to reduce scatter.visa2021-03-042-56/+9
* we don't have to cast to caddr_t when calling m_copydata anymore.dlg2021-02-251-6/+4
* Fix disestablishing of PCI interrupt handlers.visa2021-02-201-9/+2
* Do not reprogram address filter after MII status changevisa2021-02-171-5/+1
* Revise cnmac(4)'s address filter setupvisa2021-02-134-114/+47
* Leave out gp initialization from kernel entry on mips64visa2021-02-112-5/+2
* Revise kernel's ld.script on octeonvisa2021-02-063-13/+56
* Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton2021-02-041-1/+2
* Handle Netgear ProSecure UTM25visa2021-02-044-4/+26
* Abstract octeon board handling a littlevisa2021-01-306-39/+75
* Again allow COPTS= to come from the environment again, and don't lose thederaadt2021-01-281-4/+4
* introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr2021-01-232-2/+5
* Add kstat to ogx(4).visa2021-01-012-9/+404
* Enable IPv4 and TCP/UDP checksum offload on transmission.visa2020-12-312-11/+53
* Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan2020-12-122-4/+4
* Use daddr_t and not daddr32_t in boot media.krw2020-12-091-2/+2
* Revert accidental commit.visa2020-10-251-2/+1
* Add missing firmload attribute.visa2020-10-252-3/+4
* Remove unnecessary count of device instances.visa2020-10-101-2/+2
* Add I2C bus scan routine for octiic(4)visa2020-09-101-1/+34
* Register octiic(4) with the I2C frameworkvisa2020-09-101-5/+12
* Make ogx(4)'s outbound bpf(4) tap actually workvisa2020-09-091-1/+7
* Clean up attachment of octgmx(4) a bitvisa2020-09-081-54/+39
* Handle AGL interfacevisa2020-09-086-19/+366
* Add kstat to cnmac(4)visa2020-09-048-91/+353
* vfs_shutdown() is neccessary to ensure buffer cache drain before reexec()deraadt2020-09-021-1/+4
* Make fdt root node's model property readable through sysctl hw.productvisa2020-08-281-2/+19
* Remove unused headersvisa2020-08-151-6/+1
* Inline handling of receive checksum offloadvisa2020-08-153-34/+17
* Suppress kernel printf output in the octeon boot kernel.visa2020-07-241-1/+3
* Userland timecounter implementation for octeonvisa2020-07-182-3/+7
* Synchronize each core's CP0 cycle counter using the IO clock counter.visa2020-07-113-4/+95
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-101-2/+2
* Make membar_consumer() a plain compiler barrier in kernel on octeon.visa2020-07-081-1/+2
* IEEE1275 (Open Firmware) defines that parameter name strings can have akettenis2020-07-061-53/+11
* Add support for timeconting in userland.pirofti2020-07-062-2/+26
* wire up kstat(4)dlg2020-07-061-2/+3
* Remove no-op cn30xxgmx_reset_board().visa2020-07-043-12/+3
* Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa2020-06-301-3/+0
* Use <dev/clock_subr.h> in octrtc(4).visa2020-06-301-37/+58
* TNF rescinded clauses 3 & 4 in 2008 in NetBSD.jsg2020-06-271-8/+1
* Remove a dead store.visa2020-06-131-2/+1
* cpu_rnd_messybits() for mips64visa2020-06-051-10/+1
* introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg2020-05-311-1/+10
* dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt2020-05-292-5/+2
* Retire <machine/varargs.h>.visa2020-05-271-3/+0
* increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt2020-05-261-2/+2