summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2009-05-27Use the KL enumeration functions to try and figure out what kind of XBowMiod Vallat
2009-05-27Yet another attempt at a more reliable detection of the second interruptMiod Vallat
2009-05-27Rework KL board and component enumeration, to allow it to be used fromMiod Vallat
2009-05-27Make sure onboard devices on Octane get their DMA byteswap settings correct.Miod Vallat
2009-05-27Rename the ast processing function from softintr() to ast(), to reduceMiod Vallat
2009-05-25Years ago, I fixed an R5000 O2 instability by implementing a workaround forMiod Vallat
2009-05-24rework, also size ram.Dale Rahn
2009-05-24Device changes to go along with prcm rewrite.Dale Rahn
2009-05-24Provide more xbridge-specific functions in the bus_dma_tag_t we use forMiod Vallat
2009-05-24Revert the memory range restriction code added to _dmamem_alloc(); devicesMiod Vallat
2009-05-24Improve the ARMv7 support, still work in progress.Dale Rahn
2009-05-24Rework for 3530.Dale Rahn
2009-05-24remove debug print.Dale Rahn
2009-05-22According to pics on ebay, CADDuo boards indeed have Ethernet connectors.Miod Vallat
2009-05-22Drop almost unused <machine/psl.h> on sgi; move USERMODE() definition fromMiod Vallat
2009-05-21The only value that d_npartitions should have is MAXPARTITIONS.Kenneth R Westerback
2009-05-21Overhaul root device detection; the code will now follow the ARCS bootpathMiod Vallat
2009-05-21Do not attempt the interrupt deadlock workaround on IP30 yet, since theMiod Vallat
2009-05-21If we had interrupts to service and interrupts to mark as pending, afterMiod Vallat
2009-05-21Make sure cpu_switchto() returns to the new proc with interrupts enabled (thisMiod Vallat
2009-05-21In splinit(), adjust proc0 pcb values, for kthread to start with correctMiod Vallat
2009-05-21Make sure splx() reenables hardware interrupt sources, even there aren'tMiod Vallat
2009-05-20Add code to attach sun mice on sparc and sparc64 as wsmouse devices. SinceMiod Vallat
2009-05-19Processing AST can trigger more AST. Loop on astpending instead of checkingMiod Vallat
2009-05-19Seperate out BSDI and SYSV syscall gate setup, so if we don'tTobias Weingartner
2009-05-18Add missing breaks so we don't fallthrough intoJonathan Gray
2009-05-18Cleanup the ioctl and receive filter code for mec(4). This alsoJoel Sing
2009-05-17mux too, like GENERICTheo de Raadt
2009-05-17mux too, like GENERICarmish/conf/RAMDISKTheo de Raadt
2009-05-16Add option ISP_COMPILE_FW to kernels with isp(4).Miod Vallat
2009-05-16Count LoadedProgram regions as free memory, since these are either the bootMiod Vallat
2009-05-16need that include file...Theo de Raadt
2009-05-16Add vsw(4), a driver for the virtual network switch on sun4v. This is justMark Kettenis
2009-05-16Enable udl(4) by default for amd64, i386, and macppc.Marcus Glocker
2009-05-16udl(4) and the wsmux(4) work on armishTheo de Raadt
2009-05-16must pull in the wscons gooTheo de Raadt
2009-05-15Oops, forgot to add this file, part of the dsrtc DS174x changes.Miod Vallat
2009-05-15TOD clock support for IOC3 flavours with DS174x chips (which are rebadgedMiod Vallat
2009-05-15Don't forget to make sure IMR writes hit the hardware (by reading backMiod Vallat
2009-05-15Revert 1.18, the memory bank allocation logic was actually correct, and IMiod Vallat
2009-05-15Always subregion the main PCI I/O extents. This will handle things properlyMark Kettenis
2009-05-15Enable udl(4) and ukbd(4) because this lets a landisk actually have aTheo de Raadt
2009-05-15A few stanzas from GENERIC-IP32 I forgot to uncomment or carry out.Miod Vallat
2009-05-15Forgot to remove that now unused function in previous commit.Miod Vallat
2009-05-15do not fake out some config-supplied foo.h / NFOO filesTheo de Raadt
2009-05-15pull in the right wscons/rasops partsTheo de Raadt
2009-05-15Update to match new kernel directories.Miod Vallat
2009-05-15Do not explicitely clear interrupt sources in the interrupt handler, butMiod Vallat
2009-05-14Add configuration files for IP27 (includes some IP35 support) and IP30Miod Vallat
2009-05-14Rename sgi GENERIC and RAMDISK with -IP32 suffixes, and have the buildMiod Vallat