Age | Commit message (Expand) | Author |
2010-03-03 | Enable urndis(4) everywhere that has USB enabled to get it tested. | Michael Knudsen |
2010-03-03 | supply apm(4) with infomation and events; ok miod@ | Otto Moerbeek |
2010-03-03 | - add and enable bluetooth | Jasper Lievisse Adriaanse |
2010-03-02 | Add support for the Lemote Lynloong all-in-one PC (basically a Fuloong without | Miod Vallat |
2010-03-02 | Actually prefer PCIHI mappings to PCILO mappings, as the early console code | Miod Vallat |
2010-03-02 | remove never changing values (design capacity, design voltage) from sensor | Otto Moerbeek |
2010-03-02 | Use the battery controller bit that signals the battery almost empty | Otto Moerbeek |
2010-03-01 | fix serial console switching logic; ok miod@ jasper@ | Otto Moerbeek |
2010-02-28 | Attach the IR port as a second serial port on Fuloong 2F. Verified to attach | Miod Vallat |
2010-02-28 | Minimal frame buffer driver for the SiS 315 found on Lemote Fuloong systems. | Miod Vallat |
2010-02-28 | A better bus_space_map() function for bonito PCI memory space, which no | Miod Vallat |
2010-02-28 | Add a bell routine and let pckbd and ukbd use it; ok otto@ | Miod Vallat |
2010-02-28 | implement hw.cpuspeed sysctl; ok miod@ | Otto Moerbeek |
2010-02-28 | Bring battery life estimate when charging in line with most other apm(4) | Otto Moerbeek |
2010-02-28 | don't guess info in the absense of a specific driver, just report | Otto Moerbeek |
2010-02-28 | Basic apm(4), providing battery/power status and events. apm(4) is the | Otto Moerbeek |
2010-02-26 | Subdevice interrupt dispatcher for voyager(4) and ohci@voyager device, only | Miod Vallat |
2010-02-24 | Update comments: the bit we flip in ISR4C on LS2F systems is not undocumented, | Miod Vallat |
2010-02-24 | Minimal support for the ST7 chip found on Gdium Liberty, brings us battery | Miod Vallat |
2010-02-24 | Force write posting after changing GPIO pin status. | Miod Vallat |
2010-02-24 | Fix read/write logic to not rely upon M41T8X_TOD_START being zero. | Miod Vallat |
2010-02-24 | fix scaling of battery current | Otto Moerbeek |
2010-02-24 | spacing | Theo de Raadt |
2010-02-23 | switch to simple indicators instead of playing string games; prompted | Otto Moerbeek |
2010-02-23 | ykbec(4), a driver to read fan, temperature and battery status using | Otto Moerbeek |
2010-02-23 | Allow CPU->PCI access in a subset of the `high' bonito pci memory space | Miod Vallat |
2010-02-23 | only match on Gdium; ok miod@ | Otto Moerbeek |
2010-02-19 | Add built-in audio support on Lemote systems. | Miod Vallat |
2010-02-19 | even more USB; ok miod@ | Otto Moerbeek |
2010-02-19 | do NOT install the loongson mbr on other architectures! | Theo de Raadt |
2010-02-19 | Add a driver for the M41T8x time-of-day clock chips, such as the M41T83 | Miod Vallat |
2010-02-18 | Add a master driver for the VoyagerGX SM502 chip found on the Gdium, which is | Miod Vallat |
2010-02-18 | The PMON code is compiled as 64 bit code but still using the old ABI (actually, | Miod Vallat |
2010-02-17 | If PMON has loaded an initrd binary, and this binary looks like a valid | Miod Vallat |
2010-02-17 | descend into mbr; ok miod@ | Otto Moerbeek |
2010-02-17 | proto mbr for loongson | Otto Moerbeek |
2010-02-17 | Split boot/Makefile in case we need to build several boot.${VENDOR} compiled | Miod Vallat |
2010-02-17 | - prevent "anti-memory" from showing up, this makes systems with 2GB of | Jasper Lievisse Adriaanse |
2010-02-16 | Move part of the device_register() logic into platform-specific code. Add | Miod Vallat |
2010-02-16 | Use printf() in there, not pmon_printf(). | Miod Vallat |
2010-02-16 | Display the system type on the mainbus0 line as well. | Miod Vallat |
2010-02-16 | Actually, both the Gdium and the Lemote PMON reset the USB controllers | Miod Vallat |
2010-02-14 | Work in progress standalone boot blocks for OpenBSD/loongson systems. Will | Miod Vallat |
2010-02-12 | include devices found on fuloong: com0, re and rgephy; ok miod@ | Otto Moerbeek |
2010-02-12 | use early setup hook to get serial console on the fuloong; with & ok miod@ | Otto Moerbeek |
2010-02-12 | tftp boot paths do not start with a /; ok miod@ | Otto Moerbeek |
2010-02-12 | Allow for two more per-platform function pointers, one for extra setup work | Miod Vallat |
2010-02-12 | Overhaul per-platform specific operation by moving all the differences into | Miod Vallat |
2010-02-12 | Allow more legacy interrupts to reach the legacy PIC; found the hard way by | Miod Vallat |
2010-02-11 | default to no pckbc and no legacy hardware; ok miod@ | Otto Moerbeek |