Age | Commit message (Expand) | Author |
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 |
2010-02-11 | align comments; ok miod@ | Otto Moerbeek |
2010-02-11 | cd in nam2blk; ok miod | Otto Moerbeek |
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 | Flush caches upon startup anyway, the gdium pmon keeps it dirty, unlike | Miod Vallat |
2010-02-09 | Process kernel options correctly when run from a `go' command instead of | Miod Vallat |
2010-02-09 | Less aggressive cache ops on BUS_DMASYNC_PREREAD alone (leftover from older | Miod Vallat |
2010-02-09 | wsmux (for external, big-boned-fingers compatible, keyboards) and ext2fs | Miod Vallat |
2010-02-09 | - add the whole gang of USB devices; as prompted by deraadt@ | Jasper Lievisse Adriaanse |
2010-02-09 | Fix off-by-one system control register defines, makes 2D acceleration on | Miod Vallat |
2010-02-08 | Add ral(4), found on the Gdium Liberty 1000. | 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 | add uaudio; ok miod@ | Otto Moerbeek |
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 setting up memory regions on Loongson 2F-based machines, make sure we | Miod Vallat |
2010-02-05 | When faking the glxpcib(4) BARs, do not mask the low 12 bits, but only as | Miod Vallat |
2010-02-04 | basic bootpath -> bootdev translation; ok miod@ | Otto Moerbeek |
2010-02-04 | add a few USB devices known to work; ok miod@ | Otto Moerbeek |
2010-02-03 | Remove memory limitation to the low 256MB. With the -mfix-loongson2f-btb | Miod Vallat |
2010-02-03 | There is no need to compile this code with .set noat, really. | Miod Vallat |
2010-02-03 | Build the kernel with -mfix-loongson2f-btb. Requires up-to-date binutils. | Miod Vallat |
2010-02-03 | Provide a value for MACHINE_CPU, to let the build machinery reuse the existing | Miod Vallat |
2010-02-01 | Limit memory to 256MB at the moment, (intrusive) part of the branch | Miod Vallat |
2010-02-01 | Fix thinko in previous. | Miod Vallat |
2010-01-31 | update to get a working bsd.rd | Otto Moerbeek |
2010-01-31 | Add hotplug and wsmux. | Miod Vallat |
2010-01-31 | According to Linux, some magic programming is necessary to prevent deadlocks, | Miod Vallat |
2010-01-31 | Add option WSCONS_COMPAT_RAWKBD for X. ok miod@. | Matthieu Herrb |
2010-01-31 | Return a correct address in smfb_mmap(), allows X to work with wsfb. | Miod Vallat |
2010-01-31 | If there is only 256MB of physical memory or less, access it from physical | 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 | Move cache information from global variables to per-cpu_info fields; this | Miod Vallat |
2010-01-09 | Define struct cpu_hwinfo, to hold hardware specific information about each | Miod Vallat |
2010-01-03 | Use a split genassym.cf scheme on mips64 ports. Don't forget to rerun config(8). | Miod Vallat |
2010-01-01 | Make sure we grab the kernel lock before invoking trapsignal(). | Miod Vallat |