summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
AgeCommit message (Expand)Author
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-25remove systraceTed Unangst
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-03-14Change a bunch of (<blah> *)0 to NULL.Kenneth R Westerback
2016-03-06Rename mips64's trap_frame into trapframe.Martin Pieuchot
2016-02-27Rename kdb_trap() into db_ktrap().Martin Pieuchot
2016-02-24Restore validity checks for the disklabels read from disk. TheyKenneth R Westerback
2016-01-21Remove now uneeded bus_space_unmap calls in the DS1742W/Origin path thatJonathan Gray
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2016-01-08Enable uonerng(4) where ualea(4) is already present.Martin Pieuchot
2016-01-05Some implementations of HitSyncDCache() call pmap_extract() for va->paVisa Hankala
2016-01-02Take the PHY of iec(4) out of reset before attaching the interface.Visa Hankala
2015-12-27welcome GENERIC.IP27 MP (dual cpu on O350 now)Theo de Raadt
2015-12-25Add IPI logic. Assign two additional interrupts for inter-processorVisa Hankala
2015-12-25Add launch logic for secondary CPUs. The PROM's launch entry point addressVisa Hankala
2015-12-25Make interrupt masking MP-aware. Linux IP27 and IP35 ports served as aVisa Hankala
2015-12-25Add timecounter for MP.Visa Hankala
2015-12-25Use the ErrorEPC register for curcpu() on Origin, for now.Visa Hankala
2015-12-23Execution of the `sync' instruction is not supported by the T-Bus andVisa Hankala
2015-12-22commited -> committedmmcc
2015-12-12Adjust IPI numbers to get the interrupts working. Bits 5 and 6 do notVisa Hankala
2015-12-10comment typommcc
2015-12-08No trailers has been the default and only option for 20 years, yet someTed Unangst
2015-12-03Let the IP27 kernel build with DEBUG.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-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-11-21error: too many arguments to function 'ifq_deq_begin'David Gwynne
2015-11-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.David Gwynne
2015-11-16Replace unbounded gets() in libsa with getln() which takes a buffer size,Miod Vallat
2015-11-02Define KERNBASE in addition to LINK_ADDRESS.Miod Vallat
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-10-23Allocate a new major for tap(4) also note that pseudo-device tun is for tapClaudio Jeker
2015-09-30Nuke a #if 0/#endif block and a related variable. No plans to ever makeKenneth R Westerback
2015-09-30Use consistant whitespace/comments for #define'ing LABELSECTOR,Kenneth R Westerback
2015-09-28Mechanical changes from manual buf set up to readdisksector().Kenneth R Westerback
2015-09-27Add IP26 kernels and boot blocks to the installation media.Miod Vallat
2015-09-27free(x, 0) cleanup:Sebastien Marie
2015-09-26xheart_splx() has to restore the interrupt mask even on secondary CPUsVisa Hankala
2015-09-24IP26 streaming cache controller bus error interrupts are reported as hardwareMiod Vallat
2015-09-23typosMiod Vallat
2015-09-22Make sure the openbsd.randomdata section is located before the edata symbol.Miod Vallat
2015-09-20Invoke tfp_IOSyncDCache() from tcc_IOSyncDCache() as well, so that invalidateMiod Vallat
2015-09-19trivial "if(x) free(x)" replacement by "free(x)"Sebastien Marie
2015-09-18Go back to the previous approach when managing individual HPC DMA descriptors:Miod Vallat
2015-09-18Fix an uninitialized variable found by Maxime Villard's Brainy.Visa Hankala
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-12Also print the error registers in the ddb callback.Miod Vallat