summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2016-06-18Make the 1 Gbps SGMII settings the default to define a consistent set ofVisa Hankala
2016-06-18Fix PCS block size.Visa Hankala
2016-06-18Stop setting the 4-bit mode capability flag for now.Jonathan Gray
2016-06-18Dynamically attach ommmc with fdt. Offset the start of the memory regionJonathan Gray
2016-06-16Replace uvm_km_valloc(9) with a km_alloc(9) call that doesn't allocate anyMark Kettenis
2016-06-15Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM)Gerhard Roth
2016-06-14If the FDT node has a "non-removable" property, return 1 from the cardMark Kettenis
2016-06-14provide splraise on landiskDavid Gwynne
2016-06-14Make fdt_node_property() return -1 if the requested property can't be foundMark Kettenis
2016-06-14imxdog* at fdt? here too.Mark Kettenis
2016-06-13rename raiseipl to splraise()David Gwynne
2016-06-13Dynamically attach imxdog(4) using the FDT.Mark Kettenis
2016-06-13Use "bus-width" property to determine whether 4-bit and 8-bit mode areMark Kettenis
2016-06-13rename _splraise to splraiseDavid Gwynne
2016-06-13rework sparc64 splfoo functions to be more consistent with other archsDavid Gwynne
2016-06-12Use OF_getpropintarray().Mark Kettenis
2016-06-12Dynamically attach fec(4) using the FDT.Mark Kettenis
2016-06-12Handle both the nintr 1 (allwinner a10/cortex a8) andJonathan Gray
2016-06-12Ignore everything after and including ':' in stdout-path whenJonathan Gray
2016-06-11dynamically attach imxuart using the FDTJonathan Gray
2016-06-11The qemu smdkc210 target uses serial0 for console but theJonathan Gray
2016-06-11dynamically attach sxiuart using the FDTJonathan Gray
2016-06-11dynamically attach sxie(4) using the FDTJonathan Gray
2016-06-10fix some typos in commentsJoshua Stein
2016-06-10Remove readpage and writepage ioctls.Stefan Kempf
2016-06-10test return value not an uninitialised variableJonathan Gray
2016-06-10correct spelling of a commentJonathan Gray
2016-06-10attach imxahci and imxesdhc to fdt on RAMDISK as wellJonathan Gray
2016-06-09Dynamically attach imxesdhc(4) using the FDT.Mark Kettenis
2016-06-09Add SGMII support and PHY addresses for 8-port EdgeRouters. This makesVisa Hankala
2016-06-09Dynamically attach i.MX6 ahci(4) using the FDT.Mark Kettenis
2016-06-09Make use of the information about the node passed down to us by simplebus(4).Mark Kettenis
2016-06-09Fetch "reg" and "interrupts" properties and pass them down as attach args toMark Kettenis
2016-06-08remove obsolete raid from namtoblk tables. from Artturi AlmTed Unangst
2016-06-08stop requiring a matching platform to continue bootingJonathan Gray
2016-06-08Remove octhci(4). It has been superseded by dwctwo(4).Visa Hankala
2016-06-08Use fdt to find the console to initialise. Try to use /chosen/stdout-pathJonathan Gray
2016-06-08reporting a different issue, bluhm noticed that valid is not initialized.Ted Unangst
2016-06-07Allocate RAM for guest VM in vmd(8) and pass it to vmm(4)Stefan Kempf
2016-06-07remove splsoftfd and splausoftDavid Gwynne
2016-06-07consistently set ipls on pmap pools.David Gwynne
2016-06-06Fill a few more pads with 0xccTheo de Raadt
2016-06-05Use the new input functions of wsmouse in mouse and touchscreen drivers.Ulf Brosziewski
2016-06-05Use the new input functions of wsmouse in mouse and touchscreen drivers.Ulf Brosziewski
2016-06-05Reset the bus width back to 1-bit when resetting the host.Jonathan Gray
2016-06-04Remove model specific strings keyed off the board id.Jonathan Gray
2016-06-03rename imxenet to fecJonathan Gray
2016-06-02Fix two issues in the MSI-X code. First, actually read the MSI-X capabilityMark Kettenis
2016-06-02I forgot to enable utvfu(4) for the sgi arch.Marcus Glocker
2016-06-01Enable utvfu(4) everywhere where uvideo(4) is also enabled.Marcus Glocker