index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
octeon
/
dev
Age
Commit message (
Expand
)
Author
2017-07-15
iobus_h is unused, remove it.
Visa Hankala
2017-07-13
Add a driver for the CIB interrupt controller. Certain device
Visa Hankala
2017-07-13
Add handling for the third interrupt summary vector,
Visa Hankala
2017-07-13
Get cpuid from `ci' to avoid an extra function call.
Visa Hankala
2017-07-12
Reorganize separate configuration fields into per-CPU structs
Visa Hankala
2017-07-10
Keep refusing SDIO initialization. The driver cannot work properly
Visa Hankala
2017-07-07
Add logic for running SD commands. Tested with a few different makes
Visa Hankala
2017-07-07
Fix function name in panic message.
Visa Hankala
2017-07-03
Attach com(4) using fdt on octeon.
Visa Hankala
2017-06-29
Always use the maximum permissible frame size for Rx size limit.
Visa Hankala
2017-06-19
There is no RTC on the E1000 board.
Visa Hankala
2017-06-19
Use a consistent naming for fdt attach arguments.
Visa Hankala
2017-06-18
Split octeon interrupt code into a glue layer and a CIU driver.
Visa Hankala
2017-06-18
Move IPI control entry points into octeon_intr.c.
Visa Hankala
2017-05-04
Also pass the blk offset to disk_unbusy(), so that it can pass it to
Theo de Raadt
2017-05-02
Revise MDIO driver code so that device instances can be attached
Visa Hankala
2017-04-30
Remove unused POW status functions. Makes clang happier.
Visa Hankala
2017-04-24
Process fdt before iobus devices. Needed later when interrupt and
Visa Hankala
2017-04-15
No GMX on CN73xx.
Visa Hankala
2017-04-08
Make network ports work on Shasta.
Visa Hankala
2017-04-06
Use the correct interrupt disestablish routine.
Visa Hankala
2017-04-06
Extend the fdt interrupt API a little.
Visa Hankala
2017-04-02
Drop address conversion cruft.
Visa Hankala
2017-02-15
Mark dwc2_intr() as MP-safe on octeon. The driver's internal state
Visa Hankala
2017-02-06
Mark ehci_intr() as MP-safe on octeon.
Visa Hankala
2017-01-24
add support for multiple transmit ifqueues per network interface.
David Gwynne
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2016-12-21
Add a driver for OCTEON MMC host controller.
Visa Hankala
2016-12-17
There is no RTC on Shasta, so do not attach the driver.
Visa Hankala
2016-12-08
Add a routine for setting up interrupt handlers using fdt.
Visa Hankala
2016-12-08
Add fdt_attach_args and simplebus for implementing fdt-capable
Visa Hankala
2016-12-04
Add handling for the second interrupt bank.
Visa Hankala
2016-12-03
Implement octeon_intr_disestablish().
Visa Hankala
2016-12-02
Drop stale prototypes and an outdated comment.
Visa Hankala
2016-12-02
Simplify interrupt dispatching by processing requests without
Visa Hankala
2016-11-26
Remove unnecessary function cn30xxgmx_submatch and call config_found
Martijn van Duren
2016-11-20
Drop pointless type casts.
Visa Hankala
2016-11-05
Drop unnecessary #ifdef MBUF_TIMESTAMP.
Visa Hankala
2016-11-05
Do not show a device unit number in the cnmac interrupt name. The same
Visa Hankala
2016-11-02
Make possible to change the link layer address of a cnmac(4) interface.
Visa Hankala
2016-10-29
If the system has fdt, use it for locating network PHYs.
Visa Hankala
2016-10-29
Make PHY address lookups fail instead of using CAM-0100 entries
Visa Hankala
2016-10-21
Check if memory allocation failed.
Visa Hankala
2016-10-21
Fix grammar, and simplify a little.
Visa Hankala
2016-10-21
Revert previous commit.
Paul Irofti
2016-10-21
Fix build: declare the pcie read/write routines before using them.
Paul Irofti
2016-08-14
Remove some annoying debug printfs to get rid of u_quad_t in cnmac.
Visa Hankala
2016-08-06
Log RX errors only when the interface's debug flag is set.
Visa Hankala
2016-08-05
Drop a pointless link carrier check from the RX path.
Visa Hankala
2016-08-04
Add support for jumbo frames.
Visa Hankala
[next]