summaryrefslogtreecommitdiff
path: root/sys/arch/octeon
AgeCommit message (Expand)Author
2015-09-14Fix more ifmedia64 fallout in the kernel. It's hiding everywhere...Stefan Sperling
2015-09-13intr_barrier(9) for loongson, octeon and sgi.Mark Kettenis
2015-09-09The mplock implementations on MP-enabled mips64 platforms, octeon andVisa Hankala
2015-09-01Increase transfer FIFOs for dwc2, to improve USB performance. The newVisa Hankala
2015-08-20Use the IPD Clock Count register as a timecounter, making the clockVisa Hankala
2015-08-19Halt extra cores on SP kernel, to avoid trashing the system if thereVisa Hankala
2015-08-18Unbreak Octeon kernel config after r1.25 of files.mips64.Visa Hankala
2015-08-05Add octrtc(4) to RAMDISK.Paul Irofti
2015-08-03add amdcf(4) here too; unbreaks RAMDISKJasper Lievisse Adriaanse
2015-07-21Let octeon kernel compile again with the MP_LOCKDEBUG option.Visa Hankala
2015-07-20Add a new flash driver for Octeon that allows access to the internalPaul Irofti
2015-07-20it's unlikely we'll run on physical octeon hardware that's little endian;Jasper Lievisse Adriaanse
2015-07-19rework how iobus(4) finds and attaches devices.Jasper Lievisse Adriaanse
2015-07-19don't check for the name in attach_args being NULL; nothing should callJasper Lievisse Adriaanse
2015-07-19Register the IPI handler early enough for the correct idle_mask tovisa
2015-07-19set usb vendor string to 'Octeon' instead of ''Jasper Lievisse Adriaanse
2015-07-19remove pointless castJasper Lievisse Adriaanse
2015-07-17remove obsolete INET kernel optionTed Unangst
2015-07-17Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.outMiod Vallat
2015-07-16make a comment more safe, there's no CRIME there.Jasper Lievisse Adriaanse
2015-07-15Ditch the octeon simulator non-sense.Paul Irofti
2015-07-15Refix memory handling for machines with less than 256M broken by revision 1.64.Paul Irofti
2015-07-13Do not attempt to configure octhci, superseded by dwc2Miod Vallat
2015-07-08unify the mutex implementations on all the mips64 platforms.David Gwynne
2015-07-03Put the newline at the right place.Miod Vallat
2015-06-30Add "sd" to be specifiedit as "rootdev=" boot parameter.YASUOKA Masahiko
2015-06-28enable octdwctwo and add umassJonathan Matthew
2015-06-25Re-enable memory above 256mb now that uvm_pmr_get1page() has been fixed.Jonathan Matthew
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-06-11convert sc_sendq into an mbuf_list, and use ph_cookie rather than rcvif toJonathan Matthew
2015-05-23use & not && when testing lcr bitsJonathan Gray
2015-05-04fix device numbering comments, no binary changeJonathan Matthew
2015-05-01Do not grab the kernel lock for clock interrupts. Help and ok kettenis@Miod Vallat
2015-04-30Convert to if_input().Martin Pieuchot
2015-04-26Get dwc2 working on octeon.Jonathan Matthew
2015-03-19Let it compile!Martin Pieuchot
2015-02-14Don't defer initialization. config_defer(9) doesn't defer things asMasao Uebayashi
2015-02-12Set external DMA address configuration interface.Masao Uebayashi
2015-02-12- Use config_defer() to call actual attachment.Masao Uebayashi
2015-02-11no md code wants lockmgr locks, so no md code needs to include sys/lock.hDavid Gwynne
2015-02-11Direct config glue for octdwctwo(4).Masao Uebayashi
2015-02-11Fix DIAGNOSTIC build. Trim blank lines.Masao Uebayashi
2015-02-11Minimal attachment to build-test dwc2(4).Masao Uebayashi
2015-02-05Whitespace.Masao Uebayashi
2015-02-05Use octeon_xkphys_*_8().Masao Uebayashi
2015-01-20Missing $OpenBSD$'s.Kenneth R Westerback
2015-01-13for the install: target, use cmp as a rough attempt for avoiding repeatedTheo de Raadt
2015-01-12include NFSCLIENT. ok deraadtTed Unangst
2015-01-11switch prototype warnings to implicit-declaration warnings.Ted Unangst
2014-12-22unifdef INETTed Unangst