summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2016-06-01New USB device driver for Audio/Video capture devices based on theMarcus Glocker
2016-05-31fix arch/mach confusion in make tags. from frantisek holopTed Unangst
2016-05-30include rdtsc in the rdrand callback. some systems don't have rdrand yet,Ted Unangst
2016-05-30Fill the packet data pool with standard mbuf clusters instead ofVisa Hankala
2016-05-29Map ASX registers only if link control needs them.Visa Hankala
2016-05-29use fdt "model" string for hw.productJonathan Gray
2016-05-29Add support for new smu-firmware fan commands. This fixes wrong sysctlMarcus Glocker
2016-05-29The same MAC filter setup code should work with all PHY link types.Visa Hankala
2016-05-28crank version numbers of those bootloaders that have been changed byStuart Henderson
2016-05-27Remove the non ELF macrosTheo de Raadt
2016-05-27Modify com_init to match the com driver initializaiton, and addBob Beck
2016-05-24Drop a redundant set of FPA pool definitions.Visa Hankala
2016-05-24Reduce the size of gather buffers and allocate more of them to makeVisa Hankala
2016-05-24Try to defragment overly long mbuf chains.Visa Hankala
2016-05-24Fix previous.Visa Hankala
2016-05-24remove some ancient debugging codeMike Larkin
2016-05-23Place a cpu-dependent trap/illegal instruction over the remainder of theTheo de Raadt
2016-05-23repair typo of sizeof in copyin()Theo de Raadt
2016-05-23Pass the device node to ia_cookie so we can pick it up in the i2c driver.Marcus Glocker
2016-05-23remove the function pointer from mbufs. this memory is shared with dataTed Unangst
2016-05-23Print the name from the corresponding FDT node to make identifying simplebus(4)Mark Kettenis
2016-05-23Fix shutdown sequence.Marcus Glocker
2016-05-23Some of our fan scaling calculations with the muK temperature unit aboveMarcus Glocker
2016-05-23build armv7 efibootJonathan Gray
2016-05-23install into mdecJonathan Gray
2016-05-23Change openprom into a pseudo-device, because not all arm platformsTheo de Raadt
2016-05-21Implement openprom(4) for armv7.Mark Kettenis
2016-05-21Dynamically attach imxiic(4) and use the FDT to enumerate devices on i2cMark Kettenis
2016-05-21Make the TX path of cnmac(4) MP-safe and add some ifq oactive logic.Visa Hankala
2016-05-21panic() if an incoming packet does not consist of one buffer. ThisVisa Hankala
2016-05-21Copy dtb files to miniroots and install disk. Increase the ramdisk sizeJonathan Gray
2016-05-21hand-massage sendsig() and sys_sigreturn() to be much more similarTheo de Raadt
2016-05-21hand-massage sendsig() and sys_sigreturn() to be much more similarTheo de Raadt
2016-05-21hand-massage sendsig() and sys_sigreturn() to be much more similar.Theo de Raadt
2016-05-20Add compatible string to board id mappings for almost all of the otherJonathan Gray
2016-05-20Add a workaround for software reset described in the TI docs where weJonathan Gray
2016-05-20Ooops, fix the OpenBSD tag.Marcus Glocker
2016-05-20Hook up smu(4) to the thermal management framework.Marcus Glocker
2016-05-20Add a thermal management framework for macppc which controls the fan speedMarcus Glocker