tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sys
/
arch
/
octeon
/
dev
/
at
master
74 files
amdcf.c
bzero(disklabel) or memset(disklabel,0) should be enough for anyone. No need to also set d_flags to 0.
3 years ago
cn30xxasx.c
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxasxreg.h
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxasxvar.h
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxbootbusreg.h
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxciureg.h
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxcorereg.h
Add readiness to utilize LMTDMA operations.
8 years ago
cn30xxfau.c
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxfaureg.h
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxfauvar.h
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxfpa.c
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxfpareg.h
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxfpavar.h
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxgmx.c
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxgmxreg.h
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxgmxvar.h
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxipd.c
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxipdreg.h
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxipdvar.h
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxnpireg.h
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxpip.c
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxpipreg.h
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxpipvar.h
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxpko.c
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxpkoreg.h
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxpkovar.h
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxpow.c
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxpowreg.h
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxpowvar.h
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxsmi.c
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxsmireg.h
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxsmivar.h
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
cn30xxuart.c
constify struct cfattach
4 years ago
cn30xxuartreg.h
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
if_cnmac.c
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
if_cnmacvar.h
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
if_ogx.c
Fix device class.
4 years ago
iobusvar.h
rework how iobus(4) finds and attaches devices.
10 years ago
mainbus.c
Make fdt root node's model property readable through sysctl hw.product
5 years ago
octboot.c
Initialize variables that are touched in the error path.
4 years ago
octcf.c
bzero(disklabel) or memset(disklabel,0) should be enough for anyone. No need to also set d_flags to 0.
3 years ago
octcib.c
Make it clearer where message "spurious interrupt" comes from.
6 years ago
octcit.c
Use evcount_percpu() with platform interrupt counters on octeon.
3 years ago
octciu.c
Use evcount_percpu() with platform interrupt counters on octeon.
3 years ago
octcrypto.c
Stop setting etype in the MD crypto code. So far we have set the etype and returned the error, which made the MI crypto code set the etype for a second time. We still have to set etype after calling the MD process function, as the callers of crypto_invoke() still expect error handling to be shown through the etype. But at least now all MD crypto code does not have to worry about that anymore. Once the callers are changed to not look at etype anymore, we can get rid of it completely.
4 years ago
octcrypto_asm.S
Fix .end symbol.
7 years ago
octdwctwo.c
Improve periodic USB transfers (device intr, isoc) used for input devices, audio, and video. It's still not perfect, and will need further improvements.
3 years ago
octehci.c
rework octuctl and its children to attach via fdt ok visa@
8 years ago
octeon_bus_space.c
Inital commit of PCI and SATA support for OCTEON
15 years ago
octeon_intr.c
Let each interrupt controller driver choose how to implement intr_barrier(9).
7 years ago
octeon_iobus.c
constify struct cfattach
4 years ago
octeon_pcibus.c
Tweak whitespace and adjust prototypes.
5 years ago
octeon_pcibus.h
it's unlikely we'll run on physical octeon hardware that's little endian; therefore remove unneeded ifdef blocks.
10 years ago
octgpio.c
Add option to configure GPIO output select.
6 years ago
octhcireg.h
Fix the word in the copyright. IIJ is not a regent. ok from nakayama at iij
3 years ago
octiic.c
Add I2C bus scan routine for octiic(4)
5 years ago
octmmc.c
octmmc(4): msleep(9) -> msleep_nsec(9); ok visa@ kn@
6 years ago
octmmcreg.h
Utilize scatter/gather DMA with the newer MMC controller.
8 years ago
octohci.c
tweak ohci_checkrev so it doesnt print a leading comma and space.
7 years ago
octpcie.c
Ignore non-host ports silently.
6 years ago
octpip.c
Handle AGL interface
5 years ago
octrng.c
constify struct cfattach
4 years ago
octrtc.c
Extend struct todr_chip_handle with a todr_quality member. This allows us to assign a quality to RTC implementation and pick the "best" RTC if a system has multiple RTCs (or multiple interfaces to an RTC). This allows us to prefer a battery-backed I2C RTC over an RTC that is part of the SoC which is only running of the SoC is powered. It also allows us to work around issues with firmware RTC interfaces that may lie to us or even crash the system.
3 years ago
octsctl.c
Attach the AHCI controller bridge driver even if the AHCI controller node is not present in fdt.
7 years ago
octuctl.c
rework octuctl and its children to attach via fdt ok visa@
8 years ago
octuctlreg.h
rework octuctl and its children to attach via fdt ok visa@
8 years ago
octuctlvar.h
rework octuctl and its children to attach via fdt ok visa@
8 years ago
octxctl.c
spelling
5 years ago
octxctlreg.h
Fix bit.
8 years ago
ogxnexus.c
Add ogx(4), a driver for the OCTEON III network processor.
6 years ago
ogxreg.h
Add kstat to ogx(4).
5 years ago
ogxvar.h
Add ogx(4), a driver for the OCTEON III network processor.
6 years ago
simplebus.c
match arm64 and armv7 and print unconfigured simplebus devices on octeon ok and tested by visa@
7 years ago
simplebusvar.h
Add fdt_attach_args and simplebus for implementing fdt-capable drivers on octeon. Adapted from armv7.
9 years ago