summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-03-30Switch bootloader code to loadfile, and enable a.out and ELF loaders within.Miod Vallat
2008-03-30Let this compile with BOOT_AOUT defined.Miod Vallat
2008-03-30Use vaddr_t instead of void * for some initial virtual memory layout arithmetic.Miod Vallat
2008-03-30Let the kernel load forthcoming ELF binaries.Miod Vallat
2008-03-30Nuke common.Miod Vallat
2008-03-30Add code to configure the vendor specific opcodes of the SPI Flash.Joel Sing
2008-03-30Enable setting of interrupt timers.Joel Sing
2008-03-30Fix #ifdef NCOM collateral damage introduced in r1.210.Kenneth R Westerback
2008-03-30Pad the RXD buffer so that packets are aligned on a 128-byte boundary. ThisJoel Sing
2008-03-30Remove for #if 0'ed out code I left behind with the previous commit.Mark Kettenis
2008-03-30More sun4v support. GENERIC and RAMDISK kernels will now boot on bothMark Kettenis
2008-03-30todd@ has 82c686 based auvia(4) devices that do full-duplexJacob Meuser
2008-03-29Don't double count clock and prof interrupts.Mark Kettenis
2008-03-29Fix amd64 and i386 serial console handling for non-default speeds. BringKenneth R Westerback
2008-03-29enable kate(4); ok deraadt@Constantine A. Murenin
2008-03-28If we fail to load the kernel, drop the user into interactive mode of ARCS,Joel Sing
2008-03-27Remove unwanted code and sync with mips64/arcbios.c.Joel Sing
2008-03-27Majorly cleanup/overhaul com @ macebus code.Joel Sing
2008-03-27Data mode can only be changed when updating the clock, so don't botherJoel Sing
2008-03-27add detach support. this has to be the easiest diff for hotplug ever, goDavid Gwynne
2008-03-27test the Vdd registers of Andigilog chips against the minimum voltage readings;Constantine A. Murenin
2008-03-27update the revision cpuid table, removing three duplicate ids from "JH-F"Constantine A. Murenin
2008-03-27welcome kate(4), a new driver supporting AMD K8 temperature sensorsConstantine A. Murenin
2008-03-26Disable some code that reads some sun4u-specific registers for diagnosticMark Kettenis
2008-03-26plug a mem leak. the array of ports wasnt freed on detach.David Gwynne
2008-03-26Add DIOCRLDINFO support.Kenneth R Westerback
2008-03-25Make pci_intr_map(9) fail if the interrupt line register is set to 0xff.Mark Kettenis
2008-03-24Make it possible to disable/enable pseudo devices in UKC, config file andMats O Jansson
2008-03-24Remove KASSERT that's causing grieve on sun4v, and I've never seen triggered.Mark Kettenis
2008-03-24add it(4) at port 0x228, found on some motherboards.Oleg Safiullin
2008-03-24We were led astray (like many others before us) to believe thatTheo de Raadt
2008-03-24Use correct cpuid on sun4v.Mark Kettenis
2008-03-24auvia(4) doesn't record properly, so don't claim full-duplexJacob Meuser
2008-03-248-bit has been emulated for some time now. quit lying.Jacob Meuser
2008-03-24Change XXgetdisklabel() to the 'normal' four parameter model toKenneth R Westerback
2008-03-23Add code to initialize CPUs on sun4v.Mark Kettenis
2008-03-23Sigh! The sun4v TTEs have a different layout than sun4u TTEs. Rename theMark Kettenis
2008-03-23typo; deraadtMiod Vallat
2008-03-23Not-functional-enough driver for the Sun Expert3D cards, put in tree as anMiod Vallat
2008-03-23Sometimes the registers claiming the aperture size on 9XX chipsets lie.Owain Ainsworth
2008-03-23setroot() is supposed to be safe in all cases, so kill the special casesTheo de Raadt
2008-03-23Wrong printf construct.Miod Vallat
2008-03-23show all mounts command for ddb. From mickey a long time ago.Miod Vallat
2008-03-23Use new defines from pcidevs to match Expert3D.Miod Vallat
2008-03-23regenMiod Vallat
2008-03-23More 3DLabs devices.Miod Vallat
2008-03-23Make ovbcopy() the default bcopy() flavour; requested by deraadt@ some time ago.Miod Vallat
2008-03-23Fix ovbcopy() operation when copying shorts backwards, similar to sparcMiod Vallat
2008-03-23Add AGP support for the Intel G33 chipset.Damien Bergamini
2008-03-23enable andl; ok deraadtConstantine A. Murenin