summaryrefslogtreecommitdiff
path: root/sys/arch/octeon
AgeCommit message (Expand)Author
2016-05-23remove the function pointer from mbufs. this memory is shared with dataTed Unangst
2016-05-21Make the TX path of cnmac(4) MP-safe and add some ifq oactive logic.Visa Hankala
2016-05-21panic() if an incoming packet does not consist of one buffer. ThisVisa Hankala
2016-05-19Fix the previous commit which made work queue entries get released tooVisa Hankala
2016-05-19Disable dynamic short buffering to make all RX data land on buffersVisa Hankala
2016-05-18Accept cnmac as a valid rootdev from uboot on octeon.Visa Hankala
2016-05-04Initial support for MSI-X. Only supported on amd64 for now. I have diffs toMark Kettenis
2016-04-29Do not remove local symbols from the table.Martin Pieuchot
2016-04-27Expand and remove macro OCTEON_ETH_TAP.Visa Hankala
2016-04-26sc_resume_ch is used nowhere.Visa Hankala
2016-04-26Drop an unused workaround which does not even compile.Visa Hankala
2016-04-25remove systraceTed Unangst
2016-04-14Enable write buffering with write merging. This improves overallVisa Hankala
2016-04-14Enable UART FIFOs.Visa Hankala
2016-04-14Wrap comintr() so that the interrupt handler always returns non-zero.Visa Hankala
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-21On Octeon systems, U-Boot provides a list of usable memory regions. UseVisa Hankala
2016-03-19Attach dwctwo(4) only on Octeon models that have a DWC2 controller.Visa Hankala
2016-03-19Reduces the noise around the global ``ticks'' variable by renamingMartin Pieuchot
2016-03-18add octuctl, a driver for the Octeon II usb controller interface, andJonathan Matthew
2016-03-06Rename mips64's trap_frame into trapframe.Martin Pieuchot
2016-01-22Add back the initialisation of a cn30xxipd_offload() variable removedJonathan Gray
2016-01-20Set segflg member of uio struct with symbolic enum valueStefan Kempf
2016-01-16Attach secondary CPUs by coremask. This fixes a crash that happened ifVisa Hankala
2016-01-16Panic if someone boots the kernel by force without CPU 0. The systemVisa Hankala
2016-01-14Add support for a variety of USB devices.Visa Hankala
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2016-01-05Some implementations of HitSyncDCache() call pmap_extract() for va->paVisa Hankala
2015-12-18A store to FPA does not need splnet(). The operation is atomic.Visa Hankala
2015-12-02Enable the DR1 region even with 32-bit page table entries. Those haveVisa Hankala
2015-12-02Clean up octeon memory region setup.Visa Hankala
2015-11-25Simplify the setup of gather segments.Visa Hankala
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-21Drop sysctl leftovers.Visa Hankala
2015-11-20Make cnmac compile again after IF_DROP() removal. Just bail out if theVisa Hankala
2015-11-19Remove an unused bus space mapping and a few other leftovers. CompactVisa Hankala
2015-11-18Take account of padding with dynamic short packets. This fixes theVisa Hankala
2015-11-16Replace unbounded gets() in libsa with getln() which takes a buffer size,Miod Vallat
2015-11-13Remove an unnecessary IFQ_POLL(), along with an unused #ifdef block.Visa Hankala
2015-10-28Enable TCP/UDP checksum offloading on packet transmission.Visa Hankala
2015-10-28Add proper padding to packets that the hardware does not recognize asVisa Hankala
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-10-24Make use of hardware RX checksum validation.Visa Hankala
2015-10-23Allocate a new major for tap(4) also note that pseudo-device tun is for tapClaudio Jeker
2015-10-15Let the rx path of cnmac run without the kernel lock. To avoid the needVisa Hankala
2015-10-08Remove the sc_soft_req_cnt field because the number of tx requests isVisa Hankala
2015-10-03correct a memory leak in error code path.Sebastien Marie
2015-09-30Use #ifndef _MACHINE_DISKLABEL_H_ everywhere. Replace _ARM_DISKLABEL_H_Kenneth R Westerback