summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2013-11-15Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-Asasano
2013-11-15Start cleaning this driver. No functional change.Federico G. Schwindt
2013-11-15Make vax stand build cross-build friendly.Masao Uebayashi
2013-11-13Do not map frame buffer resources the kernel doesn't use; only keep theMiod Vallat
2013-11-13add missing headers here too, forgotten after testing the diff.Jasper Lievisse Adriaanse
2013-11-13Add missing includes.Sylvestre Gallon
2013-11-13fix typo in last commitTheo de Raadt
2013-11-13boot(): Don't forget calling if_downall() and uvm_shutdown() on arm ports.Masao Uebayashi
2013-11-13Use DL_GETPOFFSET() to get partition offset, except where weKenneth R Westerback
2013-11-13Honor RB_TIMEBAD on vax too as other ports.Masao Uebayashi
2013-11-12Oops. Use %llu for DL_GETDSIZE() value.Kenneth R Westerback
2013-11-12Implement sd card detection. Fixes the `sdmmc0: can't enable card' on bbbFederico G. Schwindt
2013-11-12Use daddr_t to hold calculated disk sector address. %d -> %lld toKenneth R Westerback
2013-11-12We always make symlinks to 'machine' and 'm88k' to compile.Kenji Aoyama
2013-11-12Fix the bootloader random hang-up while counting down on LUNA-88K2.Kenji Aoyama
2013-11-12Use DL_GETDSIZE() to get disk size.Kenneth R Westerback
2013-11-12Use DL_[GET|SET]POFFSET() and DL_[GET|SET]PSIZE() to get and setKenneth R Westerback
2013-11-10Make sure we pass a NULL cleanup argument to __start() by initializingPhilip Guenther
2013-11-10Add fcu(4) to avoid playing a fan symphony when installing/upgrading someMartin Pieuchot
2013-11-09Cope with the current layout of kernel binaries (three program headers nowMiod Vallat
2013-11-08fix spelling.Federico G. Schwindt
2013-11-08fix bootstrap_bs_map to map more than one section.aalm
2013-11-06Don't cargo-cult copy the invocation of size(1) on compiled bootblocks,Miod Vallat
2013-11-06forgot armv7/armv7 files...Sylvestre Gallon
2013-11-06After factorizing armv7_machdep code here is an effort to factorize allSylvestre Gallon
2013-11-06Document 'machine boot' in boot(8) on i386 and amd64.Bryan Steele
2013-11-06Add support for Power Resources for Dx states and the necessary hookMartin Pieuchot
2013-11-05octrng: Add name checks during match.Paul Irofti
2013-11-05octrng: Fix control flags.Paul Irofti
2013-11-05octrng: Disable debug by default.Paul Irofti
2013-11-05Sigh. How many typos can be made in one diff. Fix DL_SETPSOFFSET() toKenneth R Westerback
2013-11-05DL_SETDSIZE() and DL_SETPSIZE() are not the same thing. Use the latterKenneth R Westerback
2013-11-05Add a stub for the new MD hook needed to handle ACPI Power Resources.Martin Pieuchot
2013-11-05Replace direct references to p_size, p_offset and d_secperunit withKenneth R Westerback
2013-11-04Rename beagle_machdep.c to omap_machdep.cSylvestre Gallon
2013-11-04A few too many tabs snuck in there.Brian Callahan
2013-11-04Add RCS ID.Brian Callahan
2013-11-04more iop.h left; Mark PatruckTheo de Raadt
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
2013-11-04Convert wskbd_set_mixervolume() to use a task internally instead ofMartin Pieuchot
2013-11-04move the arm pmaps away from pool ctors to just initting memory after itsDavid Gwynne
2013-11-03size no longer has a.out knowledge, so .. skip itTheo de Raadt
2013-11-03Include "gpio.h"Raphael Graf
2013-11-03Remove a.out support from compat_linux(8).Paul Irofti
2013-11-03Even saner kernel layout, so that .rodata can be batc mapped by a read-onlyMiod Vallat
2013-11-02Use a linker script to align .data to a BATC boundary as well, so that noMiod Vallat
2013-11-02Create the initial page tables in the area between the end of the firmwareMiod Vallat
2013-11-02Link m88k kernels on a BATC boundary.Miod Vallat
2013-11-02replace bare use of disksort with a bufq, modelled on the sys/dev/isa/fd.cDavid Gwynne