summaryrefslogtreecommitdiff
path: root/sys/arch/octeon
AgeCommit message (Expand)Author
2021-11-27stop building kernels with -Wno-uninitialized on clang archsJonathan Gray
2021-11-11Retire switch(4) it never really was production ready and the OpenFlowClaudio Jeker
2021-10-24Stop setting etype in the MD crypto code. So far we have set the etypePatrick Wildt
2021-10-23Retire asynchronous crypto API as it is no longer required by any driver andTobias Heider
2021-10-13The kernel crypto framework sometimes returned an error, sometimesAlexander Bluhm
2021-08-21octeon has no wskbd, so ucc cannot link. the files.usb parts should haveTheo de Raadt
2021-08-20Add ucc(4), a driver for USB HID Consumer Control keyboards. Suchanton
2021-07-29Fix device class.Visa Hankala
2021-07-24The updated dwctwo(4) driver introduces two new parameters.Marcus Glocker
2021-07-24Fix octeon build after dwctwo(4) update.Marcus Glocker
2021-07-24Replace cpus_running with CPU_IS_RUNNING().Visa Hankala
2021-07-12Remember to set CPUF_RUNNING on secondary CPUs.Visa Hankala
2021-07-12Make hw_cpu_hatch() more similar on loongson and octeon.Visa Hankala
2021-07-08The properties of the crypto algorithms never change. Declare themAlexander Bluhm
2021-05-16panic does not require a \n at the end. When one is provided, it looks wrong.Theo de Raadt
2021-03-11spellingJonathan Gray
2021-03-09Add initial bits for Check Point UTM-1 EDGE N.Visa Hankala
2021-03-04Tweak whitespace and adjust prototypes.Visa Hankala
2021-03-04Combine octeon_pcibusvar.h into octeon_pcibus.c to reduce scatter.Visa Hankala
2021-02-25we don't have to cast to caddr_t when calling m_copydata anymore.David Gwynne
2021-02-20Fix disestablishing of PCI interrupt handlers.Visa Hankala
2021-02-17Do not reprogram address filter after MII status changeVisa Hankala
2021-02-13Revise cnmac(4)'s address filter setupVisa Hankala
2021-02-11Leave out gp initialization from kernel entry on mips64Visa Hankala
2021-02-06Revise kernel's ld.script on octeonVisa Hankala
2021-02-04Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton
2021-02-04Handle Netgear ProSecure UTM25Visa Hankala
2021-01-30Abstract octeon board handling a littleVisa Hankala
2021-01-28Again allow COPTS= to come from the environment again, and don't lose theTheo de Raadt
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr
2021-01-01Add kstat to ogx(4).Visa Hankala
2020-12-31Enable IPv4 and TCP/UDP checksum offload on transmission.Visa Hankala
2020-12-12Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan
2020-12-09Use daddr_t and not daddr32_t in boot media.Kenneth R Westerback
2020-10-25Revert accidental commit.Visa Hankala
2020-10-25Add missing firmload attribute.Visa Hankala
2020-10-10Remove unnecessary count of device instances.Visa Hankala
2020-09-10Add I2C bus scan routine for octiic(4)Visa Hankala
2020-09-10Register octiic(4) with the I2C frameworkVisa Hankala
2020-09-09Make ogx(4)'s outbound bpf(4) tap actually workVisa Hankala
2020-09-08Clean up attachment of octgmx(4) a bitVisa Hankala
2020-09-08Handle AGL interfaceVisa Hankala
2020-09-04Add kstat to cnmac(4)Visa Hankala
2020-09-02vfs_shutdown() is neccessary to ensure buffer cache drain before reexec()Theo de Raadt
2020-08-28Make fdt root node's model property readable through sysctl hw.productVisa Hankala
2020-08-15Remove unused headersVisa Hankala
2020-08-15Inline handling of receive checksum offloadVisa Hankala
2020-07-24Suppress kernel printf output in the octeon boot kernel.Visa Hankala
2020-07-18Userland timecounter implementation for octeonVisa Hankala
2020-07-11Synchronize each core's CP0 cycle counter using the IO clock counter.Visa Hankala