Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-15 | Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-A | sasano | |
USB host-to-host link cable. This driver is derived from upl(4). | |||
2013-11-15 | Start cleaning this driver. No functional change. | Federico G. Schwindt | |
input and ok to move forward dlg@ patrick@ syl@ | |||
2013-11-15 | Make vax stand build cross-build friendly. | Masao Uebayashi | |
OK miod@ | |||
2013-11-13 | Do not map frame buffer resources the kernel doesn't use; only keep the | Miod Vallat | |
lowest bitmap plane, and a page per plane to be able to probe the frame buffer depth. Saves an insignificant amount of kernel memory (about 4KB), still worth doing. ok aoyama@ | |||
2013-11-13 | add missing headers here too, forgotten after testing the diff. | Jasper Lievisse Adriaanse | |
2013-11-13 | Add missing includes. | Sylvestre Gallon | |
Unbreak armv7 compilation. ok rapha@ "commit the fix" from deraadt@ | |||
2013-11-13 | fix typo in last commit | Theo de Raadt | |
2013-11-13 | boot(): Don't forget calling if_downall() and uvm_shutdown() on arm ports. | Masao Uebayashi | |
"Unification good" deraadt@ | |||
2013-11-13 | Use DL_GETPOFFSET() to get partition offset, except where we | Kenneth R Westerback | |
explicitly check p_offseth before assigning p_offset to local variables. Add missing check for p_offseth. | |||
2013-11-13 | Honor RB_TIMEBAD on vax too as other ports. | Masao Uebayashi | |
OK miod@ | |||
2013-11-12 | Oops. Use %llu for DL_GETDSIZE() value. | Kenneth R Westerback | |
2013-11-12 | Implement sd card detection. Fixes the `sdmmc0: can't enable card' on bbb | Federico G. Schwindt | |
when there is no card. Tested on pandaboard by patrick@, ok patrick@ and syl@ | |||
2013-11-12 | Use daddr_t to hold calculated disk sector address. %d -> %lld to | Kenneth R Westerback | |
match. Whitespace tweaks. All bringing this chunk into identity with same chunk in sparc64 fd.c. | |||
2013-11-12 | We always make symlinks to 'machine' and 'm88k' to compile. | Kenji Aoyama | |
ok miod@ | |||
2013-11-12 | Fix the bootloader random hang-up while counting down on LUNA-88K2. | Kenji Aoyama | |
The same logic is also applied to luna88k/dev/timekeeper.c. suggested and ok miod@ | |||
2013-11-12 | Use DL_GETDSIZE() to get disk size. | Kenneth R Westerback | |
2013-11-12 | Use DL_[GET|SET]POFFSET() and DL_[GET|SET]PSIZE() to get and set | Kenneth R Westerback | |
partition offsets and sizes. | |||
2013-11-10 | Make sure we pass a NULL cleanup argument to __start() by initializing | Philip Guenther | |
a2 to zero in the kernel and ld.so. This will let us add the conditional atexit() call to crt0 ok kettenis@ miod@ | |||
2013-11-10 | Add fcu(4) to avoid playing a fan symphony when installing/upgrading some | Martin Pieuchot | |
PowerMac G5. ok miod@, krw@, deraadt@ | |||
2013-11-09 | Cope with the current layout of kernel binaries (three program headers now | Miod Vallat | |
that .text, .rodata and .data are aligned on BATC boundaries) and merge all phdrs into the first BCS section. | |||
2013-11-08 | fix spelling. | Federico G. Schwindt | |
2013-11-08 | fix bootstrap_bs_map to map more than one section. | aalm | |
ok patrick@, fgsch@ | |||
2013-11-06 | Don't cargo-cult copy the invocation of size(1) on compiled bootblocks, | Miod Vallat | |
when 1) they aren't in ELF format, and 2) the result does not EVEN REMOTELY matter on these architectures. | |||
2013-11-06 | forgot armv7/armv7 files... | Sylvestre Gallon | |
2013-11-06 | After factorizing armv7_machdep code here is an effort to factorize all | Sylvestre Gallon | |
the code present in omap/omap.c imx/imx.c and sunxi/sunxi.c All this code looks quite the same, so we move it in a generic armv7/armv7.c This is a step closer to only one kernel for all armv7 boards. ok patrick@, rapha@ | |||
2013-11-06 | Document 'machine boot' in boot(8) on i386 and amd64. | Bryan Steele | |
"fine" deraadt@ | |||
2013-11-06 | Add support for Power Resources for Dx states and the necessary hook | Martin Pieuchot | |
for PCI devices. This hook should be called twice, before and after changing the power state of a PCI device. Before setting the device to the new state, the ACPI layer will notify every power resources linked to the device for that state and make sure they are turned "_ON". After changing the state of the device, it will decrement the reference of every power resources linked to that device for the old state and turn them "_OFF" if they are no longer referenced. This fixes the no-USB after resume problem seen on various ThinkPad, problem initialy diagnosed with Alexander Polakov. ok kettenis@, deraadt@ | |||
2013-11-05 | octrng: Add name checks during match. | Paul Irofti | |
2013-11-05 | octrng: Fix control flags. | Paul Irofti | |
They had the wrong endian representation. Found the hardway by bcallah@. Thanks! | |||
2013-11-05 | octrng: Disable debug by default. | Paul Irofti | |
2013-11-05 | Sigh. How many typos can be made in one diff. Fix DL_SETPSOFFSET() to | Kenneth R Westerback | |
be DL_SETPOFFSET(). | |||
2013-11-05 | DL_SETDSIZE() and DL_SETPSIZE() are not the same thing. Use the latter | Kenneth R Westerback | |
to set partition size. Fixes tree breakage found by Scott McEachern. | |||
2013-11-05 | Add a stub for the new MD hook needed to handle ACPI Power Resources. | Martin Pieuchot | |
ok kettenis@ | |||
2013-11-05 | Replace direct references to p_size, p_offset and d_secperunit with | Kenneth R Westerback | |
DL_[GET|SET]PSIZE(), DL_[GET|SET]POFFSET(), DL_[GET|SET]DSIZE() in order to get|set correct value that includes the high bits of the value. | |||
2013-11-04 | Rename beagle_machdep.c to omap_machdep.c | Sylvestre Gallon | |
ok rapha@, jasper@, bmercer@, patrick@ | |||
2013-11-04 | A few too many tabs snuck in there. | Brian Callahan | |
2013-11-04 | Add RCS ID. | Brian Callahan | |
ok pirofti@ jasper@ | |||
2013-11-04 | more iop.h left; Mark Patruck | Theo de Raadt | |
2013-11-04 | remove iop(4) driver. it is entirely unmaintained and supports something | Theo de Raadt | |
which basically doesn't exist at all. reminded about it by brad | |||
2013-11-04 | remove iop(4) driver. it is entirely unmaintained and supports something | Theo de Raadt | |
which basically doesn't exist at all. reminded about it by brad | |||
2013-11-04 | Convert wskbd_set_mixervolume() to use a task internally instead of | Martin Pieuchot | |
being called in a workq. ok kettenis@ | |||
2013-11-04 | move the arm pmaps away from pool ctors to just initting memory after its | David Gwynne | |
been allocated. also gets rid of a potential bug where pool_get could return NULL and pmap_alloc_l2_ptp tried to blindly init it. tests, tweaks, and ok patrick@ | |||
2013-11-03 | size no longer has a.out knowledge, so .. skip it | Theo de Raadt | |
found by tobiasu | |||
2013-11-03 | Include "gpio.h" | Raphael Graf | |
ok jasper@ | |||
2013-11-03 | Remove a.out support from compat_linux(8). | Paul Irofti | |
Tested with the syscall regression test suite from IBM and Opera. Requested by deraadt@. | |||
2013-11-03 | Even saner kernel layout, so that .rodata can be batc mapped by a read-only | Miod Vallat | |
dbatc. Add batc mapping support for 88110 systems as well. | |||
2013-11-02 | Use a linker script to align .data to a BATC boundary as well, so that no | Miod Vallat | |
DBATC may span over parts of .rodata. | |||
2013-11-02 | Create the initial page tables in the area between the end of the firmware | Miod Vallat | |
data area and the kernel image, whenever possible. On 88100/88200 systems, use BATC mappings to map the kernel text (and the kernel data for non-MULTIPROCESSOR kernels). 88110 to follow soon. | |||
2013-11-02 | Link m88k kernels on a BATC boundary. | Miod Vallat | |
2013-11-02 | replace bare use of disksort with a bufq, modelled on the sys/dev/isa/fd.c | David Gwynne | |
change. ok miod@ |