Age | Commit message (Expand) | Author |
2010-05-08 | Huge work-in-progress commit to support Loongson 2E-based evaluation boards | Miod Vallat |
2010-04-21 | more cleanup to cope with the change that tries to make proc.h not act | Theo de Raadt |
2010-03-08 | When sensor update fails, set SENSOR_FINVALID in sensor->flags; | Miod Vallat |
2010-03-07 | Better battery % computation; ok otto@ | Miod Vallat |
2010-03-03 | supply apm(4) with infomation and events; ok miod@ | Otto Moerbeek |
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-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 | 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 | 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-16 | Display the system type on the mainbus0 line as well. | Miod Vallat |
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-10 | Blame the right interrupt bit in `spurious interrupt' messages. | Miod Vallat |
2010-02-09 | Make the bonito_pci_attach_hook per-platform, as a new callback in struct | Miod Vallat |
2010-02-09 | Fix off-by-one system control register defines, makes 2D acceleration on | Miod Vallat |
2010-02-05 | Now that the BTB errata are out of the way, enable the CS5536 timecounter again, | Miod Vallat |
2010-02-05 | Blind support for SM501 model. This should give the Gdium Liberty a working, | Miod Vallat |
2010-02-05 | Add a set of functions to access PCI configuration space before bonito(4) | Miod Vallat |
2010-02-05 | Blind support for the EMTEC Gdium Liberty netbook. Per-platform configuration | Miod Vallat |
2010-02-05 | Compute and pass resource extents to the MI pci code when attaching pci@bonito. | Miod Vallat |
2010-02-05 | When faking the glxpcib(4) BARs, do not mask the low 12 bits, but only as | Miod Vallat |
2010-01-31 | According to Linux, some magic programming is necessary to prevent deadlocks, | Miod Vallat |
2010-01-31 | Return a correct address in smfb_mmap(), allows X to work with wsfb. | Miod Vallat |
2010-01-27 | disable interrupts in rdmsr() and wrmsr() so that their operation does not | Miod Vallat |
2010-01-26 | Be a bit more paranoid and disable interrupts around critical pieces of code, | Miod Vallat |
2010-01-26 | Comment out the Geode timecounter code completely. While a nice idea, this | Miod Vallat |
2010-01-22 | Move is_memory_range() from mips64 mem.c to a per-architecture location; this | Miod Vallat |
2010-01-22 | Fix previous to pick the right year as the timebase (mips64 routines expect | Miod Vallat |
2010-01-21 | Pick the correct year when reading clock. | Miod Vallat |
2010-01-09 | Define struct cpu_hwinfo, to hold hardware specific information about each | Miod Vallat |